Install libopa-dev
Installing libopa-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libopa-dev
libopa-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libopa-dev |
version | 3.1-6 |
description | Development files for opa part of MPICH |
subsection | libdevel |
website | mpich.org |
maintainer | Debian Science Maintainers |
Uninstall libopa-dev
To remove just libopa-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libopa-dev
Uninstall libopa-dev and it’s dependent packages
To remove the libopa-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libopa-dev
Purging libopa-dev
If you also want to delete configuration and/or data files of libopa-dev from Debian Sid then this will work:
sudo apt-get purge libopa-dev
To delete configuration and/or data files of libopa-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libopa-dev