How to Install and Uninstall squid.src Package on Oracle Linux 9

Last updated: January 13,2025

1. Install "squid.src" package

This guide let you learn how to install squid.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install squid.src

2. Uninstall "squid.src" package

Please follow the steps below to uninstall squid.src on Oracle Linux 9:

$ sudo dnf remove squid.src $ sudo dnf autoremove

3. Information about the squid.src package on Oracle Linux 9

Last metadata expiration check: 2:19:41 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : squid
Epoch : 7
Version : 5.5
Release : 6.0.1.el9_3.5
Architecture : src
Size : 2.7 M
Source : None
Repository : ol9_appstream
Summary : The Squid proxy caching server
URL : http://www.squid-cache.org
License : GPLv2+ and (LGPLv2+ and MIT and BSD and Public Domain)
Description : Squid is a high-performance proxy caching server for Web clients,
: supporting FTP, gopher, and HTTP data objects. Unlike traditional
: caching software, Squid handles all requests in a single,
: non-blocking, I/O-driven process. Squid keeps meta data and especially
: hot objects cached in RAM, caches DNS lookups, supports non-blocking
: DNS lookups, and implements negative caching of failed requests.
:
: Squid consists of a main server program squid, a Domain Name System
: lookup program (dnsserver), a program for retrieving FTP data
: (ftpget), and some management and client tools.