File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed
Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 41411 . Download [ Zulip-x.x.x-amd64.deb] [ lr ]
42422 . Double click and install, or run ` dpkg -i Zulip-x.x.x-amd64.deb ` in the terminal
43433 . Start the app with your app launcher or by running ` zulip ` in a terminal
44- 4 . Done! The app will NOT update automatically, but you can still check for updates
44+ 4 . Done! You can update the app [ using APT ] ( https://documentation.ubuntu.com/server/how-to/software/package-management/#upgrading-packages ) .
4545
4646** Other distros (Fedora, CentOS, Arch Linux etc)** :
4747
48481 . Download Zulip-x.x.x-x86_64.AppImage[ LR]
49492 . Make it executable using chmod a+x Zulip-x.x.x-x86_64.AppImage
50503 . Start the app with your app launcher
51-
52- ** You can also use ` apt-get ` (recommended)** :
53-
54- - First download our signing key to make sure the deb you download is correct:
55-
56- ``` bash
57- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 69AD12704E71A4803DCA3A682424BE5AE9BD10D9
58- ```
59-
60- - Add the repo to your apt source list :
61-
62- ``` bash
63- echo " deb https://download.zulip.com/desktop/apt stable main" |
64- sudo tee -a /etc/apt/sources.list.d/zulip.list
65- ```
66-
67- - Now install the client :
68-
69- ``` bash
70- sudo apt-get update
71- sudo apt-get install zulip
72- ```
You can’t perform that action at this time.
0 commit comments