Install liburiparser-dev
Installing liburiparser-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install liburiparser-dev
liburiparser-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | liburiparser-dev |
version | 0.8.4-1 |
description | development files for uriparser |
subsection | libdevel |
website | uriparser.sourceforge.net |
maintainer | Jörg Frings-Fürst |
Uninstall liburiparser-dev
To remove just liburiparser-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove liburiparser-dev
Uninstall liburiparser-dev and it’s dependent packages
To remove the liburiparser-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove liburiparser-dev
Purging liburiparser-dev
If you also want to delete configuration and/or data files of liburiparser-dev from Debian Sid then this will work:
sudo apt-get purge liburiparser-dev
To delete configuration and/or data files of liburiparser-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove liburiparser-dev