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