How To Install python3-talloc on Rocky Linux 8

In this tutorial we learn how to install python3-talloc on Rocky Linux 8. python3-talloc is Python bindings for the Talloc library

Introduction

In this tutorial we learn how to install python3-talloc on Rocky Linux 8.

What is python3-talloc

Python 3 libraries for creating bindings using talloc

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

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

sudo dnf -y install python3-talloc

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

sudo yum -y install python3-talloc

How To Uninstall python3-talloc on Rocky Linux 8

To uninstall only the python3-talloc package we can use the following command:

sudo dnf remove python3-talloc

python3-talloc Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/a9cd5ef6df860f05a40e4e37ea9f8076877b20
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/a309c9ceed6896b3fb39bff65e44f6e6daacea
/usr/lib64/libpytalloc-util.cpython-36m-x86-64-linux-gnu.so.2
/usr/lib64/libpytalloc-util.cpython-36m-x86-64-linux-gnu.so.2.3.1
/usr/lib64/python3.6/site-packages/talloc.cpython-36m-x86_64-linux-gnu.so
/usr/lib/.build-id
/usr/lib/.build-id/75
/usr/lib/.build-id/75/d8fa81250ddf68205d498d31d0cd8f76ca20ef
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/5d1a0bf80ce7db9c30c585473e051e32ae0c8b
/usr/lib/libpytalloc-util.cpython-36m-i386-linux-gnu.so.2
/usr/lib/libpytalloc-util.cpython-36m-i386-linux-gnu.so.2.3.1
/usr/lib/python3.6/site-packages/talloc.cpython-36m-i386-linux-gnu.so

References

Summary

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