How To Install GMT on Fedora 36
Introduction
In this tutorial we learn how to install GMT
on Fedora 36.
What is GMT
GMT is an open source collection of ~60 tools for manipulating geographic and Cartesian data sets (including filtering, trend fitting, gridding, projecting, etc.) and producing Encapsulated PostScript File (EPS) illustrations ranging from simple x-y plots via contour maps to artificially illuminated surfaces and 3-D perspective views. GMT supports ~30 map projections and transforma- tions and comes with support data such as coastlines, rivers, and political boundaries. GMT is developed and maintained by Paul Wessel and Walter H. F. Smith with help from a global set of volunteers, and is supported by the National Science Foundation. NOTE removed. These functions can still be accessed via the GMT wrapper script with
We can use yum
or dnf
to install GMT
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install GMT.
Install GMT on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install GMT
using dnf
by running the following command:
sudo dnf -y install GMT
Install GMT on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install GMT
using yum
by running the following command:
---
sudo yum -y install GMT
title: "How To Install GMT on Fedora 36"
linkTitle: “GMT”
How To Uninstall GMT on Fedora 36
type: “docs”
To uninstall only the GMT
package we can use the following command:
description: “In this tutorial we learn how to install GMT in Fedora 36. GMT is Generic Mapping Tools”
date: “2022-08-17”
lastmod: "2022-08-17"
sudo dnf remove GMT
#image: /images/fedora/36/GMT-featured.png
GMT Package Contents on Fedora 36
Introduction
In this tutorial we learn how to install `GMT` on Fedora 36.
### What is `GMT`
> GMT is an open source collection of ~60 tools for manipulating geographic and Cartesian data sets (including filtering, trend fitting, gridding, projecting, etc.) and producing Encapsulated PostScript File (EPS) illustrations ranging from simple x-y plots via contour maps to artificially illuminated surfaces and 3-D perspective views. GMT supports ~30 map projections and transforma- tions and comes with support data such as coastlines, rivers, and political boundaries. GMT is developed and maintained by Paul Wessel and Walter H. F. Smith with help from a global set of volunteers, and is supported by the National Science Foundation. NOTE removed. These functions can still be accessed via the GMT wrapper script with
We can use `yum` or `dnf` to install `GMT` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install GMT.
## Install GMT on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install GMT
using dnf
by running the following command:
sudo dnf -y install GMT
Install GMT on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install GMT
using yum
by running the following command:
sudo yum -y install GMT
How To Uninstall GMT on Fedora 36
To uninstall only the GMT
package we can use the following command:
sudo dnf remove GMT
GMT Package Contents on Fedora 36
/usr/bin/gmt
/usr/bin/gmt-config
/usr/bin/gmt_shell_functions.sh
/usr/bin/gmtswitch
/usr/bin/isogmt
/usr/lib/.build-id
/usr/lib/.build-id/45
/usr/lib/.build-id/45/4b52b9ea7234ccbf6ad875044a0c280c8da2dc
/usr/lib/.build-id/78
/usr/lib/.build-id/78/9e7c867aa1921c2f72c2226440831d6490bc60
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/1a9ad6a7364fb9c6ce740d1b750dbaf840fd1a
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/0fce2e889389bc48599bbea9c89a86a457be1a
/usr/lib/gmt
/usr/lib/gmt/plugins
/usr/lib/gmt/plugins/supplements.so
/usr/lib/libgmt.so.6
/usr/lib/libgmt.so.6.3.0
/usr/lib/libpostscriptlight.so.6
/usr/lib/libpostscriptlight.so.6.3.0
/usr/share/doc/GMT
/usr/share/doc/GMT/CITATION.md
/usr/share/doc/GMT/CONTRIBUTING.md
/usr/share/doc/GMT/README.md
/usr/share/licenses/GMT
/usr/share/licenses/GMT/COPYING.LESSERv3
/usr/share/licenses/GMT/COPYINGv3
/usr/share/licenses/GMT/LICENSE.TXT
References
Summary
In this tutorial we learn how to install GMT
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/gmt /usr/bin/gmt-config /usr/bin/gmt_shell_functions.sh /usr/bin/gmtswitch /usr/bin/isogmt /usr/lib/.build-id /usr/lib/.build-id/1d /usr/lib/.build-id/1d/7a5f99e39c6250673eda282952aaaeae861d73 /usr/lib/.build-id/25 /usr/lib/.build-id/25/dd2297b88d0ac4acb3ea57fc29d91208452041 /usr/lib/.build-id/62 /usr/lib/.build-id/62/4a4852acaf1bfe7c56c3e7b2815a6fac4053d3 /usr/lib/.build-id/ce /usr/lib/.build-id/ce/f1096d4cd2030613280183d7a57b3151837ab2 /usr/lib64/gmt /usr/lib64/gmt/plugins /usr/lib64/gmt/plugins/supplements.so /usr/lib64/libgmt.so.6 /usr/lib64/libgmt.so.6.3.0 /usr/lib64/libpostscriptlight.so.6 /usr/lib64/libpostscriptlight.so.6.3.0 /usr/share/doc/GMT /usr/share/doc/GMT/CITATION.md /usr/share/doc/GMT/CONTRIBUTING.md /usr/share/doc/GMT/README.md /usr/share/licenses/GMT /usr/share/licenses/GMT/COPYING.LESSERv3 /usr/share/licenses/GMT/COPYINGv3 /usr/share/licenses/GMT/LICENSE.TXT
## References
* [GMT website](https://www.generic-mapping-tools.org/)
## Summary
In this tutorial we learn how to install `GMT` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).