Search code examples
linuxubuntuteamviewer

Couldn't find any package by regex 'teamviewer_12.0.71510_i386.deb'


i want to install team-viewer in ubuntu i try this command

apt install teamviewer_12.0.71510_i386.deb 

and i get this

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package teamviewer_12.0.71510_i386.deb
E: Couldn't find any package by glob 'teamviewer_12.0.71510_i386.deb'
E: Couldn't find any package by regex 'teamviewer_12.0.71510_i386.deb'

Solution

  • Just do:

    sudo dpkg -i teamviewer_12.0.71510_i386.deb