How to Install and Uninstall python310-gpg Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "python310-gpg" package

This is a short guide on how to install python310-gpg on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-gpg

2. Uninstall "python310-gpg" package

In this section, we are going to explain the necessary steps to uninstall python310-gpg on openSuSE Tumbleweed:

$ sudo zypper remove python310-gpg

3. Information about the python310-gpg package on openSuSE Tumbleweed

Information for package python310-gpg:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-gpg
Version : 1.23.2-4.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : gpgme-1.23.2-4.1.src
Upstream URL : https://www.gnupg.org/related_software/gpgme/
Summary : Python 3.10 bindings for GPGME, a library for accessing GnuPG
Description :
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
easier for applications. It provides a high-level crypto API for
encryption, decryption, signing, signature verification, and key
management.
This package contains the bindings to use the library from Python 3.10 applications.