Tasssadar / Lorris

Lorris is GUI frontend for nearly anything you give it. You can use serial port, socket or file as source. Well, at least will be, right now its WIP.
http://tasssadar.github.com/Lorris/
GNU General Public License v3.0
34 stars 13 forks source link

Debian/Ubuntu APT dependencies #37

Closed bsaid closed 4 years ago

bsaid commented 4 years ago

lorris: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29' not found (required by lorris) lorris: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: versionGLIBCXX_3.4.26' not found (required by lorris) lorris: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.28' not found (required by lorris) lorris: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: versionQt_5.12' not found (required by lorris)

Tasssadar commented 4 years ago

Check what's inside your APT source file, /etc/apt/sources.list.d/lorris.list, should look something like this:

deb http://apt.tasemnice.eu/ubuntu stable main

The bold part specifies the Ubuntu release name, stable in this case in an alias for Focal Fossa (20.04). You probably have wrong release name in there, it should be the one that matches your Ubuntu version. The options are visible here in the directory listing: http://apt.tasemnice.eu/ubuntu/dists/

Ubuntu version name to number mapping is here: https://wiki.ubuntu.com/Releases

bsaid commented 4 years ago

Thank you. I confirm that this solved the issue.

deb http://apt.tasemnice.eu/ubuntu bionic main