How To Install mate-screenshot on Fedora 36
Introduction
In this tutorial we learn how to install mate-screenshot
on Fedora 36.
What is mate-screenshot
An application that let you take a screen-shot of your desktop.
We can use yum
or dnf
to install mate-screenshot
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mate-screenshot.
Install mate-screenshot 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 mate-screenshot
using dnf
by running the following command:
sudo dnf -y install mate-screenshot
Install mate-screenshot 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 mate-screenshot
using yum
by running the following command:
sudo yum -y install mate-screenshot
How To Uninstall mate-screenshot on Fedora 36
To uninstall only the mate-screenshot
package we can use the following command:
sudo dnf remove mate-screenshot
mate-screenshot Package Contents on Fedora 36
/usr/bin/mate-panel-screenshot
/usr/bin/mate-screenshot
/usr/lib/.build-id
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/5f0d526b5b9b58bc36530394f0b11b97b92c1f
/usr/share/applications/mate-screenshot.desktop
/usr/share/glib-2.0/schemas/org.mate.screenshot.gschema.xml
/usr/share/man/man1/mate-panel-screenshot.1.gz
/usr/share/man/man1/mate-screenshot.1.gz
/usr/share/metainfo/mate-screenshot.appdata.xml
References
Summary
In this tutorial we learn how to install mate-screenshot
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).