fairly noobish to Linux, although I have a few machines with different distros to fiddle around with
Getting a server up and running with 20.04 LTS, and having issues with getting an older version of TeamViewer up and running.. I know there's some better alternatives, but I own a commercial license for Version 11 that I use for all my machines, and my clients.
I run into issues with teamviewer:i386 depending on libpng12-0.
I've tried following a variety of similar threads that are aimed at getting it running with Linux v 16 and Linux v18, but neither process appears replicable in v20
Not sure if logs are allowed, but I'll beg forgiveness if not - here's my output (user/machine names altered)
test@test:~/Downloads$ sudo dpkg -i teamviewer_11.0.256402_i386.deb
Selecting previously unselected package teamviewer:i386.
(Reading database ... 197780 files and directories currently installed.)
Preparing to unpack teamviewer_11.0.256402_i386.deb ...
Unpacking teamviewer:i386 (11.0.256402) ...
dpkg: dependency problems prevent configuration of teamviewer:i386:
teamviewer:i386 depends on libasound2.
teamviewer:i386 depends on libdbus-1-3.
teamviewer:i386 depends on libexpat1.
teamviewer:i386 depends on libfontconfig1.
teamviewer:i386 depends on libfreetype6.
teamviewer:i386 depends on libpng12-0; however:
Package libpng12-0:i386 is not installed.
teamviewer:i386 depends on libsm6; however:
teamviewer:i386 depends on libxdamage1; however:
teamviewer:i386 depends on libxfixes3; however:
dpkg: error processing package teamviewer:i386 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
teamviewer:i386
test@test:~/Downloads$ sudo dpkg -i libpng12-0_1.2.54-1ubuntu1.1_i386.deb
(Reading database ... 198073 files and directories currently installed.)
Preparing to unpack libpng12-0_1.2.54-1ubuntu1.1_i386.deb ...
Unpacking libpng12-0:i386 (1.2.54-1ubuntu1.1) ...
dpkg: error processing archive libpng12-0_1.2.54-1ubuntu1.1_i386.deb (--install):
unable to install new version of '/lib/i386-linux-gnu/libpng12.so.0': No such file or directory
Processing triggers for libc-bin (2.31-0ubuntu9) ...
Errors were encountered while processing:
libpng12-0_1.2.54-1ubuntu1.1_i386.deb
Thanks, appreciate any guidance here!
Thanks for the advice, I suppose it could be considered an answer!
– Jon Moore May 18 '20 at 01:49