Fixed Fedora install command

This commit is contained in:
realahnafhabib 2022-09-18 16:38:04 -07:00 committed by GitHub
parent 9c2d62e690
commit 600f85a60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ sudo pacman -S cabextract wimlib chntpw cdrtools
``` ```
If you use Fedora you can also install these using the following command: If you use Fedora you can also install these using the following command:
```bash ```bash
sudo dnf install cabextract wimlib chntpw genisoimage sudo dnf install cabextract wimlib wimlib-utils chntpw genisoimage
``` ```
If you use any other distribution, then you will need to check its repository If you use any other distribution, then you will need to check its repository