Install mpt-status
Installing mpt-status package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mpt-status
mpt-status package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mpt-status |
version | 1.2.0-8 |
description | get RAID status out of mpt (and other) HW RAID controllers |
subsection | admin |
maintainer | Debian QA Group |
Uninstall mpt-status
To remove just mpt-status package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mpt-status
Uninstall mpt-status and it’s dependent packages
To remove the mpt-status package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mpt-status
Purging mpt-status
If you also want to delete configuration and/or data files of mpt-status from Debian Sid then this will work:
sudo apt-get purge mpt-status
To delete configuration and/or data files of mpt-status and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mpt-status