How To Install gnome-autoar on Rocky Linux 8

In this tutorial we learn how to install gnome-autoar on Rocky Linux 8. gnome-autoar is Archive library

Introduction

In this tutorial we learn how to install gnome-autoar on Rocky Linux 8.

What is gnome-autoar

gnome-autoar is a GObject based library for handling archives.

We can use yum or dnf to install gnome-autoar on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install gnome-autoar.

Install gnome-autoar on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install gnome-autoar

Install gnome-autoar on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install gnome-autoar

How To Uninstall gnome-autoar on Rocky Linux 8

To uninstall only the gnome-autoar package we can use the following command:

sudo dnf remove gnome-autoar

gnome-autoar Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/328d6a0dd5797f06340a789fc359f79f08404e
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/44d8fbb49498d2ed19399bbc8236e45c46c6d7
/usr/lib64/girepository-1.0
/usr/lib64/girepository-1.0/GnomeAutoar-0.1.typelib
/usr/lib64/girepository-1.0/GnomeAutoarGtk-0.1.typelib
/usr/lib64/libgnome-autoar-0.so.0
/usr/lib64/libgnome-autoar-0.so.0.0.0
/usr/lib64/libgnome-autoar-gtk-0.so.0
/usr/lib64/libgnome-autoar-gtk-0.so.0.0.0
/usr/share/licenses/gnome-autoar
/usr/share/licenses/gnome-autoar/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/4cc9990ac433d93b8245aa6ac6204c2a9ad433
/usr/lib/.build-id/a0/751b283b5c02e5d907fcfbcde77c66fb5342aa
/usr/lib/girepository-1.0
/usr/lib/girepository-1.0/GnomeAutoar-0.1.typelib
/usr/lib/girepository-1.0/GnomeAutoarGtk-0.1.typelib
/usr/lib/libgnome-autoar-0.so.0
/usr/lib/libgnome-autoar-0.so.0.0.0
/usr/lib/libgnome-autoar-gtk-0.so.0
/usr/lib/libgnome-autoar-gtk-0.so.0.0.0
/usr/share/licenses/gnome-autoar
/usr/share/licenses/gnome-autoar/COPYING

References

Summary

In this tutorial we learn how to install gnome-autoar on Rocky Linux 8 using yum and dnf.