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

Last updated: May 17,2024

1. Install "python38-pyeapi" package

Please follow the guidance below to install python38-pyeapi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pyeapi

2. Uninstall "python38-pyeapi" package

Please follow the steps below to uninstall python38-pyeapi on openSuSE Tumbleweed:

$ sudo zypper remove python38-pyeapi

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

Information for package python38-pyeapi:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pyeapi
Version : 0.8.4-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 918,8 KiB
Installed : No
Status : not installed
Source package : python-pyeapi-0.8.4-1.6.src
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.