How To Install cxl-libs on Fedora 36

In this tutorial we learn how to install cxl-libs in Fedora 36. cxl-libs is Management library for CXL devices

Introduction

In this tutorial we learn how to install cxl-libs on Fedora 36.

What is cxl-libs

libcxl is a library for enumerating and communicating with CXL devices.

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

Install cxl-libs on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install cxl-libs

title: “How To Install cxl-libs on Fedora 36”

Install cxl-libs on Fedora 36 Using yum

linkTitle: “cxl-libs” type: “docs” Update yum database with yum using the following command.

description: "In this tutorial we learn how to install cxl-libs in Fedora 36. cxl-libs is Management library for CXL devices"
sudo yum makecache --refresh
date: "2022-08-17"

lastmod: “2022-08-17”

#image: /images/fedora/36/cxl-libs-featured.png After updating yum database, We can install cxl-libs using yum by running the following command:

## Introduction

sudo yum -y install cxl-libs

In this tutorial we learn how to install cxl-libs on Fedora 36.

How To Uninstall cxl-libs on Fedora 36

What is cxl-libs

To uninstall only the cxl-libs package we can use the following command:

libcxl is a library for enumerating and communicating with CXL devices.


sudo dnf remove cxl-libs

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

cxl-libs Package Contents on Fedora 36

Install cxl-libs on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install cxl-libs

Install cxl-libs on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install cxl-libs using yum by running the following command:

sudo yum -y install cxl-libs

How To Uninstall cxl-libs on Fedora 36

To uninstall only the cxl-libs package we can use the following command:

sudo dnf remove cxl-libs

cxl-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/1fc48eab944cb9a8b364d75e46e30985c3e97f
/usr/lib/libcxl.so.1
/usr/lib/libcxl.so.1.0.1
/usr/share/doc/cxl-libs
/usr/share/doc/cxl-libs/README.md
/usr/share/licenses/cxl-libs
/usr/share/licenses/cxl-libs/CC0-1.0
/usr/share/licenses/cxl-libs/LGPL-2.1
/usr/share/licenses/cxl-libs/MIT

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/6c /usr/lib/.build-id/6c/7349e064b216ce978581f7704d0d475d37701f /usr/lib64/libcxl.so.1 /usr/lib64/libcxl.so.1.0.1 /usr/share/doc/cxl-libs /usr/share/doc/cxl-libs/README.md /usr/share/licenses/cxl-libs /usr/share/licenses/cxl-libs/CC0-1.0 /usr/share/licenses/cxl-libs/LGPL-2.1 /usr/share/licenses/cxl-libs/MIT


## References

* [cxl-libs website](https://github.com/pmem/ndctl)

## Summary

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