libtiepie-hw Linux packages

TiePie engineering has a Linux debian based package server with packages for the libtiepie-hw library.

Installing the TiePie engineering repository

Select the tab for the required Linux distribution:

To install the TiePie engineering repository, execute the following commands:

1. Install packages to allow apt to use a repository over HTTPS

sudo apt install ca-certificates curl gnupg lsb-release

2. Import the TiePie engineering public key

curl -fsSL https://packages.tiepie.com/public.gpg.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/tiepie-engineering.gpg

3. Add apt source

echo "deb [arch=$(dpkg --print-architecture)] https://packages.tiepie.com/debian \
$(lsb_release -cs) non-free" | sudo tee /etc/apt/sources.list.d/packages.tiepie.com.list > /dev/null

4. Update the package index

sudo apt update

5. Add your user to the plugdev group

sudo usermod -aG plugdev $USER

6. Log out and log back in so that your group membership is re-evaluated

To install the TiePie engineering repository, execute the following commands:

1. Install packages to allow apt to use a repository over HTTPS

sudo apt install ca-certificates curl gnupg lsb-release

2. Import the TiePie engineering public key

curl -fsSL https://packages.tiepie.com/public.gpg.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/tiepie-engineering.gpg

3. Add apt source

echo "deb [arch=$(dpkg --print-architecture)] https://packages.tiepie.com/ubuntu \
$(lsb_release -cs) multiverse" | sudo tee /etc/apt/sources.list.d/packages.tiepie.com.list > /dev/null

4. Update the package index

sudo apt update

5. Add your user to the plugdev group

sudo usermod -aG plugdev $USER

6. Log out and log back in so that your group membership is re-evaluated

Available packages

The following packages are available:

Package Description
libtiepie-hw1-dev LibTiePie library development/header files
libtiepie-hw1 LibTiePie library version 1.x.