Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install multipath-tools on Debian Unstable (Sid)


Install multipath-tools

Installing multipath-tools 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

multipath-tools package information

distro Debian Unstable (Sid)
section Main
name multipath-tools
version 0.5.0+git1.656f8865-9
description maintain multipath block device access
subsection admin
website christophe.varoqui.free.fr
maintainer Debian LVM Team

Uninstall multipath-tools

To remove just multipath-tools package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove multipath-tools

Uninstall multipath-tools and it’s dependent packages

To remove the multipath-tools package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove multipath-tools

Purging multipath-tools

If you also want to delete configuration and/or data files of multipath-tools from Debian Sid then this will work:

sudo apt-get purge multipath-tools

To delete configuration and/or data files of multipath-tools and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove multipath-tools

 

Comments

comments