How to Install and Uninstall python3-pyeapi Package on Ubuntu 21.10 (Impish Indri)

Last updated: July 04,2024

1. Install "python3-pyeapi" package

This guide covers the steps necessary to install python3-pyeapi on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-pyeapi

2. Uninstall "python3-pyeapi" package

Please follow the step by step instructions below to uninstall python3-pyeapi on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-pyeapi $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pyeapi package on Ubuntu 21.10 (Impish Indri)

Package: python3-pyeapi
Architecture: all
Version: 0.8.1-2
Priority: optional
Section: universe/python
Source: pyeapi
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Vincent Bernat
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 369
Depends: python3-netaddr, python3:any
Filename: pool/universe/p/pyeapi/python3-pyeapi_0.8.1-2_all.deb
Size: 49252
MD5sum: 7489b7bb7b6ac3ac0e8a1b4920da2063
SHA1: 2592cfbaa2f77da64898ca12e815d34eba8325d9
SHA256: 505745903c9fe713ee0a4ba80997a2321891951a893125013872452d01f6bc47
SHA512: 760f4dfaf60ab59de8f085941340f90da265f4413cae3f71f24112e738667c57011cb2f541a375143c9399b3d7803cd042806d8c8dafabbae00fc8044f74c12e
Homepage: https://github.com/arista-eosplus/pyeapi
Description-en: Python API to interact with EOS network devices - Python 3.x
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. It can be used either on a
local node (running EOS) or on a remote node.
.
This 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. For example, it
allows one to list VLAN or configure a BGP session.
.
This package contains the Python 3.x module.
Description-md5: fdb5b839acedc0ae3632a80490a1c586
Python-Egg-Name: pyeapi