-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
  • 907
  • 8
  • 22
  • 39
  • No, when I try to run `sudo apt install slack-desktop=4.26.1` as suggested, I get an error `E: Unable to locate package slack-desktop`. – Alex Jul 05 '22 at 05:24
  • The second suggestion seems to work – Alex Jul 05 '22 at 05:29

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
  • 907
  • 8
  • 22
  • 39