# zypper in ./teamviewer_11.0.67687.i686.rpm
Loading repository data...
Reading installed packages...
Resolving package dependencies...
Problem: nothing provides libjpeg.so.62 needed by teamviewer-11.0.67687-0.i686
Solution 1: do not install teamviewer-11.0.67687-0.i686
Solution 2: break teamviewer-11.0.67687-0.i686 by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/c] (c):
Or you could try to symlink the 64bit version (already installed by default on Leap 42.2) in the lib folder
/usr/lib64/libjpeg.so.62
to
/usr/lib/libjpeg.so.62
In my case I ended up downloading the TeamViewer 12 Beta tar.xz package, it contains everything to run it without this particular dependency.
Also, I downloaded the i386 RPM package for openSUSE Leap 42.1 from here, so you could try this first if you want a stable version, but since TV was already installed I can’t say if this worked out the issue.
I had a brand-new Leap42.2. and the same problem. I downloaded and installed the 32-bil libjpeg.so.62 (“libjpeg62-32bit-62.1.0-31.1.x86_64.rpm”) from Leap42.1 as suggested.
Afterwards teamviewer 11-installation worked flawlessly.