How To Install ubu-keyring on Fedora 36

In this tutorial we learn how to install ubu-keyring in Fedora 36. ubu-keyring is GnuPG keys of the Ubuntu archive

Introduction

In this tutorial we learn how to install ubu-keyring on Fedora 36.

What is ubu-keyring

The Ubuntu project digitally signs its Release files. This package contains the archive keys used for that, in a minimal form for use in the installer.

We can use yum or dnf to install ubu-keyring on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ubu-keyring.

Install ubu-keyring on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ubu-keyring using dnf by running the following command:

sudo dnf -y install ubu-keyring

Install ubu-keyring on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ubu-keyring using yum by running the following command:

sudo yum -y install ubu-keyring

How To Uninstall ubu-keyring on Fedora 36

To uninstall only the ubu-keyring package we can use the following command:

sudo dnf remove ubu-keyring

ubu-keyring Package Contents on Fedora 36

/usr/share/doc/ubu-keyring
/usr/share/doc/ubu-keyring/README
/usr/share/keyrings/ubuntu-archive-keyring.gpg
/usr/share/keyrings/ubuntu-archive-removed-keys.gpg
/usr/share/keyrings/ubuntu-cloud-keyring.gpg
/usr/share/keyrings/ubuntu-cloud-removed-keys.gpg
/usr/share/keyrings/ubuntu-cloudimage-keyring.gpg
/usr/share/keyrings/ubuntu-cloudimage-removed-keys.gpg
/usr/share/keyrings/ubuntu-dbgsym-keyring.gpg
/usr/share/keyrings/ubuntu-dbgsym-removed-keys.gpg
/usr/share/keyrings/ubuntu-keyring-2008-oem.gpg
/usr/share/keyrings/ubuntu-keyring-2012-cdimage.gpg
/usr/share/keyrings/ubuntu-keyring-2012-cloud-archive.gpg
/usr/share/keyrings/ubuntu-keyring-2016-dbgsym.gpg
/usr/share/keyrings/ubuntu-keyring-2018-archive.gpg
/usr/share/keyrings/ubuntu-keyring-2020-oem.gpg
/usr/share/keyrings/ubuntu-master-keyring.gpg
/usr/share/keyrings/ubuntu-oem-keyring.gpg
/usr/share/keyrings/ubuntu-oem-removed-keys.gpg

References

Summary

In this tutorial we learn how to install ubu-keyring on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).