How to Install and Uninstall python38-lml Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "python38-lml" package

Here is a brief guide to show you how to install python38-lml on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-lml

2. Uninstall "python38-lml" package

Please follow the guidelines below to uninstall python38-lml on openSuSE Tumbleweed:

$ sudo zypper remove python38-lml

3. Information about the python38-lml package on openSuSE Tumbleweed

Information for package python38-lml:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-lml
Version : 0.0.9-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 101,1 KiB
Installed : No
Status : not installed
Source package : python-lml-0.0.9-2.7.src
Summary : A lazy plugin management system for Python
Description :
LML is "Load me later". lml seamlessly finds the lml-based
plugins from the current Python environment but loads plugins on
demand. It supports plugins that have external dependencies,
especially bulky and/or memory hungry ones. lml provides the plugin
management system only and the plugin interface is for the developer
to do.
Plugins loaded by lml may be installed packages or standalone
Python modules in a supplied directory.