The apt repository of yoctopuce

The APT repository of Yoctopuce

The Yoctopuce APT repository allow to install VirtualHub, the command line library and the Yocto-Visualization, Yocto-Discovery, and Yocto-BridgeCalibration tools on any Linux distribution that uses apt-get. The best known distributions are Debian, Ubuntu and Raspbian, but all distributions that are based on these should also work.

Add the Yoctopuce APT Repository

Before we can use apt-get we have to add the Yoctopuce APT repository to the system using the following commands:

1. Install the GPG key of the repository.

wget -q -O - https://www.yoctopuce.com/apt/KEY.gpg | gpg --dearmor | sudo tee -a /usr/share/keyrings/yoctopuce.gpg > /dev/null

2. Add our repository to the list of servers used by apt-get

echo "deb [signed-by=/usr/share/keyrings/yoctopuce.gpg] https://www.yoctopuce.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/yoctopuce.list

Note: This installation is required only once per machine.

Install the VirtualHub

The commands to update the list of available packages and install the VirtualHub:

sudo apt-get update
sudo apt-get install virtualhub

Install the Command line API

The commands to update the list of available packages and install the Command line API:

sudo apt-get update
sudo apt-get install yoctolib-cmdlines

Install Yocto-Visualization

The commands to update the list of available packages and install Yocto-Visualization:

sudo apt-get update
sudo apt-get install yoctovisualization

Install ModbusTool

The commands to update the list of available packages and install ModbusTool:

sudo apt-get update
sudo apt-get install modbustool

Install Yocto-Discovery

The commands to update the list of available packages and install Yocto-Discovery:

sudo apt-get update
sudo apt-get install yoctodiscovery

Install Yocto-BridgeCalibration

The commands to update the list of available packages and install Yocto-BridgeCalibration:

sudo apt-get update
sudo apt-get install yoctobridgecalibration



Yoctopuce, get your stuff connected.