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

Last updated: September 19,2024

1. Install "python3-pyvisa-py" package

This guide let you learn how to install python3-pyvisa-py on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-pyvisa-py" package

Please follow the step by step instructions below to uninstall python3-pyvisa-py on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3-pyvisa (>= 1.8-1), python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/pyvisa-py/python3-pyvisa-py_0.2-1_all.deb
Size: 29036
MD5sum: d571aa83f843d40c7699040724f357a6
SHA1: 5f9599000c703431d592e83190c0fa5440081ba9
SHA256: 46a9bb01fd0e6b3b3dad617a6a16997e4474cea5a4c7971712e41f5fd5968c31
Description-en: Backend that implements a large part of the VISA in pure Python 3
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.
.
This package provides Python 3 bindings for pyvisa-py.
Description-md5: eb70821c7f682f2d0108cc6a901e1996
Homepage: https://github.com/hgrecco/pyvisa-py
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu