How To Install sselp on Fedora 36
In this tutorial we learn how to install sselp in Fedora 36. sselp is Prints X selection to standard out
Introduction
In this tutorial we learn how to install sselp
on Fedora 36.
What is sselp
Prints X selection to standard out.
We can use yum
or dnf
to install sselp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sselp.
Install sselp 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 sselp
using dnf
by running the following command:
sudo dnf -y install sselp
Install sselp 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 sselp
using yum
by running the following command:
sudo yum -y install sselp
How To Uninstall sselp on Fedora 36
To uninstall only the sselp
package we can use the following command:
sudo dnf remove sselp
sselp Package Contents on Fedora 36
/usr/bin/sselp
/usr/lib/.build-id
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/da7b25f105473dabc25307eacd6e7a8b19ec14
/usr/share/doc/sselp
/usr/share/doc/sselp/README
/usr/share/licenses/sselp
/usr/share/licenses/sselp/LICENSE
References
Summary
In this tutorial we learn how to install sselp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).