Install multistrap
Installing multistrap package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install multistrap
multistrap package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | multistrap |
version | 2.2.1 |
description | multiple repository bootstrap based on apt |
subsection | admin |
website | github.com / codehelp / multistrap |
maintainer | Neil Williams |
Uninstall multistrap
To remove just multistrap package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove multistrap
Uninstall multistrap and it’s dependent packages
To remove the multistrap package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove multistrap
Purging multistrap
If you also want to delete configuration and/or data files of multistrap from Debian Sid then this will work:
sudo apt-get purge multistrap
To delete configuration and/or data files of multistrap and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove multistrap