Install libucpp-dev
Installing libucpp-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libucpp-dev
libucpp-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libucpp-dev |
version | 1.3.2-1 |
description | embeddable, quick and light C preprocessor — development |
subsection | libdevel |
website | http: / / code.google.com / p / ucpp / |
maintainer | Rene Engelhard |
Uninstall libucpp-dev
To remove just libucpp-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libucpp-dev
Uninstall libucpp-dev and it’s dependent packages
To remove the libucpp-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libucpp-dev
Purging libucpp-dev
If you also want to delete configuration and/or data files of libucpp-dev from Debian Sid then this will work:
sudo apt-get purge libucpp-dev
To delete configuration and/or data files of libucpp-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libucpp-dev