How to Install and Uninstall ccache Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "ccache" package

Please follow the guidelines below to install ccache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ccache

2. Uninstall "ccache" package

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

$ sudo zypper remove ccache

3. Information about the ccache package on openSuSE Tumbleweed

Information for package ccache:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ccache
Version : 4.9.1-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.5 MiB
Installed : No
Status : not installed
Source package : ccache-4.9.1-1.1.src
Upstream URL : https://ccache.dev/
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++.