Ubuntu ?
Opened this issue · 1 comments
Hello
Is it possible to install TemBoard agent on Ubuntu ("bionic" and "jammy" version) ?
With bionic :
apt update -y
Ign :1 http://apt.dalibo.org/labs bionic-dalibo InRelease
Err :2 http://apt.dalibo.org/labs bionic-dalibo Release
404 Not Found [IP : 212.129.33.181 80]
Atteint :3 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Atteint :4 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease
Atteint :5 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease
Atteint :6 http://fr.archive.ubuntu.com/ubuntu bionic-security InRelease
Lecture des listes de paquets... Fait
E: Le dépôt http://apt.dalibo.org/labs bionic-dalibo Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
Ubuntu Bionic was released in april 2018 and is unsupported since april 2023. We won't support Temboard 8 on that platform.
Ubuntu Jammy is the current LTS version will be supported until april 2027. Currently Temboard 8 is not officially supported on Ubuntu Jammy BUT the packages are available
So this procedure should work:
echo deb http://apt.dalibo.org/labs jammy-dalibo main > /etc/apt/sources.list.d/dalibo-labs.list
curl https://apt.dalibo.org/labs/debian-dalibo.asc | apt-key add -
apt update
apt install temboard
temboard --version
More details here
https://temboard.readthedocs.io/en/latest/server_install/#installation
To be complete, we plan to support officially Temboard 9 on Ubuntu Noble (24.04), the next LTS version which was released yesterday :)