How to Install and Uninstall libvarnishapi2 Package on openSUSE Leap

Last updated: May 16,2024

1. Install "libvarnishapi2" package

Learn how to install libvarnishapi2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libvarnishapi2

2. Uninstall "libvarnishapi2" package

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

$ sudo zypper remove libvarnishapi2

3. Information about the libvarnishapi2 package on openSUSE Leap

Information for package libvarnishapi2:
---------------------------------------
Repository : Main Repository
Name : libvarnishapi2
Version : 6.2.1-bp153.1.20
Arch : x86_64
Vendor : openSUSE
Installed Size : 181,3 KiB
Installed : No
Status : not installed
Source package : varnish-6.2.1-bp153.1.20.src
Summary : Shared libraries for Varnish
Description :
Varnish is an HTTP accelerator. Often called Reverse Proxy, it is an
application that stores (caches) documents that have been requested
over the HTTP protocol.
Based on certain criteria, the next client requesting the document is either
given the cached document, or a "fresh" document requested from a backend
server. The purpose of this is to minimize the requests going to the backend
server(s) by serving the same document to potentially many users.
This package holds the shared libraries for varnish.