How to Install and Uninstall libspdylay7 Package on openSuSE Tumbleweed

Last updated: May 22,2024

1. Install "libspdylay7" package

Please follow the instructions below to install libspdylay7 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libspdylay7

2. Uninstall "libspdylay7" package

Please follow the instructions below to uninstall libspdylay7 on openSuSE Tumbleweed:

$ sudo zypper remove libspdylay7

3. Information about the libspdylay7 package on openSuSE Tumbleweed

Information for package libspdylay7:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libspdylay7
Version : 1.4.0-3.25
Arch : x86_64
Vendor : openSUSE
Installed Size : 78.1 KiB
Installed : No
Status : not installed
Source package : spdylay-1.4.0-3.25.src
Upstream URL : https://tatsuhiro-t.github.io/spdylay/
Summary : SPDY C Library
Description :
This is an experimental implementation of Google’s SPDY protocol in
C. This library provides SPDY version 2, 3 and 3.1 framing layer
implementation. It does not perform any I/O operations but uses
callback functions provided by the application. Likewise, it includes
no event polling mechanism, so the application can freely choose.
This package holds the shared C library.