How to Install and Uninstall newt.x86_64 Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "newt.x86_64" package

Please follow the step by step instructions below to install newt.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install newt.x86_64

2. Uninstall "newt.x86_64" package

Here is a brief guide to show you how to uninstall newt.x86_64 on Rocky Linux 9:

$ sudo dnf remove newt.x86_64 $ sudo dnf autoremove

3. Information about the newt.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:54:39 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : newt
Version : 0.52.21
Release : 11.el9
Architecture : x86_64
Size : 100 k
Source : newt-0.52.21-11.el9.src.rpm
Repository : baseos
Summary : A library for text mode user interfaces
URL : https://pagure.io/newt
License : LGPLv2
Description : Newt is a programming library for color text mode, widget based user
: interfaces. Newt can be used to add stacked windows, entry widgets,
: checkboxes, radio buttons, labels, plain text fields, scrollbars,
: etc., to text mode user interfaces. This package also contains the
: shared library needed by programs built with newt, as well as a
: /usr/bin/dialog replacement called whiptail. Newt is based on the
: slang library.