Add Transfer Software Repository
Follow these steps to add the Transfer software repository.
-
Open the terminal and enter the following command to open sources.list.
sudo gedit /etc/apt/sources.list
-
Add the following line to the end of sources.list.
deb [arch=amd64 trusted=yes] http://apt.qianyi.ai/repo/ universal main
-
Save and close the sources.list file.
-
Update the apt cache with the following command.
sudo apt update