-1

On my Ubuntu 20.04.4 machine slack suddenly did not work anymore. I followed the advice given HERE (main answer), but now when I open a terminal and enter slack I get exactly the following output:

(no output at all. I get back to the command prompt).

So how to fix this urgent problem?

Alex
  • 1,115

1 Answers1

-1

Based on this question the following procedure seem to have worked:

sudo apt update
sudo apt install snapd
sudo snap refresh slack --channel=insider/edge

(You might kill any running slack instances, but it will tell you). After that slack starts again.

Alex
  • 1,115