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

Last updated: January 09,2025

1. Install "python3-launchpadlib.noarch" package

This is a short guide on how to install python3-launchpadlib.noarch on Fedora 38

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

2. Uninstall "python3-launchpadlib.noarch" package

Please follow the steps below to uninstall python3-launchpadlib.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:36:48 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-launchpadlib
Version : 1.10.18
Release : 2.fc38
Architecture : noarch
Size : 204 k
Source : python-launchpadlib-1.10.18-2.fc38.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.