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

Last updated: October 14,2024

1. Install "python3-launchpadlib.noarch" package

Please follow the step by step instructions below to install python3-launchpadlib.noarch on Fedora 39

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

2. Uninstall "python3-launchpadlib.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-launchpadlib.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:30:10 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-launchpadlib
Version : 1.11.0
Release : 2.fc39
Architecture : noarch
Size : 202 k
Source : python-launchpadlib-1.11.0-2.fc39.src.rpm
Repository : fedora
Summary : Script Launchpad through its web services interfaces
URL : https://launchpad.net/launchpadlib
License : LGPLv3
Description : Launchpadlib is an open-source Python library that lets you treat the HTTP
: resources published by Launchpad's web service as Python objects responding
: to a standard set of commands. With launchpadlib you can integrate your
: applications into Launchpad without knowing a lot about HTTP client
: programming.