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

Last updated: June 30,2024

1. Install "python3-twine" package

This tutorial shows how to install python3-twine on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-twine

2. Uninstall "python3-twine" package

This guide covers the steps necessary to uninstall python3-twine on openSUSE Leap:

$ sudo zypper remove python3-twine

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

Information for package python3-twine:
--------------------------------------
Repository : Main Repository
Name : python3-twine
Version : 1.15.0-bp155.3.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 208.4 KiB
Installed : No
Status : not installed
Source package : python-twine-1.15.0-bp155.3.11.src
Upstream URL : https://github.com/pypa/twine
Summary : Collection of utilities for interacting with PyPI
Description :
Twine is a utility for publishing Python packages on PyPI.
Currently it supports registering projects, uploading distributions, and
checking, if descriptions will render correctly.