How to Install and Uninstall python3-cx_Freeze Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-cx_Freeze" package

Learn how to install python3-cx_Freeze on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-cx_Freeze

2. Uninstall "python3-cx_Freeze" package

This guide covers the steps necessary to uninstall python3-cx_Freeze on openSUSE Leap:

$ sudo zypper remove python3-cx_Freeze

3. Information about the python3-cx_Freeze package on openSUSE Leap

Information for package python3-cx_Freeze:
------------------------------------------
Repository : Main Repository
Name : python3-cx_Freeze
Version : 6.0-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 488.1 KiB
Installed : No
Status : not installed
Source package : python-cx_Freeze-6.0-bp155.2.10.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.