How To Install fondo on Fedora 34

fondo is Find the most beautiful wallpapers

Introduction

In this tutorial we learn how to install fondo on Fedora 34.

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 34. In this tutorial we discuss both methods but you only need to choose one of method to install fondo.

Install fondo on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install fondo using dnf by running the following command:

sudo dnf -y install fondo

Install fondo on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

To uninstall only the fondo package we can use the following command:

sudo dnf remove fondo

fondo Package Contents on Fedora 34

/usr/bin/com.github.calo001.fondo
/usr/lib/.build-id
/usr/lib/.build-id/56
/usr/lib/.build-id/56/bcff12860080897f8eddf16d98fd16129152c4
/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 34 using yum and dnf.