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

Last updated: July 03,2024

1. Install "python3-rarfile" package

Learn how to install python3-rarfile on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-rarfile

2. Uninstall "python3-rarfile" package

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

$ sudo zypper remove python3-rarfile

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

Information for package python3-rarfile:
----------------------------------------
Repository : Main Repository
Name : python3-rarfile
Version : 3.1-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 239.6 KiB
Installed : No
Status : not installed
Source package : python-rarfile-3.1-bp155.2.13.src
Upstream URL : https://rarfile.readthedocs.org/
Summary : RAR Archive Reader for Python
Description :
This is a Python module for RAR archive reading. It supports both RAR
2.x and 3.x archives, multi volume archives, Unicode filenames,
password-protected archives, archive and file comments. The archive
parsing and non-compressed files are handled in pure Python code, for
compressed files, the "unrar" utility is run.