How To Install m17n-contrib-extras.noarch on Amazon Linux 2
In this tutorial we learn how to install m17n-contrib-extras.noarch in Amazon Linux 2. m17n-contrib-extras.noarch is Extra m17n-contrib files
Introduction
In this tutorial we learn how to install m17n-contrib-extras.noarch on Amazon Linux 2.
What is m17n-contrib-extras.noarch
m17n-db extra files for input maps that are less used.
We can use yum to install m17n-contrib-extras.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install m17n-contrib-extras.noarch.
Install m17n-contrib-extras.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-contrib-extras.noarch using yum by running the following command:
sudo yum -y install m17n-contrib-extras.noarch
How To Uninstall m17n-contrib-extras.noarch on Amazon Linux 2
To uninstall only the m17n-contrib-extras.noarch package we can use the following command:
sudo yum remove m17n-contrib-extras.noarch
m17n-contrib-extras.noarch Package Contents on Amazon Linux 2
/usr/share/m17n/icons/zh-zhuyin.png
/usr/share/m17n/zh-pinyin-vi.mim
/usr/share/m17n/zh-zhuyin.mim
References
Summary
In this tutorial we learn how to install m17n-contrib-extras.noarch on Amazon Linux 2 using yum.