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

Last updated: September 29,2024

1. Install "python3-pyepics" package

Please follow the steps below to install python3-pyepics on Kali Linux

$ sudo apt update $ sudo apt install python3-pyepics

2. Uninstall "python3-pyepics" package

Here is a brief guide to show you how to uninstall python3-pyepics on Kali Linux:

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

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

Package: python3-pyepics
Source: python-pyepics
Version: 3.4.1+ds-3
Installed-Size: 457
Maintainer: Debian PaN Maintainers
Architecture: amd64
Depends: python3-numpy, python3-wxgtk4.0, python3:any, python3-pkg-resources, libca4.13.5, libcom3.17.6
Suggests: python-pyepics-doc
Size: 91036
SHA256: e3245ee408de5cdf5d11f14f457faef67d0307c895dbe319ec9a10e4fdcce882
SHA1: 2fff4e91ec2cc5cd30bf93051dedab322dc06c0d
MD5sum: bb762aa9879b2e492f230b336c4e1916
Description: EPICS channel access for Python
PyEpics3 is a Python interface to the EPICS Channel Access (CA) library
for the Experimental Physics and Industrial Control System (EPICS).
.
The PyEpics module includes both low-level (C-like) and higher-level access
(with Python objects) to the EPICS Channel Access (CA) protocol. Python's
ctypes library is used to wrap the basic CA functionality, with higher
level objects on top of that basic interface. This approach has several
advantages including no need for extension code written in C, better
thread-safety, and easier installation on multiple platforms.
.
This package installs the library for Python 3.
Description-md5: 6d369eeafd61299bff3c0df149bc8e99
Homepage: https://pyepics.github.io/pyepics/
Section: python
Priority: optional
Filename: pool/main/p/python-pyepics/python3-pyepics_3.4.1+ds-3_amd64.deb