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

Last updated: July 05,2024

1. Install "python311-pyeapi" package

This tutorial shows how to install python311-pyeapi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pyeapi

2. Uninstall "python311-pyeapi" package

Please follow the step by step instructions below to uninstall python311-pyeapi on openSuSE Tumbleweed:

$ sudo zypper remove python311-pyeapi

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

Information for package python311-pyeapi:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pyeapi
Version : 1.0.2-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 794.1 KiB
Installed : No
Status : not installed
Source package : python-pyeapi-1.0.2-2.1.src
Upstream URL : https://github.com/arista-eosplus/pyeapi
Summary : Python Client for eAPI
Description :
The Python Client for eAPI (pyeapi) is a native Python library wrapper around
Arista EOS eAPI. It provides a set of Python language bindings for configuring
Arista EOS nodes.
The Python library can be used to communicate with EOS either locally
(on-box) or remotely (off-box). It uses a standard INI-style configuration file
to specify one or more nodes and connection profiles.
The pyeapi library also provides an API layer for building native Python
objects to interact with the destination nodes. The API layer is a convenient
implementation for working with the EOS configuration and is extensible for
developing custom implementations.