How to Install and Uninstall python311-rarfile Package on openSuSE Tumbleweed

Last updated: June 02,2024

1. Install "python311-rarfile" package

This is a short guide on how to install python311-rarfile on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-rarfile

2. Uninstall "python311-rarfile" package

This guide let you learn how to uninstall python311-rarfile on openSuSE Tumbleweed:

$ sudo zypper remove python311-rarfile

3. Information about the python311-rarfile package on openSuSE Tumbleweed

Information for package python311-rarfile:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-rarfile
Version : 4.0-3.9
Arch : noarch
Vendor : openSUSE
Installed Size : 247.7 KiB
Installed : No
Status : not installed
Source package : python-rarfile-4.0-3.9.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.