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

Last updated: October 08,2024

1. Install "hatch.noarch" package

In this section, we are going to explain the necessary steps to install hatch.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install hatch.noarch

2. Uninstall "hatch.noarch" package

Please follow the instructions below to uninstall hatch.noarch on Rocky Linux 9:

$ sudo dnf remove hatch.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:16:23 ago on Fri Feb 16 06:49:52 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