How to install WhatsApp on Ubuntu?

How to install WhatsApp on Ubuntu - briefly?

To install WhatsApp on Ubuntu, you can use the Snap package manager. Open your terminal and run the command sudo snap install whatsapp-for-linux. This will download and install WhatsApp on your system, allowing you to enjoy its features directly from your desktop environment.

How to install WhatsApp on Ubuntu - in detail?

To install WhatsApp on Ubuntu, follow these detailed steps:

  1. Update your system: Open a terminal and update the package index. This ensures you have the latest information on the newest versions of packages and their dependencies.

    sudo apt update
  2. Install necessary packages: You need to install some prerequisite packages that are required for running WhatsApp. These include libc6, gconf2-common, fonts-liberation, and curl.

    sudo apt install libc6 gconf2-common fonts-liberation curl
  3. Install Snapd: WhatsApp is available as a Snap package, which makes it easy to install and keep updated. First, you need to install the Snapd service.

    sudo apt install snapd
  4. Enable and start Snapd: After installation, enable and start the Snapd service.

    sudo systemctl enable --now snapd.socket
  5. Install WhatsApp: Now you can install WhatsApp using the following command:

    sudo snap install whatsapp-for-linux
  6. Launch WhatsApp: Once the installation is complete, you can launch WhatsApp by typing whatsapp in your terminal or searching for it in your application menu.
  7. Set up WhatsApp: When you open WhatsApp for the first time, you will be prompted to enter your phone number and verify it via an SMS code or a call. Follow the on-screen instructions to complete the setup process.

By following these steps, you should have WhatsApp successfully installed and running on your Ubuntu system.