How To Install python3-fields on AlmaLinux 8

In this tutorial we learn how to install python3-fields in AlmaLinux 8. python3-fields is Documentation for ‘python-fields’

Introduction

In this tutorial we learn how to install python3-fields on AlmaLinux 8.

What is python3-fields

Container class boilerplate killer. Features - Human-readable repr - Complete set of comparison methods - Keyword and positional argument support. Works like a normal class - you can override just about anything in the subclass (eg contrast, hynek/characteristic forces different call schematics and calls your init with different arguments.

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

Install python3-fields on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install python3-fields

Install python3-fields on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install python3-fields

How To Uninstall python3-fields on AlmaLinux 8

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

sudo dnf remove python3-fields

References

Summary

In this tutorial we learn how to install python3-fields on AlmaLinux 8 using yum and dnf.