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