How To Install cheese on Fedora 36
Introduction
In this tutorial we learn how to install cheese on Fedora 36.
What is cheese
Cheese is a Photobooth-inspired GNOME application for taking pictures and videos from a webcam. It can also apply fancy graphical effects.
We can use yum or dnf to install cheese on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cheese.
Install cheese 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 cheese using dnf by running the following command:
sudo dnf -y install cheese
Install cheese 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 cheese using yum by running the following command:
sudo yum -y install cheese
How To Uninstall cheese on Fedora 36
To uninstall only the cheese package we can use the following command:
sudo dnf remove cheese
cheese Package Contents on Fedora 36
/usr/bin/cheese
/usr/lib/.build-id
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/afd6579f2814af1a49364783dc3abd3af9e8d1
/usr/share/applications/org.gnome.Cheese.desktop
/usr/share/dbus-1/services/org.gnome.Cheese.service
/usr/share/doc/cheese
/usr/share/doc/cheese/AUTHORS
/usr/share/doc/cheese/README
/usr/share/icons/hicolor/scalable/apps/org.gnome.Cheese.svg
/usr/share/icons/hicolor/symbolic/apps/org.gnome.Cheese-symbolic.svg
/usr/share/man/man1/cheese.1.gz
/usr/share/metainfo/org.gnome.Cheese.appdata.xml
References
Summary
In this tutorial we learn how to install cheese on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).