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

Last updated: July 05,2024

1. Install "python38-nornir" package

This is a short guide on how to install python38-nornir on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-nornir

2. Uninstall "python38-nornir" package

In this section, we are going to explain the necessary steps to uninstall python38-nornir on openSuSE Tumbleweed:

$ sudo zypper remove python38-nornir

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

Information for package python38-nornir:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-nornir
Version : 2.4.0-2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 903,1 KiB
Installed : No
Status : not installed
Source package : python-nornir-2.4.0-2.8.src
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.