How to Install and Uninstall icecc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "icecc" package

This guide covers the steps necessary to install icecc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install icecc

2. Uninstall "icecc" package

This guide let you learn how to uninstall icecc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove icecc $ sudo apt autoclean && sudo apt autoremove

3. Information about the icecc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: icecc
Priority: optional
Section: universe/devel
Installed-Size: 1023
Maintainer: Ubuntu Developers
Original-Maintainer: Debian KDE Extras Team
Architecture: amd64
Version: 1.0.1-2
Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), adduser, lsb-base, file, g++ | c++-compiler | c-compiler
Recommends: logrotate
Suggests: icecc-monitor
Filename: pool/universe/i/icecc/icecc_1.0.1-2_amd64.deb
Size: 196204
MD5sum: 755a1e172099851f8d266463907b5d18
SHA1: baecf10434bd286fe02f2d71852e6f8fb06f629d
SHA256: 7187781af92230d4514fc86d7a4206ab8ef0b2f2586454beb3981ab37bb087a8
Description-en: distributed compiler (client and server)
icecc (also known as 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.
Description-md5: e7de76b64730752c795cedcf1cbcee94
Homepage: http://en.opensuse.org/Icecream
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu