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.
Thank you!!
Awesome! Thanks.
Bruh saved the day!!
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
@vishnuexe great guide, and thank you!
ОГУЗОК!!! НИКОГДА-НИКОГДА-НИКОГДА НЕ ПИШИ pacman -Sy
ТОЛЬКО pacman -Syu
ИЛИ pacman -S
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
thanks man 👍
Any way to make any desk start at boot with this installation method?
EDIT: yes, you can, just use:
sudo systemctl enable anydesk --now
Aw my time loves you
thanks man 👍