How To Install python-peak-util-symbols on CentOS 7

In this tutorial we learn how to install python-peak-util-symbols on CentOS 7. python-peak-util-symbols is Simple symbol type, useful for enumerations or sentinels

Introduction

In this tutorial we learn how to install python-peak-util-symbols on CentOS 7.

What is python-peak-util-symbols

SymbolType gives you access to the peak.util.symbols module, previously available only by installing the full PEAK toolkit. peak.util.symbols provides a Symbol type and two built-in symbols that are used by PEAK

We can use yum or dnf to install python-peak-util-symbols on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install python-peak-util-symbols.

Install python-peak-util-symbols on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install python-peak-util-symbols using yum by running the following command:

sudo yum -y install python-peak-util-symbols

Install python-peak-util-symbols on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install python-peak-util-symbols using dnf by running the following command:

sudo dnf -y install python-peak-util-symbols

How To Uninstall python-peak-util-symbols on CentOS 7

To uninstall only the python-peak-util-symbols package we can use the following command:

sudo dnf remove python-peak-util-symbols

References

Summary

In this tutorial we learn how to install python-peak-util-symbols on CentOS 7 using yum and dnf.