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.

Sponsored

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:

Sponsored
$ 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

How is Livepatch safeguarded against bad actors?

Canonical Livepatch is a security patching automation tool which supports reboot-less security updates for the…

10 hours ago

Accelerating data science with Apache Spark and GPUs

Apache Spark has always been very well known for distributing computation among multiple nodes using…

10 hours ago

Cut data center energy costs with bare metal automation

Data centers are popping up everywhere. With the rapid growth of AI, cloud services, streaming…

1 day ago

Build the future of *craft: announcing Starcraft Bounties!

Our commitment to building a thriving open source community is stronger than ever. We believe…

1 day ago

NodeJS 18 LTS EOL extended from April 2025 to May 2032 on Ubuntu

The clock was ticking: Node.js 18’s upstream End of Life (EOL) The OpenJS Foundation is…

1 day ago

Native integration now available for Pure Storage and Canonical LXD

June 25th, 2025 – Canonical, the company behind Ubuntu, and Pure Storage, the IT pioneer…

2 days ago