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