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

Last updated: September 21,2024

1. Install "python310-nornir" package

This guide covers the steps necessary to install python310-nornir on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-nornir

2. Uninstall "python310-nornir" package

This tutorial shows how to uninstall python310-nornir on openSuSE Tumbleweed:

$ sudo zypper remove python310-nornir

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

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