Install libpmi0-dbg
Installing libpmi0-dbg package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libpmi0-dbg
libpmi0-dbg package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libpmi0-dbg |
version | 15.08.8-1 |
description | debugging symbols for SLURM PMI library implementation |
subsection | debug |
website | slurm.schedmd.com |
maintainer | Gennaro Oliva |
Uninstall libpmi0-dbg
To remove just libpmi0-dbg package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libpmi0-dbg
Uninstall libpmi0-dbg and it’s dependent packages
To remove the libpmi0-dbg package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libpmi0-dbg
Purging libpmi0-dbg
If you also want to delete configuration and/or data files of libpmi0-dbg from Debian Sid then this will work:
sudo apt-get purge libpmi0-dbg
To delete configuration and/or data files of libpmi0-dbg and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libpmi0-dbg