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

Last updated: October 07,2024

1. Install "python3-launchpadlib.noarch" package

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

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

2. Uninstall "python3-launchpadlib.noarch" package

This tutorial shows how to uninstall python3-launchpadlib.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:12:13 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-launchpadlib
Version : 1.10.13
Release : 6.fc35
Architecture : noarch
Size : 167 k
Source : python-launchpadlib-1.10.13-6.fc35.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.