How to Install and Uninstall nghttp2 Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "nghttp2" package

Learn how to install nghttp2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install nghttp2

2. Uninstall "nghttp2" package

This guide covers the steps necessary to uninstall nghttp2 on openSuSE Tumbleweed:

$ sudo zypper remove nghttp2

3. Information about the nghttp2 package on openSuSE Tumbleweed

Information for package nghttp2:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : nghttp2
Version : 1.59.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.5 MiB
Installed : No
Status : not installed
Source package : nghttp2-1.59.0-1.2.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.