Manage RPM packages

Artifact Registry supports RPM packages that you manage with Yum and DNF. Artifact Registry Yum repositories support Yum and DNF.

Overview

To get familiar with RPM packages in Artifact Registry, you can try the Quickstart for RPM.

When you are ready to learn more, read the following information:

  1. Create a repository for the package type that you want to use.
  2. Choose whether you want to make your repository private or public. Choose a public repository for unauthenticated access to a repository, or choose a private repository for authenticated access.
    • If your repository is private, Yum and DNF authenticate access based on Identity and Access Management permissions.
    • If your repository is public, your repository is available to anyone on the internet, without authentication. You can configure network-based access to a public repository by using a VPC service perimeter. See Securing repositories in a service perimeter for more information.
  3. Configure access to your repository.
  4. Configure the package manager and the repository so that VMs can install packages.
  5. Add, view, install, and delete packages.