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:
-
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
-
Install necessary packages: You need to install some prerequisite packages that are required for running WhatsApp. These include
libc6
,gconf2-common
,fonts-liberation
, andcurl
.sudo apt install libc6 gconf2-common fonts-liberation curl
-
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
-
Enable and start Snapd: After installation, enable and start the Snapd service.
sudo systemctl enable --now snapd.socket
-
Install WhatsApp: Now you can install WhatsApp using the following command:
sudo snap install whatsapp-for-linux
- 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. - 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.