How to Install and Uninstall python3-autoprop.noarch Package on Fedora 39
Last updated: November 28,2024
1. Install "python3-autoprop.noarch" package
Please follow the steps below to install python3-autoprop.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
python3-autoprop.noarch
Copied
2. Uninstall "python3-autoprop.noarch" package
Please follow the guidance below to uninstall python3-autoprop.noarch on Fedora 39:
$
sudo dnf remove
python3-autoprop.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-autoprop.noarch package on Fedora 39
Last metadata expiration check: 0:03:54 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-autoprop
Version : 4.1.0
Release : 8.fc39
Architecture : noarch
Size : 34 k
Source : python-autoprop-4.1.0-8.fc39.src.rpm
Repository : fedora
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.
Available Packages
Name : python3-autoprop
Version : 4.1.0
Release : 8.fc39
Architecture : noarch
Size : 34 k
Source : python-autoprop-4.1.0-8.fc39.src.rpm
Repository : fedora
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.