Skip to content

Instantly share code, notes, and snippets.

@sxiii
Last active May 6, 2024 10:10
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save sxiii/e34b6501c6a225d453dc7273bb66c060 to your computer and use it in GitHub Desktop.
Save sxiii/e34b6501c6a225d453dc7273bb66c060 to your computer and use it in GitHub Desktop.
How to install AnyDesk on ArchLinux / Manjaro / Garuda so somebody can help you fix or configure it

How to install AnyDesk on ArchLinux / Manjaro / Garuda so somebody can help you fix or configure it


sudo pacman -Sy
sudo pacman -S glibc lib32-glibc
sudo pacman -S yay
yay -S anydesk-bin

Now you can open Anydesk app from your system menu.

@Scherso
Copy link

Scherso commented May 15, 2022

thanks man 👍

@UncleMal
Copy link

Thank you!!

@Tampliera
Copy link

Awesome! Thanks.

@massaynus
Copy link

Bruh saved the day!!

@vishnuexe
Copy link

Thanks !!
It seems new arch linux doesn't let us install yay directly so i found this work around

Yay is an AUR helper that you can use as a replacement for yaourt (deprecated). It's not available in the Arch Linux repositories. So If you recently installed Arch, you can follow the instructions in the GitHub repository.

Installation

First of all, you need to clone the PKGBUILD and run makepkg script for building the package.
Requirements

Git is a dependency of yay and installations from AUR are made through a fakeroot environment, so you need to install both packages. On a new Arch installation, Git and fakeroot are not installed by default, and you also need git to clone the PKGBUILD from AUR.

For using makepkg, its dependencies need to be installed. You can install the base-devel package group which includes binutills, make, gcc, fakeroot or install them individually.

Git:

$ sudo pacman -S git

base-devel:

$ sudo pacman -S base-devel

OR

binutils, make, gcc, fakeroot:

$ sudo pacman -S binutils make gcc fakeroot

Install yay

$ git clone https://aur.archlinux.org/yay.git
$ cd yay
$ makepkg -si

Yay is installed and you can get packages directly from AUR using this helper.

Source: https://dev.to/mattdark/installing-yay-on-arch-linux-1kgm

@Scherso
Copy link

Scherso commented Jul 13, 2022

@vishnuexe great guide, and thank you!

@Tula-gingerbread
Copy link

Tula-gingerbread commented Dec 17, 2023

ОГУЗОК!!! НИКОГДА-НИКОГДА-НИКОГДА НЕ ПИШИ pacman -Sy ТОЛЬКО pacman -Syu ИЛИ pacman -S

@bazilsafronov
Copy link

When I write yay -S anydesk-bin after I see error: failed retrieving file 'gtkglext-1.2.0-13-x86_64.pkg.tar.zst.sig' from mirror.sahil.world : The requested URL returned error: 404 warning: failed to retrieve some files error: failed to commit transaction (failed to retrieve some files) Errors occurred, no packages were upgraded. -> error installing repo packages error installing repo packages

@vorm13
Copy link

vorm13 commented May 6, 2024

thanks man 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment