Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.26 KB

File metadata and controls

41 lines (29 loc) · 1.26 KB

AppMana Apt Repository

Public Ubuntu apt repository for AppMana packages.

Repository URL:

https://appmana.github.io/apt

Install:

curl -fsSL https://appmana.github.io/apt/appmana-archive-keyring.gpg \
  | sudo gpg --dearmor -o /usr/share/keyrings/appmana-archive-keyring.gpg

echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/appmana-archive-keyring.gpg] https://appmana.github.io/apt noble main' \
  | sudo tee /etc/apt/sources.list.d/appmana.list

sudo apt update

Thunderbolt packages (current tbrxe stack):

sudo apt install thunderbolt-tbfix-dkms thunderbolt-tbrxe-dkms usb4-rdma-provider

Legacy stack (frozen; superseded by tbrxe, kept indexed for unmigrated hosts and rollback -- conflicts with thunderbolt-tbrxe-dkms):

sudo apt install thunderbolt-ibverbs-dkms usb4-rdma-provider

The repository is generated by GitHub Actions from approved .deb assets published in package source repositories. For ibverbs, the noble repository indexes the DKMS package, the architecture-independent reproduction-tools package, and the usb4-rdma-provider_*noble_amd64.deb provider package only; jammy provider assets are left out of this apt index. The tools package installs the bounded tbv-hang-repro traffic-and-capture harness.