How To Install gip on Fedora 34

gip is Internet Protocol Calculator for Gnome

Introduction

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

What is gip

Gip is an application for making IP address based calculations. For example, it can display IP addresses in binary format. It is also possible to calculate subnets.

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

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

sudo dnf -y install gip

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

sudo yum -y install gip

How To Uninstall gip on Fedora 34

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

sudo dnf remove gip

gip Package Contents on Fedora 34

/usr/bin/gip
/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/02bd13ceec8bd9de64b7095bde5f70aa41ec99
/usr/share/applications/gip.desktop
/usr/share/doc/gip
/usr/share/doc/gip/AUTHORS
/usr/share/doc/gip/ChangeLog
/usr/share/gip
/usr/share/gip/calc32.png
/usr/share/gip/calc48.png
/usr/share/gip/calculator.png
/usr/share/gip/gears.png
/usr/share/gip/gip.glade
/usr/share/gip/netcard.png
/usr/share/icons/hicolor/32x32/apps/calc.png
/usr/share/icons/hicolor/48x48/apps/calc.png
/usr/share/licenses/gip
/usr/share/licenses/gip/COPYING
/usr/share/locale/bg/LC_MESSAGES/gip.mo
/usr/share/locale/da/LC_MESSAGES/gip.mo
/usr/share/locale/de/LC_MESSAGES/gip.mo
/usr/share/locale/es/LC_MESSAGES/gip.mo
/usr/share/locale/eu/LC_MESSAGES/gip.mo
/usr/share/locale/fi/LC_MESSAGES/gip.mo
/usr/share/locale/fr/LC_MESSAGES/gip.mo
/usr/share/locale/ga/LC_MESSAGES/gip.mo
/usr/share/locale/id/LC_MESSAGES/gip.mo
/usr/share/locale/ms/LC_MESSAGES/gip.mo
/usr/share/locale/nl/LC_MESSAGES/gip.mo
/usr/share/locale/pl/LC_MESSAGES/gip.mo
/usr/share/locale/pt/LC_MESSAGES/gip.mo
/usr/share/locale/rm/LC_MESSAGES/gip.mo
/usr/share/locale/ru/LC_MESSAGES/gip.mo
/usr/share/locale/rw/LC_MESSAGES/gip.mo
/usr/share/locale/sk/LC_MESSAGES/gip.mo
/usr/share/locale/sr/LC_MESSAGES/gip.mo
/usr/share/locale/sv/LC_MESSAGES/gip.mo
/usr/share/locale/tr/LC_MESSAGES/gip.mo
/usr/share/locale/vi/LC_MESSAGES/gip.mo
/usr/share/locale/zh_CN/LC_MESSAGES/gip.mo
/usr/share/locale/zh_TW/LC_MESSAGES/gip.mo
/usr/share/mime/packages/gip.xml

References

Summary

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