Linux

How do I install the Sync Client on Linux devices?

Depending on the Linux operating system, you can choose the commands for the installation.

Installation for Ubuntu:

To install the client on your Linux computer, proceed as follows:

  1. Open the Linux terminal

  2. Add the signing key:

    sudo wget https://clients.luckycloud.de/sync-client/linux/luckycloud.asc -O /usr/share/keyrings/luckycloud-keyring.asc

  3. add the repository to your apt-source list:
    (Supported distributions: Ubuntu 20.04, Ubuntu 22.04, Debian 11, Debian 12)

    echo "deb [arch=amd64 signed-by=/usr/share/keyrings/luckycloud-keyring.asc] https://clients.luckycloud.de/sync-client/linux/ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/luckycloud.list

  4. Update your local apt-cache:

    sudo apt update

  5. Finally, install the Sync client:

    Version with graphical user interface

    sudo apt install luckycloud-sync-gui

    Version without graphical user interface

    sudo apt install lcs-cli

continue to: How do I synchronize my local data with the luckycloud?
see also: Possible Error Sources when Adding an Account