How To Install tabbed-user on Fedora 36

In this tutorial we learn how to install tabbed-user in Fedora 36. tabbed-user is Tabbed sources and tools for user configuration

Introduction

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

What is tabbed-user

Tabbed source files and a launcher/builder wrapper script for customized configurations.

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

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

sudo dnf -y install tabbed-user

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

sudo yum -y install tabbed-user

How To Uninstall tabbed-user on Fedora 36

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

sudo dnf remove tabbed-user

tabbed-user Package Contents on Fedora 36

/usr/bin/tabbed
/usr/bin/tabbed-user
/usr/share/man/man1/tabbed-user.1.gz
/usr/src/tabbed-user-0.6-20.fc35
/usr/src/tabbed-user-0.6-20.fc35/Makefile
/usr/src/tabbed-user-0.6-20.fc35/arg.h
/usr/src/tabbed-user-0.6-20.fc35/config.def.h
/usr/src/tabbed-user-0.6-20.fc35/config.mk
/usr/src/tabbed-user-0.6-20.fc35/tabbed.c

References

Summary

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