How to Install and Uninstall python3-flit-core Package on openSUSE Leap

Last updated: July 03,2024

1. Install "python3-flit-core" package

Please follow the step by step instructions below to install python3-flit-core on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-flit-core

2. Uninstall "python3-flit-core" package

Please follow the steps below to uninstall python3-flit-core on openSUSE Leap:

$ sudo zypper remove python3-flit-core

3. Information about the python3-flit-core package on openSUSE Leap

Information for package python3-flit-core:
------------------------------------------
Repository : Main Repository
Name : python3-flit-core
Version : 3.8.0-150500.1.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 194.8 KiB
Installed : No
Status : not installed
Source package : python3-flit-core-3.8.0-150500.1.4.src
Upstream URL : https://github.com/pypa/flit
Summary : Distribution-building parts of Flit
Description :
This provides a PEP 517 build backend for packages using Flit.
The only public interface is the API specified by PEP 517, at flit_core.buildapi.