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

Last updated: May 16,2024

1. Install "python39-hatch" package

In this section, we are going to explain the necessary steps to install python39-hatch on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-hatch

2. Uninstall "python39-hatch" package

Please follow the guidance below to uninstall python39-hatch on openSuSE Tumbleweed:

$ sudo zypper remove python39-hatch

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

Information for package python39-hatch:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-hatch
Version : 1.9.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 676.0 KiB
Installed : No
Status : not installed
Source package : python-hatch-1.9.1-1.4.src
Upstream URL : https://hatch.pypa.io/latest/
Summary : Modern, extensible Python project management
Description :
Hatch is a modern, extensible Python project manager.
Features
* Standardized build system with reproducible builds by default
* Robust environment management with support for custom scripts
* Easy publishing to PyPI or other indexes
* Version management
* Configurable project generation with sane defaults
* Responsive CLI, ~2-3x faster than equivalent tools