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

Last updated: May 17,2024

1. Install "python39-nornir" package

Please follow the guidelines below to install python39-nornir on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-nornir

2. Uninstall "python39-nornir" package

Please follow the steps below to uninstall python39-nornir on openSuSE Tumbleweed:

$ sudo zypper remove python39-nornir

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

Information for package python39-nornir:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-nornir
Version : 3.4.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 183.9 KiB
Installed : No
Status : not installed
Source package : python-nornir-3.4.1-1.2.src
Upstream URL : https://github.com/nornir-automation/nornir
Summary : Network automation framework written in Python
Description :
Nornir is a pure Python network automation framework intented to be used
directly from Python.
While most automation frameworks use their own Domain Specific Language (DSL)
which you use to describe what you want to have done, Nornir lets you control
everything from Python.
What Nornir brings to the table is that it takes care of dealing with your
inventory and manages the job of dispatching the tasks you want to run against
your nodes and devices. The framework provides a very simple way to write
plugins if you aren't happy with the ones we ship.