June 24, 2022 | By the+gnu+linux+evangelist.
Installing
-
2. Installing Dependencies
Then to Install Required Software
Run:
sudo apt install -y libdbi-perl libterm-readkey-perl libdbd-mysql-perl
Authenticate with the User Admin Pass.
-
3. Downloading Innotop
Download Innotop Source for Ubuntu GNU/Linux
Innotop Source for Ubuntu
Grab the Zip archive or alternativelly Clone it using Git.
4. Extracting Innotop
And to Extract Innotop Zip Archive into the /tmp Folder
(Course Skip in case of a Git Checkout)
Possibly Double-Click/Right-Click on Package and Open with Archive Manager:

Or from Command Line:
unzip -d /tmp/ ~/Downloads/innotop*.zip
(But if downloaded with Firefox it may be instead into /tmp/mozilla*)
Finally, if you are in Trouble to Find Out it on Terminal See: How to Access Downloads Folder from Browser.
5. Installing Innotop
Now to Install Innotop for Linux
First, access the Target with:
cd /tmp/innotop*
Make it:
perl Makefile.PL
Now to Install it simply play:
sudo make install
Finally, to Test the setup run:
innotop --password [YOURROOTPASS]
Replace [YOURROOTPASS] with your root User Pass in the above.
For more insight see the Help:
innotop --help
You need a Running MySQL Instance to make it working:
6. Innotop Getting-Started Guide
Getting-Started with Innotop for Ubuntu GNU/Linux
Innotop Online Docs