Linux CLI - download and install Viber with smallest web browser (Links)

Опубликовано: 16 Июнь 2026
на канале: Zokac's Tutorials
163
2

This video explains how to install #ViberDesktop APP, with #LinuxCLI commands and smallest web browser in the world (#Links). **********************************************************************
HANDY TIPS - if you don't want to watch video **********************************************************************
// install smallest browser on the world.
sudo apt install links
// start browser links
// Esc - open browser menu and go to www.google.com
// type viber download linux in search
// find web page and download viber.deb file
// Exit links


// change viber.deb permisions
chmod 0755 viber.deb


// install viber.deb
sudo dpkg -i viber.deb


// remove viber
sudo apt remove viber

**********************************************************************