How to Install and Uninstall icecream.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "icecream.x86_64" package

Please follow the guidance below to install icecream.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install icecream.x86_64

2. Uninstall "icecream.x86_64" package

This guide covers the steps necessary to uninstall icecream.x86_64 on Fedora 34:

$ sudo dnf remove icecream.x86_64 $ sudo dnf autoremove

3. Information about the icecream.x86_64 package on Fedora 34

Last metadata expiration check: 5:31:31 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : icecream
Version : 1.3
Release : 4.fc34
Architecture : x86_64
Size : 279 k
Source : icecream-1.3-4.fc34.src.rpm
Repository : fedora
Summary : Distributed compiler
URL : https://github.com/icecc/icecream
License : GPLv2+
Description : Icecream is a distributed compile system. It allows parallel compiling by
: distributing the compile jobs to several nodes of a compile network running the
: icecc daemon. The icecc scheduler routes the jobs and provides status and
: statistics information to the icecc monitor. Each compile node can accept one
: or more compile jobs depending on the number of processors and the settings of
: the daemon. Link jobs and other jobs which cannot be distributed are executed
: locally on the node where the compilation is started.