Add Fedora required software section
parent
dc29279197
commit
136d6884a5
10
README.md
10
README.md
|
@ -12,6 +12,7 @@ If you have a comment or suggestion, please open an [Issue](https://github.com/d
|
||||||
- [Prepare environment](#prepare-environment)
|
- [Prepare environment](#prepare-environment)
|
||||||
- [Required software](#required-software)
|
- [Required software](#required-software)
|
||||||
* [Debian and Ubuntu](#debian-and-ubuntu)
|
* [Debian and Ubuntu](#debian-and-ubuntu)
|
||||||
|
* [Fedora](#fedora)
|
||||||
* [Arch](#arch)
|
* [Arch](#arch)
|
||||||
* [RHEL7](#rhel7)
|
* [RHEL7](#rhel7)
|
||||||
* [NixOS](#nixos)
|
* [NixOS](#nixos)
|
||||||
|
@ -243,6 +244,15 @@ $ sudo service pcscd start
|
||||||
$ ~/.local/bin/ykman openpgp info
|
$ ~/.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
|
## Arch
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
|
Loading…
Reference in New Issue