How to Install and Uninstall python3-pyhcl.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "python3-pyhcl.noarch" package

In this section, we are going to explain the necessary steps to install python3-pyhcl.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install python3-pyhcl.noarch

2. Uninstall "python3-pyhcl.noarch" package

Please follow the guidelines below to uninstall python3-pyhcl.noarch on AlmaLinux 9:

$ sudo dnf remove python3-pyhcl.noarch $ sudo dnf autoremove

3. Information about the python3-pyhcl.noarch package on AlmaLinux 9

Last metadata expiration check: 2:35:18 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-pyhcl
Version : 0.3.13
Release : 8.el9
Architecture : noarch
Size : 32 k
Source : python-pyhcl-0.3.13-8.el9.src.rpm
Repository : epel
Summary : HCL configuration parser for Python
URL : https://github.com/virtuald/pyhcl
License : MPLv2.0
Description : Implements a parser for HCL (HashiCorp Configuration Language) in Python.
:
: This implementation aims to be compatible with the original Go version
: of the parser.