Install libp8-platform-dev
Installing libp8-platform-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libp8-platform-dev
libp8-platform-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libp8-platform-dev |
version | 2.0.1+dfsg1-1 |
description | Pulse-Eight’s platform support library — development files |
subsection | libdevel |
website | github.com / Pulse-Eight / platform |
maintainer | Lars Op den Kamp |
Uninstall libp8-platform-dev
To remove just libp8-platform-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libp8-platform-dev
Uninstall libp8-platform-dev and it’s dependent packages
To remove the libp8-platform-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libp8-platform-dev
Purging libp8-platform-dev
If you also want to delete configuration and/or data files of libp8-platform-dev from Debian Sid then this will work:
sudo apt-get purge libp8-platform-dev
To delete configuration and/or data files of libp8-platform-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libp8-platform-dev