How to Install and Uninstall nghttp2 Package on openSUSE Leap

Last updated: May 18,2024

1. Install "nghttp2" package

Learn how to install nghttp2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install nghttp2

2. Uninstall "nghttp2" package

Please follow the guidelines below to uninstall nghttp2 on openSUSE Leap:

$ sudo zypper remove nghttp2

3. Information about the nghttp2 package on openSUSE Leap

Information for package nghttp2:
--------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : nghttp2
Version : 1.40.0-150200.12.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.7 MiB
Installed : No
Status : not installed
Source package : nghttp2-1.40.0-150200.12.1.src
Upstream URL : https://nghttp2.org/
Summary : Implementation of Hypertext Transfer Protocol version 2 in C
Description :
This is an implementation of Hypertext Transfer Protocol version 2.
The framing layer of HTTP/2 is implemented as a form of reusable C library.
On top of that, we have implemented HTTP/2 client, server and proxy. We
have also developed load test and benchmarking tool for HTTP/2.
HPACK encoder and decoder are available as public API.