How to Install and Uninstall python3-pyeapi Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-pyeapi" package

Learn how to install python3-pyeapi on Kali Linux

$ sudo apt update $ sudo apt install python3-pyeapi

2. Uninstall "python3-pyeapi" package

This tutorial shows how to uninstall python3-pyeapi on Kali Linux:

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

3. Information about the python3-pyeapi package on Kali Linux

Package: python3-pyeapi
Source: pyeapi
Version: 1.0.2-1
Installed-Size: 396
Maintainer: Debian Python Team
Architecture: all
Depends: python3-netaddr, python3:any
Size: 54748
SHA256: 09d9a0496abe40fa5c86d2b70e5929346858357d06101a41b55a37d5390c596a
SHA1: b066835e41f123032b758b1d522db5066965dafb
MD5sum: 5f9a311b4619722c8ab8c5b25b96014d
Description: 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:
Homepage: https://github.com/arista-eosplus/pyeapi
Python-Egg-Name: pyeapi
Section: python
Priority: optional
Filename: pool/main/p/pyeapi/python3-pyeapi_1.0.2-1_all.deb