Install multipath-tools-dbg
Installing multipath-tools-dbg package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install multipath-tools-dbg
multipath-tools-dbg package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | multipath-tools-dbg |
version | 0.5.0+git1.656f8865-9 |
description | maintain multipath block device access – debugging symbols |
subsection | debug |
website | christophe.varoqui.free.fr |
maintainer | Debian LVM Team |
Uninstall multipath-tools-dbg
To remove just multipath-tools-dbg package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove multipath-tools-dbg
Uninstall multipath-tools-dbg and it’s dependent packages
To remove the multipath-tools-dbg package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove multipath-tools-dbg
Purging multipath-tools-dbg
If you also want to delete configuration and/or data files of multipath-tools-dbg from Debian Sid then this will work:
sudo apt-get purge multipath-tools-dbg
To delete configuration and/or data files of multipath-tools-dbg and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove multipath-tools-dbg