How To Install pciutils on Fedora 36
Introduction
In this tutorial we learn how to install pciutils
on Fedora 36.
What is pciutils
The pciutils package contains various utilities for inspecting and setting devices connected to the PCI bus.
We can use yum
or dnf
to install pciutils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pciutils.
Install pciutils 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 pciutils
using dnf
by running the following command:
sudo dnf -y install pciutils
Install pciutils 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 pciutils
using yum
by running the following command:
sudo yum -y install pciutils
How To Uninstall pciutils on Fedora 36
To uninstall only the pciutils
package we can use the following command:
sudo dnf remove pciutils
pciutils Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/bb72d63f9b519176ab175a93761127cfa03e44
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/c4fc27c4cff5a493831ecf3d056de654ba0992
/usr/sbin/lspci
/usr/sbin/setpci
/usr/sbin/update-pciids
/usr/share/doc/pciutils
/usr/share/doc/pciutils/ChangeLog
/usr/share/doc/pciutils/README
/usr/share/doc/pciutils/pciutils.lsm
/usr/share/man/man8/lspci.8.gz
/usr/share/man/man8/setpci.8.gz
/usr/share/man/man8/update-pciids.8.gz
References
Summary
In this tutorial we learn how to install pciutils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install pciutils on Fedora 36” linkTitle: “pciutils” type: “docs” description: “In this tutorial we learn how to install pciutils in Fedora 36. pciutils is PCI bus related utilities” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/pciutils-featured.png
Introduction
In this tutorial we learn how to install pciutils
on Fedora 36.
What is pciutils
The pciutils package contains various utilities for inspecting and setting devices connected to the PCI bus.
We can use yum
or dnf
to install pciutils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pciutils.
Install pciutils 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 pciutils
using dnf
by running the following command:
sudo dnf -y install pciutils
Install pciutils 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 pciutils
using yum
by running the following command:
sudo yum -y install pciutils
How To Uninstall pciutils on Fedora 36
To uninstall only the pciutils
package we can use the following command:
sudo dnf remove pciutils
pciutils Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/5e349517bb1d9719bbdc4299356912fad58d1a
/usr/lib/.build-id/28
/usr/lib/.build-id/28/9ac6967631ce67fc56ba03c99c1965d7077540
/usr/sbin/lspci
/usr/sbin/setpci
/usr/sbin/update-pciids
/usr/share/doc/pciutils
/usr/share/doc/pciutils/ChangeLog
/usr/share/doc/pciutils/README
/usr/share/doc/pciutils/pciutils.lsm
/usr/share/man/man8/lspci.8.gz
/usr/share/man/man8/setpci.8.gz
/usr/share/man/man8/update-pciids.8.gz
References
Summary
In this tutorial we learn how to install pciutils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).