diff options
author | drduh <github@duh.to> | 2022-08-21 11:26:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-21 11:26:08 -0700 |
commit | 6ef03b6c092cc699654ea5e75a420c48db47ef55 (patch) | |
tree | 00bf9047677082f9fbb5b8d9a2327114de26d9ce | |
parent | Merge pull request #319 from dhoppe/patch-1 (diff) | |
parent | Add Fedora required software section (diff) | |
download | YubiKey-Guide-6ef03b6c092cc699654ea5e75a420c48db47ef55.tar.gz |
Merge pull request #320 from SeanOMik/fedora-required-software
Add Fedora required software section
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -12,6 +12,7 @@ If you have a comment or suggestion, please open an [Issue](https://github.com/d - [Prepare environment](#prepare-environment) - [Required software](#required-software) * [Debian and Ubuntu](#debian-and-ubuntu) + * [Fedora](#fedora) * [Arch](#arch) * [RHEL7](#rhel7) * [NixOS](#nixos) @@ -243,6 +244,15 @@ $ sudo service pcscd start $ ~/.local/bin/ykman openpgp info ``` +## Fedora +```console +$ sudo dnf install wget +$ wget https://github.com/rpmsphere/noarch/raw/master/r/rpmsphere-release-34-2.noarch.rpm +$ sudo rpm -Uvh rpmsphere-release*rpm + +$ sudo dnf install gnupg2 dirmngr cryptsetup gnupg2-smime pcsc-tools opensc pcsc-lite secure-delete pgp-tools yubikey-personalization-gui +``` + ## Arch ```console |