How to Install WhatsApp on Linux?

WhatsApp Messenger, or simply WhatsApp, is a freeware, cross-platform, centralized instant messaging (IM) and voice-over-IP (VoIP) service owned by Meta Platforms that is available worldwide. The software allows users to send text and voice messages, have audio and video conversations, and share photos, documents, user locations, and other content. WhatsApp’s client program is accessible for both mobile and desktop computers.

You’ll need a cell phone number to sign up for the service. WhatsApp Business, a standalone company app aimed at small business owners, was introduced in January 2018 to allow businesses to interact with consumers who use the primary WhatsApp client. This article is going to guide you through How to Download and Install WhatsApp on Linux.

Installation of WhatsApp in Linux Operating System

Method 1: Installation of WhatsApp using Terminal

Step 1: Prerequisite Required to install WhatsApp in Linux Operating System:

  • To run privileged commands, you must have sudo or root access.
  • Your server should have the apt or apt-get program installed.
  • Your server should have the snap utility installed.

Step 2: Your Operating System must be updated.

It’s usually good to update your OS first with the apt update or apt-get update commands, as illustrated below. This will download and install all of the newest Ubuntu Repository versions.

sudo apt-get update

 

Step 3: Install Whatsapp. The newest WhatsApp-for-Linux package may then be installed using the snap install WhatsApp-for-Linux command, as shown below. It’s worth noting that the Ubuntu Repo has an unauthorized version of the WhatsApp programme.

snap install whatsapp-for-linux

 

Step 4: Open WhatsApp. We may navigate to Activities and then type WhatsApp into the Search Box. It should look like this. We may open it by clicking on it. We can now scan the code and connect it to your system after being unlocked.

 

Method 2: Installation of WhatsApp using GUI

Step 1: To begin, launch the Ubuntu Software programme. Hold down the super key and put the application’s name into the search field to do so.

 

Step 2: You should see a programme catalog when launching the Ubuntu Software application. Then, navigate to the search bar within the app in the top left of your screen.

 

Step 3: Type “WhatsApp” into the search bar and pick the WhatsDesk app that looks like the one in the image below.

 

Step 4: Select the software from the Ubuntu interface to execute it after being installed.

 

When we first launch the WhatsDesk client, we are given instructions on how to use the programme by scanning a QR code and syncing it to our phone.

Method 3: Creating a Desktop Launcher for WhatsApp Web

To access WhatsApp quickly on your Linux desktop, you can create a desktop launcher for it. Here’s how:

  • Open your text editor and create a new file.
    Copy the following code and paste it into the file:
[Desktop Entry]
Name=WhatsApp
Exec=firefox --new-window https://web.whatsapp.com/
Icon=whatsapp
Type=Application
Categories=Network;InstantMessaging;

Note: Replace “firefox” with the name of the web browser you are using, and replace “whatsapp” with the name of the icon you want to use for the launcher.

  • Save the file with the name “whatsapp.desktop” in the “~/.local/share/applications/” directory.

After saving the file, you should be able to see an icon for WhatsApp on your desktop. Clicking on this icon will launch WhatsApp Web in your default web browser.

Conclusion

In this guide, we’ve covered various methods to install WhatsApp on Linux operating system, including using the terminal and GUI. By following these steps, you can easily set up WhatsApp on your Linux machine and enjoy seamless communication with your contacts.

Install WhatsApp on Linux – FAQs

Can I download WhatsApp on Linux?

Yes, you can download and install WhatsApp on Linux using methods such as the terminal or GUI-based installation. WhatsApp is available for both mobile and desktop platforms, including Linux.

Does WhatsApp work on Linux phone?

WhatsApp is primarily designed for mobile and desktop platforms, including Linux-based operating systems. However, WhatsApp may not be available for all Linux phones, depending on the device and its compatibility with third-party applications.

Is WhatsApp for Linux secure?

WhatsApp for Linux is as secure as its counterparts on other platforms. The application uses end-to-end encryption to ensure the privacy and security of user messages and data. Additionally, regular updates and security patches are released to address any vulnerabilities.

How to install WhatsApp in CentOS 7?

To install WhatsApp in CentOS 7, you can follow similar steps as outlined in the guide for other Linux distributions. Ensure that your CentOS 7 system meets the prerequisites and then proceed with the installation using either the terminal or GUI method.

How do I remove WhatsApp from Ubuntu?

To remove WhatsApp from Ubuntu, you can use the package management tools available in Ubuntu, such as apt or apt-get, to uninstall the WhatsApp package. Alternatively, you can use the Software Center or Synaptic Package Manager to search for and remove the WhatsApp application from your system.