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

Last updated: July 05,2024

1. Install "python311-lhafile" package

This guide covers the steps necessary to install python311-lhafile on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-lhafile

2. Uninstall "python311-lhafile" package

This guide covers the steps necessary to uninstall python311-lhafile on openSuSE Tumbleweed:

$ sudo zypper remove python311-lhafile

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

Information for package python311-lhafile:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-lhafile
Version : 0.3.0-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 61.2 KiB
Installed : No
Status : not installed
Source package : python-lhafile-0.3.0-1.4.src
Upstream URL : https://github.com/FrodeSolheim/python-lhafile/
Summary : LHA archive support for Python
Description :
Lhafile is a python C extension to extract lha files (.lzh).
The interface is similar to the zipfile module in the regular
Python distribution.