How to Install and Uninstall python3-lazy-loader.noarch Package on Fedora 36
Last updated: January 13,2025
1. Install "python3-lazy-loader.noarch" package
Please follow the instructions below to install python3-lazy-loader.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
python3-lazy-loader.noarch
Copied
2. Uninstall "python3-lazy-loader.noarch" package
Please follow the step by step instructions below to uninstall python3-lazy-loader.noarch on Fedora 36:
$
sudo dnf remove
python3-lazy-loader.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-lazy-loader.noarch package on Fedora 36
Last metadata expiration check: 1:13:35 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-lazy-loader
Version : 0.1~rc2
Release : 1.fc36
Architecture : noarch
Size : 15 k
Source : python-lazy-loader-0.1~rc2-1.fc36.src.rpm
Repository : updates
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.fc36
Architecture : noarch
Size : 15 k
Source : python-lazy-loader-0.1~rc2-1.fc36.src.rpm
Repository : updates
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.