How to Install and Uninstall python3-lazy-loader.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 17,2024
1. Install "python3-lazy-loader.noarch" package
This guide let you learn how to install python3-lazy-loader.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
python3-lazy-loader.noarch
Copied
2. Uninstall "python3-lazy-loader.noarch" package
This tutorial shows how to uninstall python3-lazy-loader.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
python3-lazy-loader.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-lazy-loader.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 0:52:30 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-lazy-loader
Version : 0.1~rc2
Release : 1.el9
Architecture : noarch
Size : 15 k
Source : python-lazy-loader-0.1~rc2-1.el9.src.rpm
Repository : epel
Summary : Populate library namespace without incurring immediate import costs
URL : https://github.com/scientific-python/lazy_loader
License : BSD
Description :
: lazy-loader makes it easy to load subpackages and functions on demand.
:
: Motivation:
:
: • Allow subpackages to be made visible to users without incurring import costs.
: • Allow external libraries to be imported only when used, improving import
: times.
Available Packages
Name : python3-lazy-loader
Version : 0.1~rc2
Release : 1.el9
Architecture : noarch
Size : 15 k
Source : python-lazy-loader-0.1~rc2-1.el9.src.rpm
Repository : epel
Summary : Populate library namespace without incurring immediate import costs
URL : https://github.com/scientific-python/lazy_loader
License : BSD
Description :
: lazy-loader makes it easy to load subpackages and functions on demand.
:
: Motivation:
:
: • Allow subpackages to be made visible to users without incurring import costs.
: • Allow external libraries to be imported only when used, improving import
: times.