Games

How to install Viber on Ubuntu 24.04

Installing Viber on Ubuntu 24.04: A Step-by-Step Guide

Viber is a popular messaging and communications app that enables users to make voice calls, send text messages, and share multimedia content over the internet. It’s available on various platforms, including mobile and desktop systems. If you are using Ubuntu 24.04 and want to install Viber, this comprehensive guide will walk you through the installation process, troubleshooting tips, and some exciting features of the application.

Why Choose Viber?

Before diving into the installation process, let’s discuss why Viber stands out among its competitors. Viber not only allows you to communicate with other Viber users for free, but it also offers affordable international calling rates, making it a convenient choice for global communication. The app includes various features like group chats, stickers, and an easy-to-use interface, providing a rich user experience.

Prerequisites

Before installing Viber on your Ubuntu system, you should ensure that your computer meets the following requirements:

  • Operating System: Ubuntu 24.04
  • Internet Connection: A stable and reliable internet connection is required for downloading and using Viber.
  • Permissions: You may need administrative rights to install software on your system.

Step-by-Step installation guide

Method 1: Installing Viber Using the Terminal

Installing applications via the terminal is a common practice for Ubuntu users. Here are the steps to install Viber through the command line:

  1. Open the Terminal:
    Launch the terminal by searching for it in your application menu or by pressing Ctrl + Alt + T.

  2. Update Your System:
    Ensuring your system packages are up-to-date is essential for smooth installation. Run the following command:
    bash
    sudo apt update && sudo apt upgrade

    This command refreshes your package list and installs any available updates.

  3. Download the Viber DEB Package:
    You can download the Viber DEB file directly from the official website or through a terminal command. To download through the command line, use the following command:
    bash
    wget https://downloads.viber.com/binary/desktop/latest/viber.deb

    This command utilizes wget to fetch the latest version of Viber.

  4. Install the Viber Package:
    Once the download is complete, you can install the package using the following command:
    bash
    sudo dpkg -i viber.deb

    If any dependencies are missing, you can resolve them by running:
    bash
    sudo apt-get install -f

    This command will fix broken dependencies and complete the installation of Viber.

  5. Launch Viber:
    Once the installation is complete, you can launch Viber from your applications menu or by typing viber in the terminal.

See also  How to install Skype on Linux Mint 21

Method 2: Installing Viber Using Snap

Another convenient method for installing applications on Ubuntu is via Snap packages. Snap is a package management system that simplifies the installation of software. Here’s how to install Viber using Snap:

  1. Ensure Snap is Installed:
    Snap comes pre-installed in Ubuntu 24.04. You can check if it’s available by running:
    bash
    snap version

  2. Install Viber via Snap:
    To install Viber, execute the following command:
    bash
    sudo snap install viber

    This command will download and install the latest version of Viber automatically.

  3. Launch Viber:
    After the installation completes, you can launch Viber from your applications dashboard or by typing viber in the terminal.

Configuring Viber

Once you have successfully installed Viber, the next step is to configure it for your personal use.

Account Creation

  1. Open Viber:
    Launch the app using your preferred method (applications menu or terminal).

  2. Enter Your Phone Number:
    Viber requires a phone number for registration. After launching the app, you will be prompted to enter your mobile number.

  3. Verification Code:
    After entering your number, you will receive a verification code via SMS. Enter the code in the app to authenticate your account.

  4. Set Up Your Profile:
    You can now set up your profile by adding your name and profile picture. This makes it easier for your contacts to recognize you.

Exploring Viber’s Features

After installation and setup, it’s time to explore the features that Viber offers:

Voice and Video Calls

Viber provides high-quality voice and video calling features. You can call other Viber users for free, and make low-cost international calls to non-Viber users.

See also  How to Play Arcana of Paradise —The Tower— on GeForce Now on a Chromebook

Group Chats and Channels

You can create group chats with up to 250 participants, making it convenient for team collaboration or socializing with friends. Additionally, Viber offers public channels where you can follow topics of interest.

Stickers and GIFs

Viber features a vast library of stickers and GIFs that allow you to express emotions in a fun and engaging manner. You can also create your own unique sticker sets.

file sharing

You can easily share files, photographs, and videos up to 200MB with your contacts. This is especially useful for sending documents or media files during conversations.

Troubleshooting Common Issues

If you encounter any problems while installing or using Viber, consider the following tips:

  1. Dependencies Issues:
    If you face issues related to package dependencies during installation, make sure to run the command to fix broken packages as mentioned earlier.

  2. Performance Problems:
    If Viber runs slowly, check your internet connection or consider closing other applications to free up system resources.

  3. Reinstallation:
    If the application fails to open, you can try uninstalling and reinstalling Viber. Use:
    bash
    sudo apt remove viber

    or
    bash
    sudo snap remove viber

    Followed by the appropriate installation method once again.

Conclusion

Installing Viber on Ubuntu 24.04 is a straightforward process, whether you choose to use the terminal or Snap. The application’s rich features make it an excellent tool for communication, allowing you to connect with friends, colleagues, and family effortlessly. Now that you are equipped with the know-how to install and use Viber effectively, enjoy seamless communication at your fingertips.

See also  How to install the Brave Beta browser on Zorin OS 17

FAQ

Q1: Is Viber free to use?
A1: Yes, Viber is free for users communicating with other Viber users. There are charges for calling non-Viber numbers, but they are typically very low.

Q2: Can I use Viber on multiple devices?
A2: Yes, you can use Viber on various devices, including mobile phones, tablets, and desktop computers. Your account is linked to your phone number.

Q3: What should I do if Viber won’t start on my Ubuntu system?
A3: If Viber fails to start, ensure that the installation completed successfully. You may also want to check for any dependency issues or reinstall the application.

Q4: Are my conversations on Viber secure?
A4: Yes, Viber uses end-to-end encryption for all calls and messages, ensuring your conversations remain secure and private.

Q5: Can I use Viber without a phone number?
A5: Currently, a phone number is required to register an account on Viber. However, you can access your Viber account on multiple devices after initial setup.

Q6: How can I remove Viber from my Ubuntu system?
A6: You can uninstall Viber by running sudo apt remove viber if installed via APT, or sudo snap remove viber if installed via Snap.

About the author

Jeffrey Collins

Jeffrey Collins

Jeffery Collins is a Microsoft Office specialist with over 15 years of experience in teaching, training, and business consulting. He has guided thousands of students and professionals in mastering Office applications such as Excel, Word, PowerPoint, and Outlook. From advanced Excel functions and VBA automation to professional Word formatting, data-driven PowerPoint presentations, and efficient email management in Outlook, Jeffery is passionate about making Office tools practical and accessible. On Softwers, he shares step-by-step guides, troubleshooting tips, and expert insights to help users unlock the full potential of Microsoft Office.