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

Last updated: May 15,2024

1. Install "python2-rarfile" package

Please follow the steps below to install python2-rarfile on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-rarfile

2. Uninstall "python2-rarfile" package

This is a short guide on how to uninstall python2-rarfile on openSUSE Leap:

$ sudo zypper remove python2-rarfile

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

Information for package python2-rarfile:
----------------------------------------
Repository : Main Repository
Name : python2-rarfile
Version : 3.1-bp153.1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 181,8 KiB
Installed : No
Status : not installed
Source package : python-rarfile-3.1-bp153.1.18.src
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.