Getting libjpeg62 dependacy needed to Install team viewer in Linux mint 15

Asked By 0 points N/A Posted on -
qa-featured

Im trying to install team view in Linux mint, I have already downloaded the debian version, however it pops up a missing dependency 'libjpeg62' and therefore cannot proceed to install the software how can I get this dependency? is there I way I can get a software that also uses this dependency and therefore install it along with it? which would this be?

SHARE
Answered By 0 points N/A #192446

Getting libjpeg62 dependacy needed to Install team viewer in Linux mint 15

qa-featured

To solve all the issues of dependencies, Use Gdebi method

First of all, install Gdebi. To install Gdebi , use these commands,

Sudo dpkg –add-architecture i386

Sudo apt-get update

Sudo apt-get install gdebi

Then in the same directory , download and run teamviewer_linux.deb

Run this command

Sudo gdebi teamviewer_linux.deb

Related Questions