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

Last updated: May 14,2024

1. Install "python311-nornir" package

Please follow the instructions below to install python311-nornir on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-nornir

2. Uninstall "python311-nornir" package

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

$ sudo zypper remove python311-nornir

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

Information for package python311-nornir:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-nornir
Version : 3.4.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 230.5 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.