Add Transfer Software Repository

Follow these steps to add the Transfer software repository.

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

    sudo gedit /etc/apt/sources.list
  2. Add the following line to the end of sources.list.

    deb [arch=amd64 trusted=yes] http://apt.qianyi.ai/repo/ universal main
  3. Save and close the sources.list file.

  4. Update the apt cache with the following command.

    sudo apt update