How to Install and Uninstall python2-pyeapi Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python2-pyeapi" package

Please follow the instructions below to install python2-pyeapi on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pyeapi

2. Uninstall "python2-pyeapi" package

This guide covers the steps necessary to uninstall python2-pyeapi on openSUSE Leap:

$ sudo zypper remove python2-pyeapi

3. Information about the python2-pyeapi package on openSUSE Leap

Information for package python2-pyeapi:
---------------------------------------
Repository : Main Repository
Name : python2-pyeapi
Version : 0.8.3-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 678,6 KiB
Installed : No
Status : not installed
Source package : python-pyeapi-0.8.3-bp153.1.16.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.