Install nload
Installing nload package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nload
nload package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nload |
version | 0.7.4-1+b2 |
description | realtime console network usage monitor |
subsection | net |
website | roland-riegel.de / nload / |
maintainer | Giuseppe Iuculano |
Uninstall nload
To remove just nload package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nload
Uninstall nload and it’s dependent packages
To remove the nload package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nload
Purging nload
If you also want to delete configuration and/or data files of nload from Debian Sid then this will work:
sudo apt-get purge nload
To delete configuration and/or data files of nload and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nload