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

Last updated: October 05,2024

1. Install "python3-launchpadlib.noarch" package

Here is a brief guide to show you how to install python3-launchpadlib.noarch on Fedora 34

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

2. Uninstall "python3-launchpadlib.noarch" package

Here is a brief guide to show you how to uninstall python3-launchpadlib.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:25:55 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-launchpadlib
Version : 1.10.13
Release : 4.fc34
Architecture : noarch
Size : 167 k
Source : python-launchpadlib-1.10.13-4.fc34.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.