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

Last updated: May 17,2024

1. Install "python39-cx_Freeze" package

Please follow the steps below to install python39-cx_Freeze on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-cx_Freeze

2. Uninstall "python39-cx_Freeze" package

This guide covers the steps necessary to uninstall python39-cx_Freeze on openSuSE Tumbleweed:

$ sudo zypper remove python39-cx_Freeze

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

Information for package python39-cx_Freeze:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-cx_Freeze
Version : 6.15.15-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 876.2 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.