How To Install st on Fedora 36
In this tutorial we learn how to install st in Fedora 36. st is A simple terminal implementation for X
Introduction
In this tutorial we learn how to install st on Fedora 36.
What is st
A simple virtual terminal emulator for X which sucks less.
We can use yum or dnf to install st on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install st.
Install st 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 st using dnf by running the following command:
sudo dnf -y install st
Install st 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 st using yum by running the following command:
sudo yum -y install st
How To Uninstall st on Fedora 36
To uninstall only the st package we can use the following command:
sudo dnf remove st
st Package Contents on Fedora 36
/usr/bin/st
/usr/bin/st-fedora
/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/a6b24c5251916d96e9fabaa31a09f50633c4ac
/usr/share/applications/st.desktop
/usr/share/doc/st
/usr/share/doc/st/FAQ
/usr/share/doc/st/LEGACY
/usr/share/doc/st/README
/usr/share/doc/st/TODO
/usr/share/doc/st/st.info
/usr/share/licenses/st
/usr/share/licenses/st/LICENSE
/usr/share/man/man1/st.1.gz
References
Summary
In this tutorial we learn how to install st on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).