How To Install libgta-devel on Fedora 36

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

Introduction

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

What is libgta-devel


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

Introduction

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

What is libgta-devel

The libgta-devel package contains libraries and header files for developing applications that use libgta.

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

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

sudo dnf -y install libgta-devel

Install libgta-devel on Fedora 36 Using yum

The libgta-devel package contains libraries and header files for developing applications that use libgta.
Update yum database with yum using the following command.

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

sudo yum makecache --refresh

Install libgta-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command. After updating yum database, We can install libgta-devel using yum by running the following command:

```bash
sudo dnf makecache --refresh

sudo yum -y install libgta-devel

After updating yum database, We can install `libgta-devel` using `dnf` by running the following command:
## How To Uninstall libgta-devel on Fedora 36


```bash
sudo dnf -y install libgta-devel
To uninstall only the `libgta-devel` package we can use the following command:
## Install libgta-devel on Fedora 36 Using yum
sudo dnf remove libgta-devel

Update yum database with yum using the following command.

libgta-devel Package Contents on Fedora 36


sudo yum makecache --refresh
```bash

After updating yum database, We can install libgta-devel using yum by running the following command:

sudo yum -y install libgta-devel

How To Uninstall libgta-devel on Fedora 36

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

sudo dnf remove libgta-devel

libgta-devel Package Contents on Fedora 36

/usr/include/gta
/usr/include/gta/gta.h
/usr/include/gta/gta.hpp
/usr/include/gta/gta_version.h
/usr/lib64/cmake/GTA-1.2.1
/usr/lib64/cmake/GTA-1.2.1/GTAConfig.cmake
/usr/lib64/cmake/GTA-1.2.1/GTAConfigVersion.cmake
/usr/lib64/libgta.so
/usr/lib64/pkgconfig/gta.pc

References

Summary

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

/usr/include/gta /usr/include/gta/gta.h /usr/include/gta/gta.hpp /usr/include/gta/gta_version.h /usr/lib/cmake/GTA-1.2.1 /usr/lib/cmake/GTA-1.2.1/GTAConfig.cmake /usr/lib/cmake/GTA-1.2.1/GTAConfigVersion.cmake /usr/lib/libgta.so /usr/lib/pkgconfig/gta.pc


## References

* [libgta-devel website](https://marlam.de/gta/)

## Summary

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