How To Install fondo on Fedora 36
Introduction
In this tutorial we learn how to install fondo on Fedora 36.
What is fondo
Find a variety of the most beautiful wallpapers from Unsplash.com the world’s most generous community of photographers. Fondo allows you to see thousands of beautiful photographs from the most recent to the one you are to looking for. Give a simple click on a picture to set as wallpaper, wait until the download is complete and enjoy! Have a simple and elegant interface, you can change from light mode to dark mode as you prefer.
We can use yum or dnf to install fondo on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fondo.
Install fondo 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 fondo using dnf by running the following command:
sudo dnf -y install fondo
Install fondo 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 fondo using yum by running the following command:
sudo yum -y install fondo
How To Uninstall fondo on Fedora 36
To uninstall only the fondo package we can use the following command:
sudo dnf remove fondo
fondo Package Contents on Fedora 36
/usr/bin/com.github.calo001.fondo
/usr/lib/.build-id
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/3e30078b64820937fc6d9f4596f8f1e065974e
/usr/share/Fondo
/usr/share/Fondo/images
/usr/share/Fondo/images/com.github.calo001.fondo.svg
/usr/share/applications/com.github.calo001.fondo.desktop
/usr/share/doc/fondo
/usr/share/doc/fondo/AUTHORS.md
/usr/share/doc/fondo/README.md
/usr/share/glib-2.0/schemas/com.github.calo001.fondo.gschema.xml
/usr/share/icons/hicolor/128x128/apps/com.github.calo001.fondo.success.svg
/usr/share/icons/hicolor/128x128/apps/com.github.calo001.fondo.svg
/usr/share/icons/hicolor/16x16/apps/com.github.calo001.fondo.success.svg
/usr/share/icons/hicolor/16x16/apps/com.github.calo001.fondo.svg
/usr/share/icons/hicolor/24x24/apps/com.github.calo001.fondo.success.svg
/usr/share/icons/hicolor/24x24/apps/com.github.calo001.fondo.svg
/usr/share/icons/hicolor/32x32/apps/com.github.calo001.fondo.success.svg
/usr/share/icons/hicolor/32x32/apps/com.github.calo001.fondo.svg
/usr/share/icons/hicolor/48x48/apps/com.github.calo001.fondo.success.svg
/usr/share/icons/hicolor/48x48/apps/com.github.calo001.fondo.svg
/usr/share/icons/hicolor/64x64/apps/com.github.calo001.fondo.success.svg
/usr/share/icons/hicolor/64x64/apps/com.github.calo001.fondo.svg
/usr/share/licenses/fondo
/usr/share/licenses/fondo/LICENSE.md
/usr/share/locale/cs/LC_MESSAGES/com.github.calo001.fondo.mo
/usr/share/locale/de/LC_MESSAGES/com.github.calo001.fondo.mo
/usr/share/locale/es/LC_MESSAGES/com.github.calo001.fondo.mo
/usr/share/locale/fr/LC_MESSAGES/com.github.calo001.fondo.mo
/usr/share/locale/hr/LC_MESSAGES/com.github.calo001.fondo.mo
/usr/share/locale/it/LC_MESSAGES/com.github.calo001.fondo.mo
/usr/share/locale/nl/LC_MESSAGES/com.github.calo001.fondo.mo
/usr/share/locale/pt/LC_MESSAGES/com.github.calo001.fondo.mo
/usr/share/locale/pt_BR/LC_MESSAGES/com.github.calo001.fondo.mo
/usr/share/locale/ru/LC_MESSAGES/com.github.calo001.fondo.mo
/usr/share/locale/sr/LC_MESSAGES/com.github.calo001.fondo.mo
/usr/share/locale/tr/LC_MESSAGES/com.github.calo001.fondo.mo
/usr/share/metainfo/com.github.calo001.fondo.appdata.xml
/usr/share/pixmaps/com.github.calo001.fondo.png
References
Summary
In this tutorial we learn how to install fondo on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).