Add Transfer Software Source

Before installing Transfer software in Ubuntu system, you need to add Transfer software source first. Here are the steps to add software source:

  1. Open the system terminal and enter the following command to open sources.list.

    sudo gedit /etc/apt/sources.list
  2. Add the corresponding content at the end of sources.list according to your system version and CPU architecture.

    System version and CPU architecture

    Content

    Ubuntu 18.04 (bionic, x86_64)

    deb [trusted=yes arch=amd64] http://apt.qianyi.ai/repo/ bionic main

    Ubuntu 20.04 (focal fossa, x86_64)

    deb [trusted=yes arch=amd64] http://apt.qianyi.ai/repo/ focal main

    Ubuntu 22.04 (Jammy Jellyfish , x86_64)

    deb [trusted=yes arch=amd64] http://apt.qianyi.ai/repo/ jammy main

    Ubuntu 18.04(bionic, arm64)

    deb [trusted=yes arch=arm64] http://apt.qianyi.ai/repo/ bionic main

  3. Save and close the sources.list file.

  4. Execute the following command to update the apt cache.

    sudo apt update