How To Install libgta on Fedora 36

In this tutorial we learn how to install libgta in Fedora 36. libgta is Library that implements the Generic Tagged Arrays file format

Introduction

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

What is libgta

Libgta is a portable library that implements the GTA (Generic Tagged Arrays) file format. It provides interfaces for C and C++.

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

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

sudo dnf -y install libgta

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

sudo yum -y install libgta

How To Uninstall libgta on Fedora 36

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

sudo dnf remove libgta

libgta Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/7ea47e78dd7ec1b09a5c2e5984966eb87dd43f
/usr/lib/libgta.so.1
/usr/lib/libgta.so.1.0.0
/usr/share/doc/libgta
/usr/share/doc/libgta/AUTHORS
/usr/share/doc/libgta/COPYING
/usr/share/doc/libgta/README

References

Summary

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


title: “How To Install libgta on Fedora 36” linkTitle: “libgta” type: “docs” description: “In this tutorial we learn how to install libgta in Fedora 36. libgta is Library that implements the Generic Tagged Arrays file format” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libgta-featured.png

Introduction

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

What is libgta

Libgta is a portable library that implements the GTA (Generic Tagged Arrays) file format. It provides interfaces for C and C++.

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

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

sudo dnf -y install libgta

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

sudo yum -y install libgta

How To Uninstall libgta on Fedora 36

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

sudo dnf remove libgta

libgta Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/70
/usr/lib/.build-id/70/ac9bdc3245830f0c2372c68bbdc6f3d56954a2
/usr/lib64/libgta.so.1
/usr/lib64/libgta.so.1.0.0
/usr/share/doc/libgta
/usr/share/doc/libgta/AUTHORS
/usr/share/doc/libgta/COPYING
/usr/share/doc/libgta/README

References

Summary

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