Saturday, November 23, 2019

2 Ways To Install Riot Desktop (Matrix client) on Ubuntu 18.04

 Video Tutorial -https://youtu.be/4qgyXcPydmM

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Riot im is a open source chat client application for Linux operating system. It is one of the nice light weight chat application comes with various features. As Riot im chat client is released under Apache license You can download it’s source code from Github and contribute your new features.
Offcial Website: https://about.riot.im/       
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Our Server Specification-
Os:  Ubuntu 18.04.2 LTS Bionic Beaver 64Bit      Hostname:           IP Address of Server:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
lsb_release -cd  ; getconf LONG_BIT ; whoami ; apt update -y ; apt install -y build-essential software-properties-common curl gdebi vim wget aptitude leafpad nano git net-tools lsb-release apt-transport-https

Method:1
apt update ; apt install snapd -y
snap install riot-web

Method:2  [ Link : https://riot.im/download/desktop/ ]
wget -O /usr/share/keyrings/riot-im-archive-keyring.gpg https://packages.riot.im/debian/riot-im-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/riot-im-archive-keyring.gpg] https://packages.riot.im/debian/ $(lsb_release -cs) main" |
    sudo tee /etc/apt/sources.list.d/riot-im.list
apt update ; apt install riot-web

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

No comments:

Post a Comment