「Slack」- 安装

Debian GNU/Linux 10 (buster) and Slack 4.10.0

方法一、通过 snap install slack –classic 安装。但是,存在以下问题:
1)无法在 System Tray 中显示图标;
2)而且无法使用 Fcitx 输入法(无法输入);

方法二、通过 .deb 进行安装,便不存在上述问题:

cd /tmp
wget https://downloads.slack-edge.com/linux_releases/slack-desktop-4.10.0-amd64.deb
dpkg -i slack-desktop-4.10.0-amd64.deb

参考文献

Linux | Downloads | Slack
Install Slack on Debian using the Snap Store | Snapcraft