How To Install pcsc-lite-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install pcsc-lite-devel.x86_64 in Amazon Linux 2. pcsc-lite-devel.x86_64 is PC/SC Lite development files
Introduction
In this tutorial we learn how to install pcsc-lite-devel.x86_64 on Amazon Linux 2.
What is pcsc-lite-devel.x86_64
PC/SC Lite development files.
We can use yum to install pcsc-lite-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install pcsc-lite-devel.x86_64.
Install pcsc-lite-devel.x86_64 on Amazon Linux 2 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.x86_64 using yum by running the following command:
sudo yum -y install pcsc-lite-devel.x86_64
How To Uninstall pcsc-lite-devel.x86_64 on Amazon Linux 2
To uninstall only the pcsc-lite-devel.x86_64 package we can use the following command:
sudo yum remove pcsc-lite-devel.x86_64
pcsc-lite-devel.x86_64 Package Contents on Amazon Linux 2
/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/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.x86_64 on Amazon Linux 2 using yum.