How To Install archlinux-keyring on Fedora 36

In this tutorial we learn how to install archlinux-keyring in Fedora 36. archlinux-keyring is GPG keys used by Arch distribution to sign packages

Introduction

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

What is archlinux-keyring

A set of GPG keys used to sign packages in the Arch distribution, which can be used to verify that downloaded Arch packages are valid. This package simply packages the GPG keyring as published by Arch developers into an RPM package to allow for safe and convenient installation on Fedora systems.

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

Install archlinux-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 archlinux-keyring using dnf by running the following command:

sudo dnf -y install archlinux-keyring

Install archlinux-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 archlinux-keyring using yum by running the following command:

sudo yum -y install archlinux-keyring

How To Uninstall archlinux-keyring on Fedora 36

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

sudo dnf remove archlinux-keyring

archlinux-keyring Package Contents on Fedora 36

/usr/share/keyrings/archlinux.gpg
/usr/share/pacman/keyrings
/usr/share/pacman/keyrings/archlinux-revoked
/usr/share/pacman/keyrings/archlinux-trusted
/usr/share/pacman/keyrings/archlinux.gpg

References

Summary

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