How to Install and Uninstall innotop.noarch Package on AlmaLinux 8

Last updated: June 02,2024

1. Install "innotop.noarch" package

This tutorial shows how to install innotop.noarch on AlmaLinux 8

$ sudo dnf update $ sudo dnf install innotop.noarch

2. Uninstall "innotop.noarch" package

Here is a brief guide to show you how to uninstall innotop.noarch on AlmaLinux 8:

$ sudo dnf remove innotop.noarch $ sudo dnf autoremove

3. Information about the innotop.noarch package on AlmaLinux 8

Last metadata expiration check: 0:20:18 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : innotop
Version : 1.13.0
Release : 1.el8
Architecture : noarch
Size : 156 k
Source : innotop-1.13.0-1.el8.src.rpm
Repository : epel
Summary : A MySQL and InnoDB monitor program
URL : https://github.com/innotop/innotop
License : GPLv2+ or Artistic
Description : innotop connects to a MySQL database server and retrieves information from it,
: then displays it in a manner similar to the UNIX top program. innotop uses
: the data from SHOW VARIABLES, SHOW GLOBAL STATUS, SHOW FULL PROCESSLIST, and
: SHOW ENGINE INNODB STATUS, among other things.