mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-12-26 12:24:57 +08:00
fix: Remove non-essential dependencies for Fedora
This commit is contained in:
parent
997ba48130
commit
8fe5399cb8
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**
|
||||
|
||||
```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 \
|
||||
gnupg2 dirmngr cryptsetup gnupg2-smime \
|
||||
pcsc-tools opensc pcsc-lite secure-delete \
|
||||
pgp-tools yubikey-personalization-gui
|
||||
wget gnupg2 \
|
||||
cryptsetup pcsc-lite \
|
||||
yubikey-personalization-gui yubikey-manager
|
||||
```
|
||||
|
||||
# Prepare GnuPG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue