How to Install and Uninstall python3-autoprop.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 04,2024

1. Install "python3-autoprop.noarch" package

Please follow the steps below to install python3-autoprop.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-autoprop.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-autoprop.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-autoprop.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:12:27 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-autoprop
Version : 4.1.0
Release : 3.el9
Architecture : noarch
Size : 27 k
Source : python-autoprop-4.1.0-3.el9.src.rpm
Repository : epel
Summary : Infer properties from accessor methods
URL : https://github.com/kalekundert/autoprop
License : MIT
Description : This package provides a library for automatically filling in classes with
: properties (e.g. obj.x) corresponding to each accessor method (e.g.
: obj.get_x(), obj.set_x()). The biggest reasons to use autoprop are:
:
: • Less boilerplate than defining properties manually.
: • Sophisticated support for cached properties.