How To Install st-user on Fedora 36

In this tutorial we learn how to install st-user in Fedora 36. st-user is Sources and tools for user configuration of st

Introduction

In this tutorial we learn how to install st-user on Fedora 36.

What is st-user

Source files for st and a launcher/builder wrapper script for customized configurations.

We can use yum or dnf to install st-user on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install st-user.

Install st-user 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-user using dnf by running the following command:

sudo dnf -y install st-user

Install st-user 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-user using yum by running the following command:

sudo yum -y install st-user

How To Uninstall st-user on Fedora 36

To uninstall only the st-user package we can use the following command:

sudo dnf remove st-user

st-user Package Contents on Fedora 36

/usr/bin/st
/usr/bin/st-user
/usr/share/man/man1/st-user.1.gz
/usr/src/st-user-0.8.4-5.fc36
/usr/src/st-user-0.8.4-5.fc36/FAQ
/usr/src/st-user-0.8.4-5.fc36/LEGACY
/usr/src/st-user-0.8.4-5.fc36/LICENSE
/usr/src/st-user-0.8.4-5.fc36/Makefile
/usr/src/st-user-0.8.4-5.fc36/README
/usr/src/st-user-0.8.4-5.fc36/TODO
/usr/src/st-user-0.8.4-5.fc36/arg.h
/usr/src/st-user-0.8.4-5.fc36/config.def.h
/usr/src/st-user-0.8.4-5.fc36/config.h
/usr/src/st-user-0.8.4-5.fc36/config.mk
/usr/src/st-user-0.8.4-5.fc36/st
/usr/src/st-user-0.8.4-5.fc36/st.1
/usr/src/st-user-0.8.4-5.fc36/st.c
/usr/src/st-user-0.8.4-5.fc36/st.h
/usr/src/st-user-0.8.4-5.fc36/st.info
/usr/src/st-user-0.8.4-5.fc36/st.o
/usr/src/st-user-0.8.4-5.fc36/win.h
/usr/src/st-user-0.8.4-5.fc36/x.c
/usr/src/st-user-0.8.4-5.fc36/x.o

References

Summary

In this tutorial we learn how to install st-user on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).