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:
-
Open the system terminal and enter the following command to open sources.list.
sudo gedit /etc/apt/sources.list
-
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
-
Save and close the sources.list file.
-
Execute the following command to update the apt cache.
sudo apt update