Installing on Linux (Debian based distros)
Open a terminal and run the following commands
Add the Oxen GPG key using
sudo curl -so /etc/apt/trusted.gpg.d/oxen.gpg https://deb.oxen.io/pub.gpgAdd repository list
echo "deb https://deb.oxen.io $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/oxen.listUpdate repositories
sudo apt updateInstall Session
sudo apt install session-desktopUpdating Session
If you want to update Session, you can run the following commands:
sudo apt updatethen,
sudo apt upgradeLast updated

