Subscription Manager for Ubuntu

You can use subscription-manager built by ATIX to register hosts running Ubuntu to Foreman+Katello. Note that subscription-manager has been built on architecture amd64, codename stable, and component main. All packages built by ATIX are signed with the ATIX GPG key with fingerprint CA56F29E00060B63D0890D0F5BD96651DF50FFFB.

To register your host, use global host registration. For more information, see Registering hosts by using global registration.

Usage on Ubuntu 24.04 (Noble)

  1. Add repository (e.g. /etc/apt/sources.list.d/client.sources):
    Types: deb
    URIs: https://oss.atix.de/Ubuntu24LTS/
    Suites: stable
    Components: main
    Signed-by: CA56F29E00060B63D0890D0F5BD96651DF50FFFB
  2. Import ATIX GPG public key
    curl --silent --show-error --output /etc/apt/trusted.gpg.d/client.asc https://oss.atix.de/atix_gpg.pub
  3. Install subscription manager
    apt-get install -y subscription-manager

Usage on Ubuntu 22.04 (Jammy)

  1. Add repository (e.g. /etc/apt/sources.list.d/client.list):
    deb https://oss.atix.de/Ubuntu22LTS/ stable main
  2. Import ATIX GPG public key
    https://oss.atix.de/atix_gpg.pub
  3. Install subscription manager
    apt-get install -y subscription-manager

Usage on Ubuntu 20.04 (Focal)

Unmaintained as of June 2024 with the release of Ubuntu 24.04 (Noble).

  1. Add repository (e.g. /etc/apt/sources.list.d/client.list):
    deb https://oss.atix.de/Ubuntu20LTS/ stable main
  2. Import ATIX GPG public key
    https://oss.atix.de/atix_gpg.pub
  3. Install subscription manager
    apt-get install -y subscription-manager