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

Last updated: September 29,2024

1. Install "python36-PyInstaller" package

This tutorial shows how to install python36-PyInstaller on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-PyInstaller

2. Uninstall "python36-PyInstaller" package

Here is a brief guide to show you how to uninstall python36-PyInstaller on openSuSE Tumbleweed:

$ sudo zypper remove python36-PyInstaller

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

Information for package python36-PyInstaller:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-PyInstaller
Version : 4.7-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 2,6 MiB
Installed : No
Status : not installed
Source package : python-PyInstaller-4.7-1.2.src
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.