How To Install libpinyin-tools.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libpinyin-tools.x86_64 in Amazon Linux 2. libpinyin-tools.x86_64 is Tools for libpinyin
Introduction
In this tutorial we learn how to install libpinyin-tools.x86_64 on Amazon Linux 2.
What is libpinyin-tools.x86_64
The libpinyin-tools package contains tools.
We can use yum to install libpinyin-tools.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libpinyin-tools.x86_64.
Install libpinyin-tools.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 libpinyin-tools.x86_64 using yum by running the following command:
sudo yum -y install libpinyin-tools.x86_64
How To Uninstall libpinyin-tools.x86_64 on Amazon Linux 2
To uninstall only the libpinyin-tools.x86_64 package we can use the following command:
sudo yum remove libpinyin-tools.x86_64
libpinyin-tools.x86_64 Package Contents on Amazon Linux 2
/usr/bin/gen_binary_files
/usr/bin/gen_unigram
/usr/bin/import_interpolation
/usr/share/man/man1/gen_binary_files.1.gz
/usr/share/man/man1/gen_unigram.1.gz
/usr/share/man/man1/import_interpolation.1.gz
/usr/share/man/man1/libpinyin.1.gz
References
Summary
In this tutorial we learn how to install libpinyin-tools.x86_64 on Amazon Linux 2 using yum.