LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

rpmkeys

Manage RPM package signing keys

TLDR

List all imported RPM keys
$ sudo rpmkeys --list
copy
Import an RPM key from a repository
$ sudo rpmkeys --import [path/to/rpm_key]
copy
Delete a previously imported RPM key by its Key ID
$ sudo rpmkeys --delete [5a278d9c-5bbc73cb]
copy

SYNOPSIS

rpmkeys {--import|--delete|--list|--checksig} [options] [keyfile|package]

DESCRIPTION

rpmkeys manages GPG keys used to verify RPM package signatures. When adding an RPM repository, you should also import its corresponding signing key to enable signature verification and ensure packages are authentic.Keys are stored in the RPM database and used automatically during package installation to verify that packages haven't been tampered with. The --list option displays Key IDs needed when removing keys.

PARAMETERS

--import

Import a public key from a file
--delete
Delete an imported key by its Key ID
--list
List all imported RPM keys with their Key IDs
--checksig, -K
Verify package signatures
-v, --verbose
Provide more detailed output

INSTALL

sudo apt install rpm
copy
sudo dnf install rpm
copy
sudo apk add rpm
copy
sudo zypper install rpm
copy
brew install rpm
copy
nix profile install nixpkgs#rpm
copy

CAVEATS

Requires root privileges for importing or deleting keys. The Key ID format is a 16-character hexadecimal string. Deleting repository keys will cause signature verification failures for packages from that repository.

SEE ALSO

rpm(8), rpm2cpio(8), gpg(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid