How to Install and Uninstall rubygem-ncursesw.x86_64 Package on Fedora 35

Last updated: October 06,2024

1. Install "rubygem-ncursesw.x86_64" package

In this section, we are going to explain the necessary steps to install rubygem-ncursesw.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install rubygem-ncursesw.x86_64

2. Uninstall "rubygem-ncursesw.x86_64" package

Please follow the guidelines below to uninstall rubygem-ncursesw.x86_64 on Fedora 35:

$ sudo dnf remove rubygem-ncursesw.x86_64 $ sudo dnf autoremove

3. Information about the rubygem-ncursesw.x86_64 package on Fedora 35

Last metadata expiration check: 5:57:06 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rubygem-ncursesw
Version : 1.4.10
Release : 5.fc35
Architecture : x86_64
Size : 77 k
Source : rubygem-ncursesw-1.4.10-5.fc35.src.rpm
Repository : fedora
Summary : Ruby wrapper for the ncurses library, with wide character support
URL : http://github.com/sup-heliotrope/ncursesw-ruby
License : LGPLv2+
Description : This wrapper provides access to the functions, macros, global variables and
: constants of the ncurses library. These are mapped to a Ruby module named
: "Ncurses". Functions and external variables are implemented as singleton
: functions of the module Ncurses.
:
: The ncursesw gem is a fork with improved wide character support.