Go to the content

Junior

Go back to Blog
Full screen

Linux (Debian-based) Install Instructions Signal

October 30, 2020 9:52 , by Blog JUNIOR ENG BR - | No one following this article yet.
Viewed 64 times

 Linux (Debian-based) Install Instructions

# NOTE: These instructions only work for 64 bit Debian-based
# Linux distributions such as Ubuntu, Mint etc.

# 1. Install our official public software signing key
wget -O- https://updates.signal.org/desktop/apt/keys.asc |\
  sudo apt-key add -

# 2. Add our repository to your list of repositories
echo "deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main" |\
  sudo tee -a /etc/apt/sources.list.d/signal-xenial.list

# 3. Update your package database and install signal
sudo apt update && sudo apt install signal-desktop


Source: http://blog.junior.eng.br/2020/10/linux-debian-based-install-instructions.html