Template:LinuxPackageInstall
From Phidgets Support
Install Script
To run the install script and install phidget22, enter the following command in the terminal:
curl -fsSL https://www.phidgets.com/downloads/setup_linux | bash -
apt install -y libphidget22
Additional Packages
You may also want to apt install the following optional packages:
- libphidget22-dev: The C development libraries for Phidget22
- libphidget22extra: Extra runtime library required for the Network Server and Admin tools
- phidget22networkserver: The Phidget Network Server, which enables use of Phidgets over your network
- libphidget22java: The Java libraries for Phidget22
- phidget22admin: An administrator utility for listing Phidgets and upgrading firmware
- phidget22wwwjs: The JavaScript libraries for Phidget22. This package also installs the HTML examples which can be accessed through the web interface
The libraries are now installed on your machine. Next, set up the UDev rules below.