Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu ? #1379

Open
MickaelTheCat opened this issue Apr 11, 2024 · 1 comment
Open

Ubuntu ? #1379

MickaelTheCat opened this issue Apr 11, 2024 · 1 comment
Assignees

Comments

@MickaelTheCat
Copy link

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.

@daamien
Copy link
Member

daamien commented Apr 26, 2024

Hi @MickaelTheCat

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants