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

Last updated: October 06,2024

1. Install "python39-lml" package

Please follow the guidance below to install python39-lml on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-lml

2. Uninstall "python39-lml" package

Please follow the step by step instructions below to uninstall python39-lml on openSuSE Tumbleweed:

$ sudo zypper remove python39-lml

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

Information for package python39-lml:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-lml
Version : 0.1.0-1.9
Arch : noarch
Vendor : openSUSE
Installed Size : 152.9 KiB
Installed : No
Status : not installed
Source package : python-lml-0.1.0-1.9.src
Upstream URL : https://github.com/chfw/lml
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.