How to Install and Uninstall ccache Package on openSUSE Leap

Last updated: May 08,2024

1. Install "ccache" package

Here is a brief guide to show you how to install ccache on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ccache

2. Uninstall "ccache" package

Please follow the guidelines below to uninstall ccache on openSUSE Leap:

$ sudo zypper remove ccache

3. Information about the ccache package on openSUSE Leap

Information for package ccache:
-------------------------------
Repository : Main Repository
Name : ccache
Version : 3.4.2-1.9
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 509.8 KiB
Installed : No
Status : not installed
Source package : ccache-3.4.2-1.9.src
Upstream URL : https://ccache.samba.org/
Summary : A Fast C/C++ Compiler Cache
Description :
ccache is a compiler cache. It speeds up recompilation by caching the
result of previous compilations and detecting when the same compilation is
being done again. Supported languages are C, C++, Objective-C and
Objective-C++.