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

Last updated: July 05,2024

1. Install "python3-pysvn" package

Please follow the steps below to install python3-pysvn on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pysvn

2. Uninstall "python3-pysvn" package

Please follow the steps below to uninstall python3-pysvn on openSUSE Leap:

$ sudo zypper remove python3-pysvn

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

Information for package python3-pysvn:
--------------------------------------
Repository : Main Repository
Name : python3-pysvn
Version : 1.9.6-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.9 MiB
Installed : No
Status : not installed
Source package : python-pysvn-1.9.6-bp155.2.12.src
Upstream URL : http://pysvn.tigris.org
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