How to Install and Uninstall python312-PyInstaller Package on openSuSE Tumbleweed

Last updated: December 24,2024

1. Install "python312-PyInstaller" package

This guide covers the steps necessary to install python312-PyInstaller on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-PyInstaller

2. Uninstall "python312-PyInstaller" package

This is a short guide on how to uninstall python312-PyInstaller on openSuSE Tumbleweed:

$ sudo zypper remove python312-PyInstaller

3. Information about the python312-PyInstaller package on openSuSE Tumbleweed

Information for package python312-PyInstaller:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-PyInstaller
Version : 5.13.0-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.3 MiB
Installed : No
Status : not installed
Source package : python-PyInstaller-5.13.0-1.4.src
Upstream URL : https://www.pyinstaller.org
Summary : Bundle a Python application and all its dependencies into a single package
Description :
PyInstaller bundles a Python application and all its dependencies into a single
package. The user can run the packaged app without installing a Python
interpreter or any modules.