使用官方 Slack 包安装 Slack
安装前提条件
$ sudo apt update $ sudo apt install gdebi-core wget
下载Slack软件包
使用以下命令或者使用浏览器下载DEB包:
$ wget -O ~/slack.deb "https://downloads.slack-edge.com/linux_releases/slack-desktop-3.1.0-amd64.deb"
下载的Slack的安装包保存在主目录中:
$ ls ~/slack.deb /home/onitroad/slack.deb
安装Slack
最后,使用gdebi
命令在Ubuntu 18.04上安装Slack。
当提示回答Y
时:
$ sudo gdebi ~/slack.deb Reading package lists... Done Building dependency tree Reading state information... Done Reading state information... Done Requires the REMOVAL of the following packages: libcurl4 whoopsie Requires the installation of the following packages: gconf-service gconf-service-backend gconf2 gconf2-common gir1.2-gnomekeyring-1.0 libappindicator1 libcurl3 libgconf-2-4 libgnome-keyring-common libgnome-keyring0 libindicator7 libpython-stdlib python python-minimal python2.7 python2.7-minimal Slack Desktop Do you want to install the software package? [y/N]:
启动Slack
要启动Slack应用程序,我们可以运行:
$ slack
从终端或者搜索开始菜单:
单击“Slack”图标以启动Slack应用程序。
使用Snap安装Slack
在Ubuntu 18.04上安装Slack的最简单方法是使用SNAP
:
$ sudo snap install slack --classic
日期:2020-07-07 20:55:29 来源:oir作者:oir