How To Install iso-codes-devel.noarch on Amazon Linux 2
In this tutorial we learn how to install iso-codes-devel.noarch in Amazon Linux 2. iso-codes-devel.noarch is Files for development using iso-codes
Introduction
In this tutorial we learn how to install iso-codes-devel.noarch on Amazon Linux 2.
What is iso-codes-devel.noarch
This package contains the pkg-config files for development when building programs that use iso-codes.
We can use yum to install iso-codes-devel.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install iso-codes-devel.noarch.
Install iso-codes-devel.noarch 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 iso-codes-devel.noarch using yum by running the following command:
sudo yum -y install iso-codes-devel.noarch
How To Uninstall iso-codes-devel.noarch on Amazon Linux 2
To uninstall only the iso-codes-devel.noarch package we can use the following command:
sudo yum remove iso-codes-devel.noarch
iso-codes-devel.noarch Package Contents on Amazon Linux 2
/usr/share/pkgconfig/iso-codes.pc
References
Summary
In this tutorial we learn how to install iso-codes-devel.noarch on Amazon Linux 2 using yum.