How to Install and Uninstall distcc.x86_64 Package on Fedora 38

Last updated: March 03,2025

1. Install "distcc.x86_64" package

This guide let you learn how to install distcc.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install distcc.x86_64

2. Uninstall "distcc.x86_64" package

Please follow the instructions below to uninstall distcc.x86_64 on Fedora 38:

$ sudo dnf remove distcc.x86_64 $ sudo dnf autoremove

3. Information about the distcc.x86_64 package on Fedora 38

Last metadata expiration check: 5:49:08 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : distcc
Version : 3.3.5
Release : 11.fc38
Architecture : x86_64
Size : 564 k
Source : distcc-3.3.5-11.fc38.src.rpm
Repository : fedora
Summary : Distributed C/C++ compilation
URL : https://github.com/distcc/distcc
License : GPLv2+
Description : distcc is a program to distribute compilation of C or C++ code across
: several machines on a network. distcc should always generate the same
: results as a local compile, is simple to install and use, and is often
: two or more times faster than a local compile.