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

Last updated: July 03,2024

1. Install "python36-cx_Freeze" package

Please follow the step by step instructions below to install python36-cx_Freeze on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-cx_Freeze

2. Uninstall "python36-cx_Freeze" package

Please follow the instructions below to uninstall python36-cx_Freeze on openSuSE Tumbleweed:

$ sudo zypper remove python36-cx_Freeze

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

Information for package python36-cx_Freeze:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-cx_Freeze
Version : 6.0-3.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 499,9 KiB
Installed : No
Status : not installed
Source package : python-cx_Freeze-6.0-3.2.src
Summary : Scripts to create standalone executables from Python scripts
Description :
CX_Freeze is a set of scripts and modules for turning Python scripts
into executables in much the same way that py2exe and py2app do.
It works by bundling Python executables and libraries from the local
Python installation. As such, the distribution produced by CX_Freeze
shares the very same dependencies. System libraries are not bundled
however, so additional dependencies may need to be manually installed
before being able to run "cx-frozen" executables that were created by
other systems.