How To Install alligator on Fedora 36
Introduction
In this tutorial we learn how to install alligator on Fedora 36.
What is alligator
Alligator is a convergent RSS/Atom feed reader.
We can use yum or dnf to install alligator on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install alligator.
Install alligator 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 alligator using dnf by running the following command:
sudo dnf -y install alligator
Install alligator 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 alligator using yum by running the following command:
sudo yum -y install alligator
How To Uninstall alligator on Fedora 36
To uninstall only the alligator package we can use the following command:
sudo dnf remove alligator
alligator Package Contents on Fedora 36
/usr/bin/alligator
/usr/lib/.build-id
/usr/lib/.build-id/50
/usr/lib/.build-id/50/59ddd6a087d7d52f7ca826ced2da2620d198b4
/usr/share/applications/org.kde.alligator.desktop
/usr/share/doc/alligator
/usr/share/doc/alligator/README.md
/usr/share/icons/hicolor/scalable/apps/alligator.svg
/usr/share/licenses/alligator
/usr/share/licenses/alligator/BSD-2-Clause.txt
/usr/share/licenses/alligator/CC-BY-SA-4.0.txt
/usr/share/licenses/alligator/CC0-1.0.txt
/usr/share/licenses/alligator/GPL-2.0-only.txt
/usr/share/licenses/alligator/GPL-3.0-only.txt
/usr/share/licenses/alligator/GPL-3.0-or-later.txt
/usr/share/licenses/alligator/LicenseRef-KDE-Accepted-GPL.txt
/usr/share/locale/ca/LC_MESSAGES/alligator.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/alligator.mo
/usr/share/locale/cs/LC_MESSAGES/alligator.mo
/usr/share/locale/de/LC_MESSAGES/alligator.mo
/usr/share/locale/en_GB/LC_MESSAGES/alligator.mo
/usr/share/locale/es/LC_MESSAGES/alligator.mo
/usr/share/locale/et/LC_MESSAGES/alligator.mo
/usr/share/locale/eu/LC_MESSAGES/alligator.mo
/usr/share/locale/fi/LC_MESSAGES/alligator.mo
/usr/share/locale/fr/LC_MESSAGES/alligator.mo
/usr/share/locale/hu/LC_MESSAGES/alligator.mo
/usr/share/locale/ia/LC_MESSAGES/alligator.mo
/usr/share/locale/it/LC_MESSAGES/alligator.mo
/usr/share/locale/ko/LC_MESSAGES/alligator.mo
/usr/share/locale/nl/LC_MESSAGES/alligator.mo
/usr/share/locale/nn/LC_MESSAGES/alligator.mo
/usr/share/locale/pa/LC_MESSAGES/alligator.mo
/usr/share/locale/pl/LC_MESSAGES/alligator.mo
/usr/share/locale/pt/LC_MESSAGES/alligator.mo
/usr/share/locale/pt_BR/LC_MESSAGES/alligator.mo
/usr/share/locale/ru/LC_MESSAGES/alligator.mo
/usr/share/locale/sk/LC_MESSAGES/alligator.mo
/usr/share/locale/sl/LC_MESSAGES/alligator.mo
/usr/share/locale/sv/LC_MESSAGES/alligator.mo
/usr/share/locale/tr/LC_MESSAGES/alligator.mo
/usr/share/locale/uk/LC_MESSAGES/alligator.mo
/usr/share/locale/zh_CN/LC_MESSAGES/alligator.mo
/usr/share/metainfo/org.kde.alligator.appdata.xml
References
Summary
In this tutorial we learn how to install alligator on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).