How to Install and Uninstall python3-lazy-loader.noarch Package on Fedora 35
Last updated: November 29,2024
1. Install "python3-lazy-loader.noarch" package
In this section, we are going to explain the necessary steps to install python3-lazy-loader.noarch on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
python3-lazy-loader.noarch
Copied
2. Uninstall "python3-lazy-loader.noarch" package
Please follow the steps below to uninstall python3-lazy-loader.noarch on Fedora 35:
$
sudo dnf remove
python3-lazy-loader.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-lazy-loader.noarch package on Fedora 35
Last metadata expiration check: 4:56:52 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-lazy-loader
Version : 0.1~rc2
Release : 1.fc35
Architecture : noarch
Size : 15 k
Source : python-lazy-loader-0.1~rc2-1.fc35.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.fc35
Architecture : noarch
Size : 15 k
Source : python-lazy-loader-0.1~rc2-1.fc35.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.