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

Last updated: June 23,2024

1. Install "python310-cx_Freeze" package

Learn how to install python310-cx_Freeze on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-cx_Freeze

2. Uninstall "python310-cx_Freeze" package

Please follow the guidelines below to uninstall python310-cx_Freeze on openSuSE Tumbleweed:

$ sudo zypper remove python310-cx_Freeze

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

Information for package python310-cx_Freeze:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-cx_Freeze
Version : 6.15.15-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 875.1 KiB
Installed : No
Status : not installed
Source package : python-cx_Freeze-6.15.15-1.1.src
Upstream URL : https://github.com/anthony-tuininga/cx_Freeze
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.