I am trying to install ASTAP on Kubuntu 22.04 LTS. I've downloaded astap_amd64.deb and installed it with no problems. When I try to run it, though, I get the following error message:
astap: error while loading shared libraries: libgdk-x11-2.0.so.0: cannot open shared object file: No such file or directory
Also, I have the H18 catalog (and use it with Windows/NINA), but am not sure where the files go on Linux.
Any suggestions would be appreciated.
Thanks,
-Wade
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am trying to install ASTAP on Kubuntu 22.04 LTS. I've downloaded astap_amd64.deb and installed it with no problems. When I try to run it, though, I get the following error message:
astap: error while loading shared libraries: libgdk-x11-2.0.so.0: cannot open shared object file: No such file or directory
Also, I have the H18 catalog (and use it with Windows/NINA), but am not sure where the files go on Linux.
Any suggestions would be appreciated.
Thanks,
-Wade
Never mind. I fixed with the following command:
apt install -f
Thanks,
-Wade