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