How to Install and Uninstall python312-cx_Freeze Package on openSuSE Tumbleweed
Last updated: November 15,2024
1. Install "python312-cx_Freeze" package
This tutorial shows how to install python312-cx_Freeze on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python312-cx_Freeze
Copied
2. Uninstall "python312-cx_Freeze" package
In this section, we are going to explain the necessary steps to uninstall python312-cx_Freeze on openSuSE Tumbleweed:
$
sudo zypper remove
python312-cx_Freeze
Copied
3. Information about the python312-cx_Freeze package on openSuSE Tumbleweed
Information for package python312-cx_Freeze:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-cx_Freeze
Version : 6.15.15-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.1 MiB
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.
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-cx_Freeze
Version : 6.15.15-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.1 MiB
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.