forked from extern/nix-config
fedora: Update README
It turns out that dnf *will* remove unused dependencies when you uninstall a package.
This commit is contained in:
parent
e86ad95cd6
commit
3c98fa96ef
13
.PKGBUILDs/README.md
vendored
13
.PKGBUILDs/README.md
vendored
@ -1,13 +0,0 @@
|
||||
# PKGBUILDs
|
||||
|
||||
Here are the PKGBUILDs I use to replicate my [Arch Linux](/.archlinux) rice. `muya.spec` is used to mimmic my entire [Fedora](/.fedora) setup. Change it as you see fit, or simply use what I use.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### dnf: Remove unused dependencies
|
||||
|
||||
Unlike pacman, dnf will only remove unused dependencies if you use `dnf autoremove`.
|
||||
|
||||
### pacman: Invalid or corrupted package (PGP signature)
|
||||
|
||||
This happens when the keys used to sign packages have changed. Use `pacman-key --populate` to fetch new keys, followed by `--refresh-keys` to update any existing keys.
|
@ -8,7 +8,7 @@ This is my setup for [Fedora][fedora], a [GNU/Linux][gnulinux] distribution that
|
||||
|
||||
### Step 1. Install packages
|
||||
|
||||
If you want to follow this rice, use `make rice`. If you want to mimic my entire setup, use `make all` instead.
|
||||
If you want to mimic my entire setup, run `./bootstrap.sh`. Otherwise, install the packages manually with `make rice`.
|
||||
|
||||
### Step 2. Apply GNOME Tweaks
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user