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

Last updated: July 01,2024

1. Install "python310-pysvn" package

This guide let you learn how to install python310-pysvn on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pysvn

2. Uninstall "python310-pysvn" package

Please follow the guidance below to uninstall python310-pysvn on openSuSE Tumbleweed:

$ sudo zypper remove python310-pysvn

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

Information for package python310-pysvn:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pysvn
Version : 1.9.22-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.4 MiB
Installed : No
Status : not installed
Source package : python-pysvn-1.9.22-1.2.src
Upstream URL : https://pysvn.sourceforge.io/
Summary : Highlevel Subversion Python Bindings
Description :
pysvn is a set of highlevel Python bindings to Subversion. pysvn
enables tools to be written in Python that use Subversion.
Features:
* Supports all svn client features
* Supports svn transaction features required to write svn pre-commit
hooks
* Python like interface
* Documentation and examples provided
* No need to understand the Subversion C API