Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Ubuntu - Install Rocket Chat Desktop Client

Use the command below to install from a deb file. You may wish to check the releases page to make sure it is the latest release.

cd /tmp &&
wget -O rocketchat.deb https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/3.5.7/rocketchat_3.5.7_amd64.deb && \
sudo dpkg -i rocketchat.deb && \
sudo rm rocketchat.deb
Last updated: 22nd October 2021
First published: 22nd October 2021