How To Install libgnt on Fedora 36
Introduction
In this tutorial we learn how to install libgnt
on Fedora 36.
What is libgnt
GNT is an ncurses toolkit for creating text-mode graphical user interfaces in a fast and easy way. It is based on GLib and ncurses.
We can use yum
or dnf
to install libgnt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgnt.
Install libgnt on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libgnt
using dnf
by running the following command:
sudo dnf -y install libgnt
Install libgnt on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libgnt
using yum
by running the following command:
sudo yum -y install libgnt
How To Uninstall libgnt on Fedora 36
To uninstall only the libgnt
package we can use the following command:
sudo dnf remove libgnt
libgnt Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/37171dcd2d1044b651f1c4f6613dea1c54c6cb
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/a2796e98ee0ce5e3bea2816d1a688a768c01e5
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/44edeb7f2e24deb76794600d550f87d2016936
/usr/lib64/gnt
/usr/lib64/gnt/irssi.so
/usr/lib64/gnt/s.so
/usr/lib64/libgnt.so.0
/usr/lib64/libgnt.so.0.14.1
/usr/share/doc/libgnt
/usr/share/doc/libgnt/README.md
/usr/share/licenses/libgnt
/usr/share/licenses/libgnt/COPYING
References
Summary
In this tutorial we learn how to install libgnt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libgnt on Fedora 36” linkTitle: “libgnt” type: “docs” description: “In this tutorial we learn how to install libgnt in Fedora 36. libgnt is GLib Ncurses Toolkit” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libgnt-featured.png
Introduction
In this tutorial we learn how to install libgnt
on Fedora 36.
What is libgnt
GNT is an ncurses toolkit for creating text-mode graphical user interfaces in a fast and easy way. It is based on GLib and ncurses.
We can use yum
or dnf
to install libgnt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgnt.
Install libgnt on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libgnt
using dnf
by running the following command:
sudo dnf -y install libgnt
Install libgnt on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libgnt
using yum
by running the following command:
sudo yum -y install libgnt
How To Uninstall libgnt on Fedora 36
To uninstall only the libgnt
package we can use the following command:
sudo dnf remove libgnt
libgnt Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/2d434f9259727ffa728facb64de39ef29f33cf
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/696a78b8f69e684636be748ab6bb7d9ee9eaf3
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/66e71fc34ca98154fca06c888acc9d202f4b17
/usr/lib/gnt
/usr/lib/gnt/irssi.so
/usr/lib/gnt/s.so
/usr/lib/libgnt.so.0
/usr/lib/libgnt.so.0.14.1
/usr/share/doc/libgnt
/usr/share/doc/libgnt/README.md
/usr/share/licenses/libgnt
/usr/share/licenses/libgnt/COPYING
References
Summary
In this tutorial we learn how to install libgnt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).