How to Install and Uninstall distcc Package on openSUSE Leap

Last updated: November 10,2024

1. Install "distcc" package

This is a short guide on how to install distcc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install distcc

2. Uninstall "distcc" package

Please follow the guidance below to uninstall distcc on openSUSE Leap:

$ sudo zypper remove distcc

3. Information about the distcc package on openSUSE Leap

Information for package distcc:
-------------------------------
Repository : Main Repository
Name : distcc
Version : 3.3.3-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 835.3 KiB
Installed : No
Status : not installed
Source package : distcc-3.3.3-bp155.2.14.src
Upstream URL : https://github.com/distcc/distcc
Summary : A distributed C/C++ compiler
Description :
distcc is a program to distribute builds of C, C++, Objective C or
Objective C++ code across several machines on a network, thereby
completing the task in less time. distcc should always generate the
same results as a local build.