How To Install tgif on Fedora 34

tgif is 2-D drawing tool

Introduction

In this tutorial we learn how to install tgif on Fedora 34.

What is tgif

Tgif - Xlib based interactive 2-D drawing facility under X11. Supports hierarchical construction of drawings and easy navigation between sets of drawings. It’s also a hyper-graphics (or hyper-structured-graphics) browser on the World-Wide-Web.

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

Install tgif on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install tgif using dnf by running the following command:

sudo dnf -y install tgif

Install tgif on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install tgif using yum by running the following command:

sudo yum -y install tgif

How To Uninstall tgif on Fedora 34

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

sudo dnf remove tgif

tgif Package Contents on Fedora 34

/usr/bin/tgif
/usr/lib/.build-id
/usr/lib/.build-id/76
/usr/lib/.build-id/76/1427dadac9f46a308aadaaa932144f2704ca36
/usr/libexec/tgif
/usr/share/X11/ja
/usr/share/X11/ja/app-defaults
/usr/share/X11/ja/app-defaults/Tgif
/usr/share/applications/tgif.desktop
/usr/share/doc/tgif
/usr/share/doc/tgif/AUTHORS
/usr/share/doc/tgif/ChangeLog
/usr/share/doc/tgif/Copyright
/usr/share/doc/tgif/HISTORY
/usr/share/doc/tgif/LICENSE.QPL
/usr/share/doc/tgif/README
/usr/share/doc/tgif/README.jp
/usr/share/doc/tgif/README.tgwb
/usr/share/doc/tgif/VMS_MAKE_TGIF.COM
/usr/share/doc/tgif/example.tex
/usr/share/icons/hicolor/128x128/apps/tgificon.png
/usr/share/icons/hicolor/22x22/apps/tgificon.png
/usr/share/icons/hicolor/32x32/apps/tgificon.png
/usr/share/icons/hicolor/48x48/apps/tgificon.png
/usr/share/icons/hicolor/64x64/apps/tgificon.png
/usr/share/locale/fr/LC_MESSAGES/tgif.mo
/usr/share/locale/ja/LC_MESSAGES/tgif.mo
/usr/share/locale/ru/LC_MESSAGES/tgif.mo
/usr/share/man/man1/tgif.1x.gz
/usr/share/tgif
/usr/share/tgif/Copyright
/usr/share/tgif/LICENSE.QPL
/usr/share/tgif/an-sr-flip-flop.obj
/usr/share/tgif/eq4-2x-jpg.sym
/usr/share/tgif/eq4-2x-nowin-jpg.sym
/usr/share/tgif/eq4-2x.sym
/usr/share/tgif/eq4-epstool.sym
/usr/share/tgif/eq4-lyx-ps2epsi.sym
/usr/share/tgif/eq4-ps2epsi.sym
/usr/share/tgif/eq4.sym
/usr/share/tgif/eq4jpg.sym
/usr/share/tgif/eq4png.sym
/usr/share/tgif/eq4xpm-land.sym
/usr/share/tgif/eq4xpm.sym
/usr/share/tgif/fonts.obj
/usr/share/tgif/keys.obj
/usr/share/tgif/launch-demo-1.obj
/usr/share/tgif/launch-demo.obj
/usr/share/tgif/slide-demo.obj
/usr/share/tgif/tangram.sym
/usr/share/tgif/tgif.Xdefaults
/usr/share/tgif/tgif.gif
/usr/share/tgif/tgificon.eps
/usr/share/tgif/tgificon.obj
/usr/share/tgif/tgificon.xbm
/usr/share/tgif/tgificon.xpm

References

Summary

In this tutorial we learn how to install tgif on Fedora 34 using yum and dnf.