How to Install and Uninstall distcc.x86_64 Package on Rocky Linux 8
Last updated: November 15,2024
1. Install "distcc.x86_64" package
Please follow the steps below to install distcc.x86_64 on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
distcc.x86_64
Copied
2. Uninstall "distcc.x86_64" package
Please follow the steps below to uninstall distcc.x86_64 on Rocky Linux 8:
$
sudo dnf remove
distcc.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the distcc.x86_64 package on Rocky Linux 8
Last metadata expiration check: 1:56:16 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : distcc
Version : 3.3.3
Release : 3.el8
Architecture : x86_64
Size : 535 k
Source : distcc-3.3.3-3.el8.src.rpm
Repository : epel
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.
Available Packages
Name : distcc
Version : 3.3.3
Release : 3.el8
Architecture : x86_64
Size : 535 k
Source : distcc-3.3.3-3.el8.src.rpm
Repository : epel
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.