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

Last updated: May 19,2024

1. Install "python3-fastimport" package

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

$ sudo zypper refresh $ sudo zypper install python3-fastimport

2. Uninstall "python3-fastimport" package

In this section, we are going to explain the necessary steps to uninstall python3-fastimport on openSUSE Leap:

$ sudo zypper remove python3-fastimport

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

Information for package python3-fastimport:
-------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-fastimport
Version : 0.9.8-150400.5.69
Arch : noarch
Vendor : SUSE LLC
Installed Size : 421.5 KiB
Installed : No
Status : not installed
Source package : python3-fastimport-0.9.8-150400.5.69.src
Upstream URL : https://github.com/jelmer/python-fastimport
Summary : Fastimport parser in Python
Description :
This is the Python parser that was originally developed for
bzr-fastimport, but extracted so it can be used by other projects.
It is currently used by bzr-fastimport and dulwich. hg-fastimport and
git-remote-hg use a slightly modified version of it.