How to Install and Uninstall notcurses.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "notcurses.x86_64" package

This tutorial shows how to install notcurses.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install notcurses.x86_64

2. Uninstall "notcurses.x86_64" package

This tutorial shows how to uninstall notcurses.x86_64 on Rocky Linux 8:

$ sudo dnf remove notcurses.x86_64 $ sudo dnf autoremove

3. Information about the notcurses.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:42:43 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : notcurses
Version : 3.0.8
Release : 2.el8
Architecture : x86_64
Size : 348 k
Source : notcurses-3.0.8-2.el8.src.rpm
Repository : epel
Summary : Character graphics and TUI library
URL : https://nick-black.com/dankwiki/index.php/Notcurses
License : ASL 2.0
Description : Notcurses facilitates the creation of modern TUI programs,
: making full use of Unicode and 24-bit TrueColor. It presents
: an API similar to that of Curses, and rides atop Terminfo.
: This package includes C and C++ shared libraries.