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

Last updated: October 05,2024

1. Install "icecream.i686" package

This is a short guide on how to install icecream.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install icecream.i686

2. Uninstall "icecream.i686" package

Learn how to uninstall icecream.i686 on Fedora 34:

$ sudo dnf remove icecream.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:02:13 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : icecream
Version : 1.3
Release : 4.fc34
Architecture : i686
Size : 299 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.