How to Install and Uninstall python3-deprecation.noarch Package on Fedora 39

Last updated: November 25,2024

1. Install "python3-deprecation.noarch" package

In this section, we are going to explain the necessary steps to install python3-deprecation.noarch on Fedora 39

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

2. Uninstall "python3-deprecation.noarch" package

Please follow the guidelines below to uninstall python3-deprecation.noarch on Fedora 39:

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

3. Information about the python3-deprecation.noarch package on Fedora 39

Last metadata expiration check: 4:34:43 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-deprecation
Version : 2.1.0
Release : 10.fc39
Architecture : noarch
Size : 22 k
Source : python-deprecation-2.1.0-10.fc39.src.rpm
Repository : fedora
Summary : A library to handle automated deprecations
URL : http://deprecation.readthedocs.io/
License : ASL 2.0
Description : The deprecation library provides a deprecated decorator and a
: fail_if_not_removed decorator for your tests.