How to Install and Uninstall varnish Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "varnish" package

This guide covers the steps necessary to install varnish on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install varnish

2. Uninstall "varnish" package

This tutorial shows how to uninstall varnish on openSuSE Tumbleweed:

$ sudo zypper remove varnish

3. Information about the varnish package on openSuSE Tumbleweed

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