How to Install and Uninstall hatch.noarch Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "hatch.noarch" package

Please follow the steps below to install hatch.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install hatch.noarch

2. Uninstall "hatch.noarch" package

Here is a brief guide to show you how to uninstall hatch.noarch on Oracle Linux 9:

$ sudo dnf remove hatch.noarch $ sudo dnf autoremove

3. Information about the hatch.noarch package on Oracle Linux 9

Last metadata expiration check: 1:40:34 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : hatch
Version : 1.7.0
Release : 14.el9
Architecture : noarch
Size : 193 k
Source : hatch-1.7.0-14.el9.src.rpm
Repository : epel
Summary : A modern project, package, and virtual env manager
URL : https://github.com/pypa/hatch
License : MIT
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 sources
: • Version management
: • Configurable project generation with sane defaults
: • Responsive CLI, ~2-3x faster than equivalent tools