Installing on Linux (Debian based distros)
How to install Session on Debian based Linux distributions
Open a terminal and run the following commands
sudo curl -so /etc/apt/trusted.gpg.d/oxen.gpg https://deb.oxen.io/pub.gpg
2. Add repository list
echo "deb https://deb.oxen.io $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/oxen.list
3. Update repositories
4. Install Session
sudo apt install session-desktop
Updating Session
If you want to update Session, you can run the following commands
then