Skip to main content

How to run Bashtop on Debian

Bashtop

is
available
in
Azlux’s
repository
as
well
Toas Debian repository and all you need is to download the Debian package and install bashtopit onas Debian,shown:

you
$ canwget followhttp://packages.azlux.fr/debian/pool/main/b/bashtop/bashtop_0.9.25_all.deb

the$ stepssudo below:

dpkg
-i
  1. bashtop_0.9.25_all.deb

    Open the terminal on your Debian system.Bashtop - A nifty resource monitor

  2. To

  3. uninstall

    Run the following command to update the package list::

sudo apt update 
  1. Once the package list is updated, run the following command to install bashtop:
sudo apt install bashtop
  1. After the installation is complete, you can run bashtop by simply typing bashtop in the terminal.

To uninstall bashtop from your Debian system, you can follow these steps:

  1. Open the terminal on your Debian system.

  2. Run the following command to remove bashtop:

sudo aptapt-get remove bashtop

If

you
want
to
  1. Afterremove the package isand removed,its dependencies that are no longer needed, you can runuse the following command to remove any additional configuration files associated with bashtop:
command:

sudo aptapt-get remove --auto-remove bashtop

It's

always
a
good
idea
to
double-check
the
name
of
the
package
you
  1. Finally,want to remove anybefore dependenciesrunning thatthe werecommand to avoid accidentally removing the wrong package. You can use the dpkg -l command to list all installed withpackages bashtop,on runyour the following command:
sudo apt autoremove
system.