Install libnghttp2-14
Installing libnghttp2-14 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libnghttp2-14
libnghttp2-14 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libnghttp2-14 |
version | 1.9.2-1 |
description | library implementing HTTP/2 protocol (shared library) |
subsection | libs |
website | tatsuhiro-t.github.io / nghttp2 / |
maintainer | Dave Beckett |
Uninstall libnghttp2-14
To remove just libnghttp2-14 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libnghttp2-14
Uninstall libnghttp2-14 and it’s dependent packages
To remove the libnghttp2-14 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libnghttp2-14
Purging libnghttp2-14
If you also want to delete configuration and/or data files of libnghttp2-14 from Debian Sid then this will work:
sudo apt-get purge libnghttp2-14
To delete configuration and/or data files of libnghttp2-14 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libnghttp2-14