Install libpotrace0
Installing libpotrace0 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libpotrace0
libpotrace0 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libpotrace0 |
version | 1.13-2 |
description | library for tracing bitmaps |
subsection | libs |
website | potrace.sourceforge.net |
maintainer | Bartosz Fenski |
Uninstall libpotrace0
To remove just libpotrace0 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libpotrace0
Uninstall libpotrace0 and it’s dependent packages
To remove the libpotrace0 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libpotrace0
Purging libpotrace0
If you also want to delete configuration and/or data files of libpotrace0 from Debian Sid then this will work:
sudo apt-get purge libpotrace0
To delete configuration and/or data files of libpotrace0 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libpotrace0