How to Install and Uninstall python3-backports Package on openSUSE Leap

Last updated: May 09,2024

1. Install "python3-backports" package

Please follow the instructions below to install python3-backports on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-backports

2. Uninstall "python3-backports" package

Please follow the step by step instructions below to uninstall python3-backports on openSUSE Leap:

$ sudo zypper remove python3-backports

3. Information about the python3-backports package on openSUSE Leap

Information for package python3-backports:
------------------------------------------
Repository : Main Repository
Name : python3-backports
Version : 4.0.0-3.2.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 620 B
Installed : No
Status : not installed
Source package : python-backports-4.0.0-3.2.1.src
Upstream URL : https://pypi.python.org/pypi/backports/
Summary : Namespace for backported Python features
Description :
This is a common package that backports using the "backports" namespace
must depend on to avoid conflicts. You shouldn't install this directly,
packages that require this will pultll it in automatically.
Please see these links for more details:
https://pypi.python.org/pypi/backports/
https://www.python.org/dev/peps/pep-0420/\%23namespace-packages-today
If your package provides a module in the %{python3_sitelib}/backports
folder, please depend on this and delete any existing
%{python3_sitelib}/backports/__init__.py file provided by that package.
configparser.