How to Install and Uninstall spdylay Package on openSUSE Leap

Last updated: May 03,2024

1. Install "spdylay" package

Learn how to install spdylay on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install spdylay

2. Uninstall "spdylay" package

Please follow the step by step instructions below to uninstall spdylay on openSUSE Leap:

$ sudo zypper remove spdylay

3. Information about the spdylay package on openSUSE Leap

Information for package spdylay:
--------------------------------
Repository : Main Repository
Name : spdylay
Version : 1.4.0-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 490.5 KiB
Installed : No
Status : not installed
Source package : spdylay-1.4.0-bp155.2.13.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.
Except for sample programs, this library code does not depend on any
particular SSL library.