Search found 1 match

by gicking
Fri Dec 13, 2019 11:53 pm
Forum: PicoScope 6 for Linux
Topic: PicoScope 6 crashes at startup on Ubuntu 18.04
Replies: 14
Views: 19357

Re: PicoScope 6 crashes at startup on Ubuntu 18.04

same here on Xubuntu 18.04.3 LTS

Installing libpng12-0 via apt solved my problem:
1) sudo bash -c 'echo "deb http://security.ubuntu.com/ubuntu xenial-security main" > /etc/apt/sources.list
2) sudo apt-get update
3) sudo apt-get install libpng12-0

Thanks a lot!