asbru-cm / asbru-cm

Ásbrú Connection Manager is a user interface that helps organizing remote terminal sessions and automating repetitive tasks.

Home Page:https://www.asbru-cm.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Linux Mint 20.3 "Una"

ArneNachlass opened this issue · comments

Describe the bug
Fail to install Asbru on fresh Linux Mint 20.3 "Una" -> E: Package asbru-cm cannot be found.

To Reproduce
Follow the installation guide
sudo apt-add-repository multiverse
sudo apt install curl
curl -1sLf 'https://dl.cloudsmith.io/public/asbru-cm/release/cfg/setup/bash.deb.sh' | sudo -E bash
sudo apt install asbru-cm

Expected behavior
Installation should start after "sudo apt install asbru-cm"

Screenshots
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
E: Paket asbru-cm kann nicht gefunden werden.

Package lists are read... Ready
Dependency tree is built.
Status information is read.... Done
E: Package asbru-cm cannot be found.

Environment (please complete the following information):
Linux Mint 20.3 "Una"

Una will be supported in the next release (6.3.3).

In the meantime, did you try the "snapshots" repository ?

curl -1sLf 'https://dl.cloudsmith.io/public/asbru-cm/snapshots/cfg/setup/bash.deb.sh' | sudo -E bash

Was having the same issue with my Linux Mint Una release. Spent such a long time trying to fix it but the work-around works!

Thank you for a great tool!

Do you have approximate time when v6.3.3 will be out?