How To Install hyphen-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install hyphen-devel.x86_64 in Amazon Linux 2. hyphen-devel.x86_64 is Files for developing with hyphen
Introduction
In this tutorial we learn how to install hyphen-devel.x86_64 on Amazon Linux 2.
What is hyphen-devel.x86_64
Includes and definitions for developing with hyphen
We can use yum to install hyphen-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 hyphen-devel.x86_64.
Install hyphen-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 hyphen-devel.x86_64 using yum by running the following command:
sudo yum -y install hyphen-devel.x86_64
How To Uninstall hyphen-devel.x86_64 on Amazon Linux 2
To uninstall only the hyphen-devel.x86_64 package we can use the following command:
sudo yum remove hyphen-devel.x86_64
hyphen-devel.x86_64 Package Contents on Amazon Linux 2
/usr/bin/substrings.pl
/usr/include/hyphen.h
/usr/lib64/libhyphen.so
References
Summary
In this tutorial we learn how to install hyphen-devel.x86_64 on Amazon Linux 2 using yum.