You are not logged in.
Pages: 1
I want to install this
whats the best way to handle .deb under q4os?
Thanks
Last edited by cpcnw (2017-06-12 11:09)
We cannot solve our problems with the same thinking we used when we created them.
Offline
I manually extracted to a temp folder
$ dpkg-deb -x anydesk_2.9.1-1_amd64.deb /home/temp
The main executable complains
./anydesk: error while loading shared libraries: libgtkglext-x11-1.0.so.0: cannot open shared object file: No such file or directory
there are no libs included in the .deb
reminds of 'dll hell' on that other os lol!
Last edited by cpcnw (2017-06-12 07:13)
We cannot solve our problems with the same thinking we used when we created them.
Offline
Assuming 64 bit version downloaded
Option 1:-
Open terminal in download folder
sudo dpkg -i anydesk_2.9.1-1_amd64.deb
Option 2:-
Use either synaptic or command line to install gdebi (sudo apt-get install gdebi)
Then right click on anydesk_2.9.1-1_amd64.deb
Open with>gdebi
gdebi will look for dependencies and resolve them as part of the install.
This does of course come with a health warning - any application installed from outside the normal repositories is at your own risk etc etc etc
Offline
Thanks
gdebi worked perfectly and fetched deps
AnyDesk works fine too
Would still be using TV11 but its nagging hell out of me [used on one PC only]
Last edited by cpcnw (2017-06-12 07:20)
We cannot solve our problems with the same thinking we used when we created them.
Offline
Pages: 1