How to Install and Uninstall libvarnishapi3 Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "libvarnishapi3" package

This is a short guide on how to install libvarnishapi3 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libvarnishapi3

2. Uninstall "libvarnishapi3" package

This guide let you learn how to uninstall libvarnishapi3 on openSuSE Tumbleweed:

$ sudo zypper remove libvarnishapi3

3. Information about the libvarnishapi3 package on openSuSE Tumbleweed

Information for package libvarnishapi3:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libvarnishapi3
Version : 7.4.2-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 230.5 KiB
Installed : No
Status : not installed
Source package : varnish-7.4.2-2.1.src
Upstream URL : https://varnish-cache.org/
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.