How To Install libpciaccess on Fedora 36

In this tutorial we learn how to install libpciaccess in Fedora 36. libpciaccess is PCI access library

Introduction

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

What is libpciaccess

libpciaccess is a library for portable PCI access routines across multiple operating systems.

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

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

sudo dnf -y install libpciaccess

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

sudo yum -y install libpciaccess

How To Uninstall libpciaccess on Fedora 36

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

sudo dnf remove libpciaccess

libpciaccess Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/1feff3a9acc041a8fe0f297fc2b5e43779d729
/usr/lib/libpciaccess.so.0
/usr/lib/libpciaccess.so.0.11.1
/usr/share/doc/libpciaccess
/usr/share/doc/libpciaccess/AUTHORS
/usr/share/licenses/libpciaccess
/usr/share/licenses/libpciaccess/COPYING

References

Summary

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


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

Introduction

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

What is libpciaccess

libpciaccess is a library for portable PCI access routines across multiple operating systems.

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

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

sudo dnf -y install libpciaccess

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

sudo yum -y install libpciaccess

How To Uninstall libpciaccess on Fedora 36

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

sudo dnf remove libpciaccess

libpciaccess Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/395387d42abc4d2cbf821034592bd269aa5c57
/usr/lib64/libpciaccess.so.0
/usr/lib64/libpciaccess.so.0.11.1
/usr/share/doc/libpciaccess
/usr/share/doc/libpciaccess/AUTHORS
/usr/share/licenses/libpciaccess
/usr/share/licenses/libpciaccess/COPYING

References

Summary

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