How To Install pcsc-lite-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install pcsc-lite-devel
on Rocky Linux 8.
What is pcsc-lite-devel
PC/SC Lite development files.
We can use yum
or dnf
to install pcsc-lite-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install pcsc-lite-devel.
Install pcsc-lite-devel on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install pcsc-lite-devel
using dnf
by running the following command:
sudo dnf -y install pcsc-lite-devel
Install pcsc-lite-devel on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install pcsc-lite-devel
using yum
by running the following command:
sudo yum -y install pcsc-lite-devel
How To Uninstall pcsc-lite-devel on Rocky Linux 8
To uninstall only the pcsc-lite-devel
package we can use the following command:
sudo dnf remove pcsc-lite-devel
pcsc-lite-devel Package Contents on Rocky Linux 8
/usr/bin/pcsc-spy
/usr/include/PCSC
/usr/include/PCSC/debuglog.h
/usr/include/PCSC/ifdhandler.h
/usr/include/PCSC/pcsclite.h
/usr/include/PCSC/reader.h
/usr/include/PCSC/winscard.h
/usr/include/PCSC/wintypes.h
/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/886853c5434b451bac0d8971cee6d8c31abc33
/usr/lib/libpcsclite.so
/usr/lib/libpcscspy.so
/usr/lib/libpcscspy.so.0
/usr/lib/libpcscspy.so.0.0.0
/usr/lib/pkgconfig/libpcsclite.pc
/usr/share/man/man1/pcsc-spy.1.gz
/usr/bin/pcsc-spy
/usr/include/PCSC
/usr/include/PCSC/debuglog.h
/usr/include/PCSC/ifdhandler.h
/usr/include/PCSC/pcsclite.h
/usr/include/PCSC/reader.h
/usr/include/PCSC/winscard.h
/usr/include/PCSC/wintypes.h
/usr/lib/.build-id
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/58d3bfdc29ffec16dfd20767498d3e336b27e0
/usr/lib64/libpcsclite.so
/usr/lib64/libpcscspy.so
/usr/lib64/libpcscspy.so.0
/usr/lib64/libpcscspy.so.0.0.0
/usr/lib64/pkgconfig/libpcsclite.pc
/usr/share/man/man1/pcsc-spy.1.gz
References
Summary
In this tutorial we learn how to install pcsc-lite-devel
on Rocky Linux 8 using yum and dnf.