Install netpipe-openmpi
Installing netpipe-openmpi package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install netpipe-openmpi
netpipe-openmpi package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | netpipe-openmpi |
version | 3.7.2-7.4+b1 |
description | Network performance tool using OpenMPI |
subsection | net |
maintainer | Camm Maguire |
Uninstall netpipe-openmpi
To remove just netpipe-openmpi package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove netpipe-openmpi
Uninstall netpipe-openmpi and it’s dependent packages
To remove the netpipe-openmpi package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove netpipe-openmpi
Purging netpipe-openmpi
If you also want to delete configuration and/or data files of netpipe-openmpi from Debian Sid then this will work:
sudo apt-get purge netpipe-openmpi
To delete configuration and/or data files of netpipe-openmpi and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove netpipe-openmpi