Reinstalling QGIS on Linux Mint?
Most of my recent troubles are documented in the thread above, and I wasn't sure if I should just post this there. But here I am.
It just stopped working. It won't start. I hadn't used it in a few months and when I tried, nothing. I don't have a clue where to begin
Mint Cinnamon 17.3 64-bi kernel 3.13.0-37-generic x86_64 (64 bit)
When I run it from command line I get:
ThinkPad-T410 ~ $ qgis
/usr/bin/qgis.bin: error while loading shared libraries: libltidsdk.so: cannot open shared object file: No such file or directory
Edit 2: OK, I'm not sure I quite understand this but this is what I did and this is what I got:
$ ls /usr/lib/*libltidsdk*
ls: cannot access /usr/lib/*libltidsdk*: No such file or directory
ls /usr/lib/libltidsdkwill list all files within the directory. But libltidsdk does not exist. Tryls /usr/lib/*libltidsdk*which will list all files withing /usr/lib/ that contain libltidsdk. – Hayden Elza Dec 23 '18 at 18:40