You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ke Wang edited this page Sep 15, 2022
·
7 revisions
GMT binary packages are available from Extra Packages for Enterprise Linux (EPEL).
However, EPEL is far behind packaging a recent version.
We provide the GMT official RPM repository
to allow RHEL/CentOS users to access the latest GMT releases in an easy way.
To install the latest GMT on RHEL/CentOS 7 & 8 , run:
# install epel-release
sudo yum install epel-release
# RHEL/CentOS 8 users need to enable PowerTools repository first
sudo yum config-manager --set-enabled powertools
# Enable the RPM repository
sudo yum install yum-plugin-copr
sudo yum copr enable genericmappingtools/gmt
# Install GMT
sudo yum install gmt
# Update to the latest version if available
sudo yum update gmt
You may also install other optional dependencies for more capabilities within GMT:
Note:
If you already installed the GMT packages provided by EPEL,
you have to uninstall them before installing the new GMT packages provided
by the official GMT repository. You can uninstall the older packages by: