Comment 25 for bug 1754294

Revision history for this message
Tim De Pauw (timdepauw) wrote :

Confirming that this seems to fix slack-desktop for now:

$ wget https://downloads.slack-edge.com/linux_releases/slack-desktop-3.1.0-amd64.deb
$ dpkg-deb -R slack-desktop-3.0.1-amd64.deb slack
$ vim slack/DEBIAN/control # and replace libcurl3 with libcurl4
$ dpkg-deb -b slack slack.deb
$ sudo dpkg -i slack.deb

which also means that the Slack team should be able to put out a new version pretty quickly.

Still, if there's a way for libcurl3 and libcurl4 to coexist, that'll also solve a bunch of issues.