mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2026-07-17 14:35:18 +08:00
Merge pull request #521 from dhl/update-fedora-deps
fix: Remove non-essential dependencies for Fedora
This commit is contained in:
commit
37296f7ae9
1 changed files with 3 additions and 9 deletions
12
README.md
12
README.md
|
|
@ -268,16 +268,10 @@ sudo yum install -y gnupg2 pinentry-curses pcsc-lite pcsc-lite-libs gnupg2-smime
|
||||||
**Fedora**
|
**Fedora**
|
||||||
|
|
||||||
```console
|
```console
|
||||||
sudo dnf install wget
|
|
||||||
|
|
||||||
wget https://github.com/rpmsphere/noarch/raw/master/r/rpmsphere-release-38-1.noarch.rpm
|
|
||||||
|
|
||||||
sudo rpm -Uvh rpmsphere-release*rpm
|
|
||||||
|
|
||||||
sudo dnf install \
|
sudo dnf install \
|
||||||
gnupg2 dirmngr cryptsetup gnupg2-smime \
|
wget gnupg2 \
|
||||||
pcsc-tools opensc pcsc-lite secure-delete \
|
cryptsetup pcsc-lite \
|
||||||
pgp-tools yubikey-personalization-gui
|
yubikey-personalization-gui yubikey-manager
|
||||||
```
|
```
|
||||||
|
|
||||||
# Prepare GnuPG
|
# Prepare GnuPG
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue