Skip to content

Instantly share code, notes, and snippets.

@codedeep79
Last active June 15, 2024 06:33
Show Gist options
  • Save codedeep79/8220034219373c2bbfb5e82acd1371ff to your computer and use it in GitHub Desktop.
Save codedeep79/8220034219373c2bbfb5e82acd1371ff to your computer and use it in GitHub Desktop.
Viber Not Working on Ubuntu 24.04

This worked for me on Ubuntu 24.04:

  • Download libssl1.0.0_1.0.2n-1ubuntu5.13_amd64.deb on Openssl 1.0

    sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5.13_amd64.deb

  • Install Flatpak:

    sudo apt install flatpak
    sudo apt install gnome-software-plugin-flatpak
    flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
    

    Restart your system to complete setup.

  • Install viber on Flathub

    flatpak install flathub com.viber.Viber

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment