How to Install and Uninstall glances.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "glances.noarch" package

In this section, we are going to explain the necessary steps to install glances.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install glances.noarch

2. Uninstall "glances.noarch" package

In this section, we are going to explain the necessary steps to uninstall glances.noarch on Rocky Linux 8:

$ sudo dnf remove glances.noarch $ sudo dnf autoremove

3. Information about the glances.noarch package on Rocky Linux 8

Last metadata expiration check: 1:06:09 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : glances
Version : 3.2.6.4
Release : 1.el8
Architecture : noarch
Size : 1.4 M
Source : glances-3.2.6.4-1.el8.src.rpm
Repository : epel
Summary : A cross-platform curses-based monitoring tool
URL : https://nicolargo.github.io/glances/
License : GPLv3
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.