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