Install ploop
Installing ploop package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ploop
ploop package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ploop |
version | 1.14.1-1 |
description | tools to work with ploop devices and images |
subsection | libs |
website | download.openvz.org / utils / ploop |
maintainer | Ola Lundqvist |
Uninstall ploop
To remove just ploop package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ploop
Uninstall ploop and it’s dependent packages
To remove the ploop package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ploop
Purging ploop
If you also want to delete configuration and/or data files of ploop from Debian Sid then this will work:
sudo apt-get purge ploop
To delete configuration and/or data files of ploop and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ploop