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