How To Install sen on Fedora 36
Introduction
In this tutorial we learn how to install sen
on Fedora 36.
What is sen
sen enables you to manage your containers and images interactively directly from command line. Interface is similar to htop, alot or tig.
We can use yum
or dnf
to install sen
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sen.
Install sen 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 sen
using dnf
by running the following command:
sudo dnf -y install sen
Install sen 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 sen
using yum
by running the following command:
sudo yum -y install sen
How To Uninstall sen on Fedora 36
To uninstall only the sen
package we can use the following command:
sudo dnf remove sen
sen Package Contents on Fedora 36
/usr/bin/sen
/usr/share/doc/sen
/usr/share/doc/sen/README.md
/usr/share/licenses/sen
/usr/share/licenses/sen/LICENSE
References
Summary
In this tutorial we learn how to install sen
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).