How to Install and Uninstall python3-lazy-loader.noarch Package on AlmaLinux 9
Last updated: November 29,2024
1. Install "python3-lazy-loader.noarch" package
Here is a brief guide to show you how to install python3-lazy-loader.noarch on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-lazy-loader.noarch
Copied
2. Uninstall "python3-lazy-loader.noarch" package
Please follow the guidelines below to uninstall python3-lazy-loader.noarch on AlmaLinux 9:
$
sudo dnf remove
python3-lazy-loader.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-lazy-loader.noarch package on AlmaLinux 9
Last metadata expiration check: 2:23:34 ago on Wed Mar 13 07:41:12 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.