How to Install and Uninstall sccache Package on openSuSE Tumbleweed

Last updated: November 07,2024

1. Install "sccache" package

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

$ sudo zypper refresh $ sudo zypper install sccache

2. Uninstall "sccache" package

This guide covers the steps necessary to uninstall sccache on openSuSE Tumbleweed:

$ sudo zypper remove sccache

3. Information about the sccache package on openSuSE Tumbleweed

Information for package sccache:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : sccache
Version : 0.7.5~9-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 23.5 MiB
Installed : No
Status : not installed
Source package : sccache-0.7.5~9-1.1.src
Upstream URL : https://github.com/mozilla/sccache
Summary : A compiler caching tool for Rust, C and C++ with optional cloud storage
Description :
Sccache is a ccache-like tool. It is used as a compiler wrapper and
avoids compilation when possible, storing a cache in a remote storage
using the Amazon Simple Cloud Storage Service (S3) API, Redis or
the Google Cloud Storage (GCS) API.