F5F Stay Refreshed Software Operating Systems Install Uget and Aria2 on Debian smoothly.

Install Uget and Aria2 on Debian smoothly.

Install Uget and Aria2 on Debian smoothly.

B
BellaLola56
Junior Member
11
04-01-2023, 07:09 AM
#1
I have a Debian 8 VPS, likely set up as a server. It seems the desktop isn't working, so I can't install UGET with the ARIA2 plugin from the terminal. I need to download files to the VPS using the ARIA2 web browser and make sure ARIA2 and UGET start automatically after a restart. Thanks!
B
BellaLola56
04-01-2023, 07:09 AM #1

I have a Debian 8 VPS, likely set up as a server. It seems the desktop isn't working, so I can't install UGET with the ARIA2 plugin from the terminal. I need to download files to the VPS using the ARIA2 web browser and make sure ARIA2 and UGET start automatically after a restart. Thanks!

B
BlueStar_LH
Posting Freak
842
04-04-2023, 05:07 PM
#2
Sorry, this interface is limited for CLI operations only. Consider using Wget instead. For installing Wget, run sudo apt-get install wget. To transfer files between machines, use the built-in scp command. This lets you move files from your local system to a server or back. To send a file from your local machine to the VPS, execute scp my/file/pa.th username@vps:new/file/pa.th
B
BlueStar_LH
04-04-2023, 05:07 PM #2

Sorry, this interface is limited for CLI operations only. Consider using Wget instead. For installing Wget, run sudo apt-get install wget. To transfer files between machines, use the built-in scp command. This lets you move files from your local system to a server or back. To send a file from your local machine to the VPS, execute scp my/file/pa.th username@vps:new/file/pa.th