How to Install and Uninstall python-pyvisa-py Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python-pyvisa-py" package

Please follow the guidance below to install python-pyvisa-py on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyvisa-py

2. Uninstall "python-pyvisa-py" package

Please follow the guidelines below to uninstall python-pyvisa-py on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pyvisa-py $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pyvisa-py package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pyvisa-py
Priority: optional
Section: universe/python
Installed-Size: 171
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pyvisa-py
Version: 0.2-1
Depends: python-pyvisa (>= 1.8-1), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/pyvisa-py/python-pyvisa-py_0.2-1_all.deb
Size: 28948
MD5sum: ad633ac495e789f6592386da225ade15
SHA1: a7ee545dd755a739b7fe41919acdf1454701d4ef
SHA256: 8e604354970e6ae1bda995908a6058bc84faeb5107236c3cbb867336902b9897
Description-en: Backend that implements a large part of the VISA in pure Python
This library provides Python VISA bindings for GPIB, RS232, and USB
instruments.
.
PyVISA started as wrapper for the NI-VISA library and therefore you need to
install National Instruments VISA library in your system. This works most of
the time, for most people. But NI-VISA is a proprietary library that only works
on certain systems. That is when PyVISA-py jumps in.
Description-md5: f9f0305983f8c8c4e1ba1880251bf7e4
Homepage: https://github.com/hgrecco/pyvisa-py
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu