Categories: Ubuntu

How to install Signal Messaging App on latest Ubuntu





Signal messaging app is a high quality new entrant for person to person internet messaging with web based and phone based applications for communications around the world. It is known for privacy and has custom encryption techniques to keep all your messages for your eyes only. It is a secure application that uses an end-to-end encryption protocol and does not share data with any other app. You may be wondering if it is available for Linux or not? The answer is yes! it is a multi-platform application and available for mobile phones and desktops as well.

This guide is about installing Signal Messaging App on Ubuntu. There are a couple of approaches to get Signal on Ubuntu, let’s check them one by one:

Installing Signal Messaging App on Ubuntu using Software center:

The first and hassle-free approach of installing the Signal Messaging App is using Ubuntu’s Software Store. Open software center:


Click on the search icon and type “Signal Desktop”:


It will be appeared in the list open it and click on the install button:


Once the downloading and installation is finished Signal App can be viewed in applications:


Open it:

Installing Signal Messaging App on Ubuntu via snap:

The second approach is installing Signal via snap. Snap is supported by many Linux distributions such as Debian, Linux Mint, Elementary OS, etc. Installation of applications through Snap is simple and they automatically get updated. Use the below-mentioned command to install Signal for desktop:

$ sudo snap install signal-desktop

Installing Signal Messaging App on Ubuntu using APT:

The third method is installing Signal using APT. Firstly, copy the following command and paste in terminal to install the official software signing key:

$ wget -O- https://updates.signal.org/desktop/apt/keys.asc | sudo apt-key add


Now, to add official repository use:

$ echo “deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main” | sudo tee -a /etc/apt/sources.list.d/signal-xenial.list


Update the packages list using:

$ sudo apt update

Now install Signal App using:

$ sudo apt install signal-desktop

Deleting Signal Messaging App from Linux:

If the app is installed in Ubuntu using software center then open software center again click on the “Installed” tab, find “Signal” and click on remove:


If it is installed using Snap, then simply use the below-mentioned command in terminal to delete it:

$ sudo snap remove signal-desktop


If it is installed via “apt”, then use:

$ sudo apt remove signal-desktop

Conclusion:

The signal is a cross-platform messaging app that is a free and secure application. In this guide, we learned how to install Signal on Ubuntu using the software center and then how to get it on Ubuntu and other Linux distributions using the terminal. We also understood the process of deleting the Signal application from your desktop device.

Ubuntu Server Admin

Recent Posts

🚀 Deploy Elastic Stack on Ubuntu VPS (5 Minute Quick-Start Guide)

Here’s the guide to deploy Elastic Stack on Ubuntu VPS, with secure access, HTTPS proxying,…

4 days ago

🚀 Deploy Nagios on Ubuntu VPS

This guide walks through deploying Nagios Core on an Ubuntu VPS, from system prep to…

5 days ago

Shoryuken Has a New Maintainer, and v7.0.0 Is Almost There

After a decade under Pablo Cantero's stewardship, Shoryuken has a new maintainer - me. I'm…

1 week ago

A better way to provision NVIDIA BlueField DPUs at scale with MAAS

MAAS 3.7 has been officially released and it includes a bunch of cool new features.…

2 weeks ago

Ruby Floats: When 2.6x Faster Is Actually Slower (and Then Faster Again)

Update: This article originally concluded that Eisel-Lemire wasn't worth it for Ruby. I was wrong.…

2 weeks ago

MicroCeph: why it’s the superior MinIO alternative (and how to use it)

Recently, the team at MinIO moved the open source project into maintenance mode and will…

2 weeks ago