From 3c98fa96ef7cebcf3bac27a844e62c006bb0f839 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 13 Nov 2018 13:54:22 -0500 Subject: [PATCH] fedora: Update README It turns out that dnf *will* remove unused dependencies when you uninstall a package. --- .PKGBUILDs/README.md | 13 ------------- .fedora/README.md | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 .PKGBUILDs/README.md diff --git a/.PKGBUILDs/README.md b/.PKGBUILDs/README.md deleted file mode 100644 index 4502eaf..0000000 --- a/.PKGBUILDs/README.md +++ /dev/null @@ -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. diff --git a/.fedora/README.md b/.fedora/README.md index 95720e8..2d54b72 100644 --- a/.fedora/README.md +++ b/.fedora/README.md @@ -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