can't execute Jasper in UBUNTU
Opened this issue · 2 comments
trd-warren commented
https://github.com/jasperapp/jasper/releases/download/v0.5.0/jasper_v0.5.0_linux.zip
- Downloaded trial version
- extracted
sudo ./Jasper
(not working)- double click Jasper executable (not working)
Terminal Error
$ sudo ./Jasper ./Jasper: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
cfrank commented
You are missing a shared library libgconf
Please try installing it with sudo apt install libgconf2-4
Then try again to install.
trd-warren commented
👍
Thanks it's working now!