Skip to content

Instantly share code, notes, and snippets.

@kurtis318
Created July 18, 2018 17:04
Show Gist options
  • Save kurtis318/d077438ee45d1bd831d268452522dd3f to your computer and use it in GitHub Desktop.
Save kurtis318/d077438ee45d1bd831d268452522dd3f to your computer and use it in GitHub Desktop.
Running AnyDesk on Fedora 28
I came across AnyDesk when I was at work one day. I was having trouble getting it to run on my Fedora 28 laptop. I ended up installing it in a Windows 10 KVM and it worked great there.
Here is how I finally got it working.
1. Download Linux tar file from here: https://anydesk.com/remote-desktop
2. Untar the file into the downloaded directory.
3. Install gtkglext-libs.i686 and mesa-dri-drivers.i686 which are 32 bit versions of the 64 bit versions that are already installed (AnyDesk is 32 bit).
sudo dnf -y install gtkglext-libs.i686 mesa-dri-drivers.i686
4. Switch to the untarred directory /home/kurtis/bin/anydesk-2.9.7
5. Run the anydesk biary: ./anydesk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment