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

Last updated: September 27,2024

1. Install "icecream.x86_64" package

This tutorial shows how to install icecream.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install icecream.x86_64

2. Uninstall "icecream.x86_64" package

Please follow the guidance below to uninstall icecream.x86_64 on Fedora 35:

$ sudo dnf remove icecream.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:26:59 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : icecream
Version : 1.4
Release : 0.3.rc1.fc35
Architecture : x86_64
Size : 284 k
Source : icecream-1.4-0.3.rc1.fc35.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.