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

Last updated: May 17,2024

1. Install "python3-PyInstaller" package

Here is a brief guide to show you how to install python3-PyInstaller on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-PyInstaller

2. Uninstall "python3-PyInstaller" package

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

$ sudo zypper remove python3-PyInstaller

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

Information for package python3-PyInstaller:
--------------------------------------------
Repository : Main Repository
Name : python3-PyInstaller
Version : 3.6-bp155.2.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.6 MiB
Installed : No
Status : not installed
Source package : python-PyInstaller-3.6-bp155.2.16.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.