How to Install and Uninstall glances.noarch Package on Fedora 38

Last updated: September 22,2024

1. Install "glances.noarch" package

Please follow the guidance below to install glances.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install glances.noarch

2. Uninstall "glances.noarch" package

This tutorial shows how to uninstall glances.noarch on Fedora 38:

$ sudo dnf remove glances.noarch $ sudo dnf autoremove

3. Information about the glances.noarch package on Fedora 38

Last metadata expiration check: 3:43:13 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : glances
Version : 3.3.1
Release : 3.fc38
Architecture : noarch
Size : 767 k
Source : glances-3.3.1-3.fc38.src.rpm
Repository : fedora
Summary : A cross-platform system monitoring tool
URL : https://nicolargo.github.io/glances/
License : LGPL-3.0-only AND MIT
Description :
: Glances is a cross-platform monitoring tool which aims to present a large
: amount of monitoring information through a curses or Web based interface.
: The information dynamically adapts depending on the size of the user interface
:
: It can also work in client/server mode. Remote monitoring could be done via
: terminal, Web interface or API (XML-RPC and RESTful). Stats can also be
: exported to files or external time/value databases.
:
: Glances is written in Python and uses libraries to grab information from your
: system. It is based on an open architecture where developers can add new
: plugins or exports modules.