How To Install gts-devel on Fedora 36

In this tutorial we learn how to install gts-devel in Fedora 36. gts-devel is Development files for gts

Introduction

In this tutorial we learn how to install gts-devel on Fedora 36.

What is gts-devel

This package contains the gts header files and libs.

We can use yum or dnf to install gts-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gts-devel.

Install gts-devel 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 gts-devel using dnf by running the following command:

sudo dnf -y install gts-devel

Install gts-devel 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 gts-devel using yum by running the following command:

sudo yum -y install gts-devel

How To Uninstall gts-devel on Fedora 36

To uninstall only the gts-devel package we can use the following command:

sudo dnf remove gts-devel

gts-devel Package Contents on Fedora 36

---
title: "How To Install gts-devel on Fedora 36"
linkTitle: "gts-devel"
type: "docs"
description: "In this tutorial we learn how to install gts-devel in Fedora 36. gts-devel is Development files for gts"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/gts-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `gts-devel` on Fedora 36.

### What is `gts-devel`

> This package contains the gts header files and libs.  

We can use `yum` or `dnf` to install `gts-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gts-devel.

## Install gts-devel 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 gts-devel using dnf by running the following command:

sudo dnf -y install gts-devel

Install gts-devel 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 gts-devel using yum by running the following command:

sudo yum -y install gts-devel

How To Uninstall gts-devel on Fedora 36

To uninstall only the gts-devel package we can use the following command:

sudo dnf remove gts-devel

gts-devel Package Contents on Fedora 36

/usr/bin/gts-config
/usr/include/gts.h
/usr/include/gtsconfig.h
/usr/lib/libgts.so
/usr/lib/pkgconfig/gts.pc
/usr/share/aclocal/gts.m4
/usr/share/man/man1/gts-config.1.gz

References

Summary

In this tutorial we learn how to install gts-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/bin/gts-config /usr/include/gts.h /usr/include/gtsconfig.h /usr/lib64/libgts.so /usr/lib64/pkgconfig/gts.pc /usr/share/aclocal/gts.m4 /usr/share/man/man1/gts-config.1.gz


## References

* [gts-devel website](http://gts.sourceforge.net/index.html)

## Summary

In this tutorial we learn how to install `gts-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).