The Machine Consultancy Debian Repository

This repository contains binaries for Apache Tuweni.

To use this repository, follow along those instructions:

  1. Install prerequisites:
    sudo apt-get update
    sudo apt-get install \
       ca-certificates \
       curl \
       gnupg \
       lsb-release
    
  2. Add the repository GPG key to your keyring:
    sudo mkdir -p /etc/apt/keyrings
    curl -fsSL https://deb.tmio.io/tmio.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/tmio.gpg
    
  3. Add the repository to your sources:
    echo "deb [arch=all signed-by=/etc/apt/keyrings/tmio.gpg] https://deb.tmio.io stable main" | sudo tee /etc/apt/sources.list.d/tmio.list > /dev/null
  4. Update your sources:
    sudo apt-get update
  5. Install Tuweni:
    sudo apt-get install tuweni