Install libneon27
Installing libneon27 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libneon27
libneon27 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libneon27 |
version | 0.30.1-3 |
description | HTTP and WebDAV client library |
subsection | libs |
website | webdav.org / neon / |
maintainer | Laszlo Boszormenyi (GCS) |
Uninstall libneon27
To remove just libneon27 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libneon27
Uninstall libneon27 and it’s dependent packages
To remove the libneon27 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libneon27
Purging libneon27
If you also want to delete configuration and/or data files of libneon27 from Debian Sid then this will work:
sudo apt-get purge libneon27
To delete configuration and/or data files of libneon27 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libneon27