How To Install notcurses-utils on Rocky Linux 8
Introduction
In this tutorial we learn how to install notcurses-utils
on Rocky Linux 8.
What is notcurses-utils
Binaries from Notcurses, and multimedia content used thereby.
We can use yum
or dnf
to install notcurses-utils
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install notcurses-utils.
Install notcurses-utils on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install notcurses-utils
using dnf
by running the following command:
sudo dnf -y install notcurses-utils
Install notcurses-utils on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install notcurses-utils
using yum
by running the following command:
sudo yum -y install notcurses-utils
How To Uninstall notcurses-utils on Rocky Linux 8
To uninstall only the notcurses-utils
package we can use the following command:
sudo dnf remove notcurses-utils
notcurses-utils Package Contents on Rocky Linux 8
/usr/bin/ncneofetch
/usr/bin/nctetris
/usr/bin/notcurses-demo
/usr/bin/notcurses-info
/usr/bin/notcurses-input
/usr/bin/notcurses-tester
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/bd3c244a763403415ac83cf19899fd563e1d5c
/usr/lib/.build-id/37
/usr/lib/.build-id/37/850d7375072aadbb8efe5838b3cd6777ff5807
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/9d97838093e5e671eda1edb80758103054b820
/usr/lib/.build-id/71
/usr/lib/.build-id/71/c60c88c3a4efbfdf5e2c0ba9b44673285e8f39
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/1e7a9ed9ea68584628c2a0327d0975f163ecbd
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/d763223b20b72e2103472c290248dbd489b458
/usr/share/man/man1/ncneofetch.1.gz
/usr/share/man/man1/nctetris.1.gz
/usr/share/man/man1/notcurses-demo.1.gz
/usr/share/man/man1/notcurses-info.1.gz
/usr/share/man/man1/notcurses-input.1.gz
/usr/share/man/man1/notcurses-tester.1.gz
References
Summary
In this tutorial we learn how to install notcurses-utils
on Rocky Linux 8 using yum and dnf.