How to Install and Uninstall newt.x86_64 Package on Fedora 39

Last updated: November 27,2024

1. Install "newt.x86_64" package

This is a short guide on how to install newt.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install newt.x86_64

2. Uninstall "newt.x86_64" package

This tutorial shows how to uninstall newt.x86_64 on Fedora 39:

$ sudo dnf remove newt.x86_64 $ sudo dnf autoremove

3. Information about the newt.x86_64 package on Fedora 39

Last metadata expiration check: 1:36:07 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : newt
Version : 0.52.23
Release : 4.fc39
Architecture : x86_64
Size : 115 k
Source : newt-0.52.23-4.fc39.src.rpm
Repository : fedora
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.