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

Last updated: June 10,2024

1. Install "python3-petact" package

Please follow the guidance below to install python3-petact on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-petact

2. Uninstall "python3-petact" package

This tutorial shows how to uninstall python3-petact on openSUSE Leap:

$ sudo zypper remove python3-petact

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

Information for package python3-petact:
---------------------------------------
Repository : Main Repository
Name : python3-petact
Version : 0.1.2-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 17.5 KiB
Installed : No
Status : not installed
Source package : python-petact-0.1.2-bp155.2.11.src
Upstream URL : https://github.com/matthewscholefield/petact
Summary : A python package extraction tool
Description :
Petact is a library used for installing and updating compressed tar files.
When install_package is called, it downloads an md5 file and compares it with
the md5 of the locally downloaded tar. If they are different, the old
extracted files are deleted and the new tar is downloaded and extracted to
the same place.