How to install anydesk on ubuntu

1 Answer(s)

    Anydesk is available in both 64-Bit and 32-Bit formats. You can download it from its official website and install on Ubuntu, Debian, and LinuxMint operating systems.

    wget https://download.anydesk.com/linux/anydesk_5.1.1-1_amd64.deb
    sudo dpkg -i anydesk_5.1.1-1_amd64.deb
    

    If the above commands faced the issue for dependency issues, Execute below command to install Anydesk with required dependencies.

    sudo apt-get install -f
    Answered on September 14, 2019.
    Add Comment

    Your Answer

    By posting your answer, you agree to the privacy policy and terms of service.