Install libopensm-dev
Installing libopensm-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libopensm-dev
libopensm-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libopensm-dev |
version | 3.3.19-1 |
description | Header files for compiling against libopensm |
subsection | libdevel |
website | openfabrics.org / downloads / management / |
maintainer | OFED and Debian Developement and Discussion |
Uninstall libopensm-dev
To remove just libopensm-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libopensm-dev
Uninstall libopensm-dev and it’s dependent packages
To remove the libopensm-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libopensm-dev
Purging libopensm-dev
If you also want to delete configuration and/or data files of libopensm-dev from Debian Sid then this will work:
sudo apt-get purge libopensm-dev
To delete configuration and/or data files of libopensm-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libopensm-dev