Install netsend
Installing netsend package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install netsend
netsend package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | netsend |
version | 0.0~svnr250-1.2 |
description | a speedy filetransfer and network diagnostic program |
subsection | net |
website | netsend.berlios.de |
maintainer | Martin Peylo |
Uninstall netsend
To remove just netsend package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove netsend
Uninstall netsend and it’s dependent packages
To remove the netsend package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove netsend
Purging netsend
If you also want to delete configuration and/or data files of netsend from Debian Sid then this will work:
sudo apt-get purge netsend
To delete configuration and/or data files of netsend and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove netsend