How To Install parcimonie on Fedora 36
Introduction
In this tutorial we learn how to install parcimonie on Fedora 36.
What is parcimonie
parcimonie.sh refreshes individual keys in your GnuPG keyring at randomized intervals. Each key is refreshed over a unique, single-use Tor circuit.
We can use yum or dnf to install parcimonie on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install parcimonie.
Install parcimonie on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install parcimonie using dnf by running the following command:
sudo dnf -y install parcimonie
Install parcimonie on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install parcimonie using yum by running the following command:
sudo yum -y install parcimonie
How To Uninstall parcimonie on Fedora 36
To uninstall only the parcimonie package we can use the following command:
sudo dnf remove parcimonie
parcimonie Package Contents on Fedora 36
/etc/parcimonie.sh.d
/etc/parcimonie.sh.d/all-users.conf
/usr/bin/parcimonie.sh
/usr/lib/systemd/system/[email protected]
/usr/share/doc/parcimonie.sh
/usr/share/doc/parcimonie.sh/README.md
/usr/share/doc/parcimonie.sh/sample-configuration.conf.sample
/usr/share/licenses/parcimonie.sh
/usr/share/licenses/parcimonie.sh/LICENSE
/usr/share/parcimonie.sh
/usr/share/parcimonie.sh/parcimonie.sh
References
Summary
In this tutorial we learn how to install parcimonie on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).