How To Install ternimal on Fedora 36
In this tutorial we learn how to install ternimal in Fedora 36. ternimal is Simulate a lifeform in the terminal
Introduction
In this tutorial we learn how to install ternimal on Fedora 36.
What is ternimal
Simulate a lifeform in the terminal.
We can use yum or dnf to install ternimal on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ternimal.
Install ternimal 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 ternimal using dnf by running the following command:
sudo dnf -y install ternimal
Install ternimal 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 ternimal using yum by running the following command:
sudo yum -y install ternimal
How To Uninstall ternimal on Fedora 36
To uninstall only the ternimal package we can use the following command:
sudo dnf remove ternimal
ternimal Package Contents on Fedora 36
/usr/bin/ternimal
/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/7bbe488a339f188700f93bd08f6527198fadc5
/usr/share/doc/ternimal
/usr/share/doc/ternimal/README.md
/usr/share/licenses/ternimal
/usr/share/licenses/ternimal/LICENSE.txt
References
Summary
In this tutorial we learn how to install ternimal on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).