How to Install and Uninstall hatch.noarch Package on AlmaLinux 9

Last updated: October 13,2024

1. Install "hatch.noarch" package

Please follow the guidance below to install hatch.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install hatch.noarch

2. Uninstall "hatch.noarch" package

This is a short guide on how to uninstall hatch.noarch on AlmaLinux 9:

$ sudo dnf remove hatch.noarch $ sudo dnf autoremove

3. Information about the hatch.noarch package on AlmaLinux 9

Last metadata expiration check: 0:33:18 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : hatch
Version : 1.9.3
Release : 1.el9
Architecture : noarch
Size : 232 k
Source : hatch-1.9.3-1.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