LibTiePie Linux packages

TiePie engineering has a Linux debian based package server with packages for the LibTiePie 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. 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

2. 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

3. Update the package index

sudo apt-get update

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

1. Import the TiePie engineering public key

wget -O - http://packages.tiepie.com/public.gpg.key | sudo apt-key add -

2. Add apt source

Raspbian 11 (bullseye)

sudo bash -c 'echo "deb http://packages.tiepie.com/raspbian bullseye non-free" > /etc/apt/sources.list.d/packages.tiepie.com.list'

Raspbian 10 (buster)

sudo bash -c 'echo "deb http://packages.tiepie.com/raspbian buster non-free" > /etc/apt/sources.list.d/packages.tiepie.com.list'

3. Update the package index

sudo apt-get update

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

1. 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

2. 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

3. Update the package index

sudo apt-get update

Available packages

The following packages are available:

Package Description
libtiepie Virtual package that depends on the latest version of LibTiePie
libtiepie-dev LibTiePie library development/header files
libtiepie-doc LibTiePie library documentation
libtiepie0 LibTiePie library version 0.x.