How To Install screenie on Fedora 36
Introduction
In this tutorial we learn how to install screenie
on Fedora 36.
What is screenie
Screenie is a small and lightweight screen wrapper that is designed to be a session handler that simplifies the process of administrating detached jobs by providing an interactive menu.
We can use yum
or dnf
to install screenie
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install screenie.
Install screenie 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 screenie
using dnf
by running the following command:
sudo dnf -y install screenie
Install screenie 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 screenie
using yum
by running the following command:
sudo yum -y install screenie
How To Uninstall screenie on Fedora 36
To uninstall only the screenie
package we can use the following command:
sudo dnf remove screenie
screenie Package Contents on Fedora 36
/usr/bin/screenie
/usr/share/doc/screenie
/usr/share/doc/screenie/CHANGELOG
/usr/share/doc/screenie/LICENCE
/usr/share/doc/screenie/README
/usr/share/man/man1/screenie.1.gz
References
Summary
In this tutorial we learn how to install screenie
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).