Search found 1 match

by mar456
Wed Jan 22, 2020 10:05 pm
Forum: PicoScope 6 for Linux
Topic: Picoscope Software doesn't work Ubuntu 18.04
Replies: 8
Views: 13394

Re: Picoscope Software doesn't work Ubuntu 18.04

I had the same problem on Linux Mint 19.3. Solution to this issue for me was fresh install of Picoscope Software with libc6-dev and libgdiplus installed before fresh install:

Code: Select all

sudo apt-get remove picoscope
sudo apt install libc6-dev
sudo apt install libgdiplus
sudo apt-get install  picoscope