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