mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-30 09:38:37 +01:00
fa82cc7a1d
This Makefile automates the process of creating and installing the RPM package. It hasn't been tested yet, so I may need to fix it later. |
||
---|---|---|
.. | ||
tari-core | ||
tari-dev | ||
tari-scripts | ||
tari-urxvt | ||
tari-util | ||
tari-web | ||
Makefile | ||
muya.spec | ||
README.md |
PKGBUILDs
Here are the PKGBUILDs I use to replicate my Arch Linux rice. muya.spec
is used to mimmic my entire 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.