How To Install libICE on Fedora 36

In this tutorial we learn how to install libICE in Fedora 36. libICE is X.Org X11 ICE runtime library

lastmod: “2022-08-17” title: “How To Install libICE on Fedora 36” #image: /images/fedora/36/libICE-featured.png linkTitle: “libICE”

type: “docs”

Introduction

description: “In this tutorial we learn how to install libICE in Fedora 36. libICE is X.Org X11 ICE runtime library” date: “2022-08-17” In this tutorial we learn how to install libICE on Fedora 36. lastmod: “2022-08-17”

#image: /images/fedora/36/libICE-featured.png

What is libICE


The X.Org X11 ICE (Inter-Client Exchange) runtime library.

Introduction

In this tutorial we learn how to install libICE on Fedora 36.

What is libICE

We can use yum or dnf to install libICE on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libICE.

The X.Org X11 ICE (Inter-Client Exchange) runtime library.

Install libICE on Fedora 36 Using dnf

We can use yum or dnf to install libICE on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libICE. Update yum database with dnf using the following command.

## Install libICE on Fedora 36 Using dnf
sudo dnf makecache --refresh

Update yum database with dnf using the following command.

After updating yum database, We can install libICE using dnf by running the following command:


sudo dnf makecache --refresh
```bash

sudo dnf -y install libICE


After updating yum database, We can install `libICE` using `dnf` by running the following command:
## Install libICE on Fedora 36 Using yum


```bash
Update yum database with `yum` using the following command.
sudo dnf -y install libICE

sudo yum makecache --refresh
## Install libICE on Fedora 36 Using yum

Update yum database with yum using the following command. After updating yum database, We can install libICE using yum by running the following command:

```bash
sudo yum makecache --refresh
sudo yum -y install libICE
After updating yum database, We can install `libICE` using `yum` by running the following command:
## How To Uninstall libICE on Fedora 36


```bash
To uninstall only the `libICE` package we can use the following command:
sudo yum -y install libICE
## How To Uninstall libICE on Fedora 36
sudo dnf remove libICE

To uninstall only the libICE package we can use the following command:

## libICE Package Contents on Fedora 36

sudo dnf remove libICE

## libICE Package Contents on Fedora 36

```bash
/usr/lib/.build-id
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/5f11dc9fbd9aff458cafdb61918ec91e0e7b24
/usr/lib/libICE.so.6
/usr/lib/libICE.so.6.3.0
/usr/share/doc/libICE
/usr/share/doc/libICE/AUTHORS
/usr/share/doc/libICE/COPYING
/usr/share/doc/libICE/ChangeLog

References

Summary

In this tutorial we learn how to install libICE on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/a7 /usr/lib/.build-id/a7/612bd9872fadde51b7d00281e4d3a0e0e12561 /usr/lib64/libICE.so.6 /usr/lib64/libICE.so.6.3.0 /usr/share/doc/libICE /usr/share/doc/libICE/AUTHORS /usr/share/doc/libICE/COPYING /usr/share/doc/libICE/ChangeLog


## References

* [libICE website](http://www.x.org)

## Summary

In this tutorial we learn how to install `libICE` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).