https://video.nostr.build/087a405715ec1953779482435140943fc03664a6c96f4b36f6b3695b67dc6c3c.mp4
#### How to Install Signal Using Official PPA
To install the latest Signal on Debian based distros, such as Ubuntu and Linux Mint, go to this 👉 [page](https://signal.org/download/#) for installation instructions.
Click the "Download for Linux" button and these instructions will pop up. See the copy and paste video example above.
### Linux (Debian-based) Install Instructions
>NOTE: These instructions only work for 64 bit Debian-based Linux distributions such as Ubuntu, Mint etc.
1. Install the official public software signing key
```
wget -O- https://updates.signal.org/desktop/apt/keys.asc | gpg --dearmor > signal-desktop-keyring.gpg
cat signal-desktop-keyring.gpg | sudo tee -a /usr/share/keyrings/signal-desktop-keyring.gpg > /dev/null
```
2. Add our repository to your list of repositories:
```
echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main' |\
sudo tee /etc/apt/sources.list.d/signal-xenial.list
```
3. Update your package database and install Signal:
```
sudo apt update && sudo apt install signal-desktop
```
⚡️ [Follow](nostr:nprofile1qqsym07t03wahqjfl8r7hrppuqvlpralklk9mm25pzmpgkgtawx3d9gpz4mhxue69uhhyetvv9ujuerpd46hxtnfduhszyrhwden5te0dehhxarj9ekk7mf0qyt8wumn8ghj7mn0wd68yetvd96x2uewdaexwtcs3ewhj) | 🗣 [Discuss](nostr:nevent1qqsyle9lxzgt5zvd84yhvcdgm7mtthuva2fn076nhzd6qaxd4jyudzqzypxmljmuthdcyj0ecl4ccg0qr8cgl0aha3w764qgkc29jzlt35tf2qcyqqqqq2q4hy6hy)
#Signal #MessagingApps #Linux