Install pprepair
Installing pprepair package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pprepair
pprepair package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pprepair |
version | 0.0~20151110-28dca91-1 |
description | planar partition repair tool |
subsection | science |
website | github.com / tudelft3d / pprepair |
maintainer | Debian GIS Project |
Uninstall pprepair
To remove just pprepair package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pprepair
Uninstall pprepair and it’s dependent packages
To remove the pprepair package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pprepair
Purging pprepair
If you also want to delete configuration and/or data files of pprepair from Debian Sid then this will work:
sudo apt-get purge pprepair
To delete configuration and/or data files of pprepair and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pprepair