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

Last updated: October 05,2024

1. Install "rubygem-ncursesw.x86_64" package

Learn how to install rubygem-ncursesw.x86_64 on Fedora 34

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

2. Uninstall "rubygem-ncursesw.x86_64" package

Learn how to uninstall rubygem-ncursesw.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:47:18 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-ncursesw
Version : 1.4.10
Release : 4.fc34
Architecture : x86_64
Size : 80 k
Source : rubygem-ncursesw-1.4.10-4.fc34.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.