How To Install pixman on Fedora 36

In this tutorial we learn how to install pixman in Fedora 36. pixman is Pixel manipulation library

Introduction

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

What is pixman

Pixman is a pixel manipulation library for X and Cairo.

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

Install pixman 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 pixman using dnf by running the following command:

sudo dnf -y install pixman

Install pixman 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 pixman using yum by running the following command:

sudo yum -y install pixman

How To Uninstall pixman on Fedora 36

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

sudo dnf remove pixman

pixman Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/99
/usr/lib/.build-id/99/b9a7acf488f1ba90e661e72f2f4339e949fd15
/usr/lib64/libpixman-1.so.0
/usr/lib64/libpixman-1.so.0.40.0
/usr/share/doc/pixman
/usr/share/doc/pixman/COPYING

References

Summary

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


title: “How To Install pixman on Fedora 36” linkTitle: “pixman” type: “docs” description: “In this tutorial we learn how to install pixman in Fedora 36. pixman is Pixel manipulation library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/pixman-featured.png

Introduction

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

What is pixman

Pixman is a pixel manipulation library for X and Cairo.

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

Install pixman 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 pixman using dnf by running the following command:

sudo dnf -y install pixman

Install pixman 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 pixman using yum by running the following command:

sudo yum -y install pixman

How To Uninstall pixman on Fedora 36

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

sudo dnf remove pixman

pixman Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/53
/usr/lib/.build-id/53/718dcb32f89220f7db00b11e6a9eb7d4d2dd5e
/usr/lib/libpixman-1.so.0
/usr/lib/libpixman-1.so.0.40.0
/usr/share/doc/pixman
/usr/share/doc/pixman/COPYING

References

Summary

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