How To Install slurp on Fedora 36
Introduction
In this tutorial we learn how to install slurp on Fedora 36.
What is slurp
Slurp is a command-line tool that allows the user to visually select a region and prints it to the standard output.
We can use yum or dnf to install slurp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install slurp.
Install slurp 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 slurp using dnf by running the following command:
sudo dnf -y install slurp
Install slurp 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 slurp using yum by running the following command:
sudo yum -y install slurp
How To Uninstall slurp on Fedora 36
To uninstall only the slurp package we can use the following command:
sudo dnf remove slurp
slurp Package Contents on Fedora 36
/usr/bin/slurp
/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/dc8fd2152cda11c0122ef71ac2deefddaf0160
/usr/share/licenses/slurp
/usr/share/licenses/slurp/LICENSE
/usr/share/man/man1/slurp.1.gz
References
Summary
In this tutorial we learn how to install slurp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).