How to download and install uTorrent in Ubuntu 18.04 using terminal? [on hold]
up vote
0
down vote
favorite
I want to download uTorrent directly in Ubuntu 18.04. How can I do this?
software-installation utorrent
New contributor
put on hold as unclear what you're asking by guntbert, Eric Carvalho, waltinator, Charles Green, Uri Herrera Dec 10 at 21:25
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
0
down vote
favorite
I want to download uTorrent directly in Ubuntu 18.04. How can I do this?
software-installation utorrent
New contributor
put on hold as unclear what you're asking by guntbert, Eric Carvalho, waltinator, Charles Green, Uri Herrera Dec 10 at 21:25
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
4
Are we talking about the program or the run the torrent process from the terminal?
– George Udosen
Dec 7 at 17:10
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to download uTorrent directly in Ubuntu 18.04. How can I do this?
software-installation utorrent
New contributor
I want to download uTorrent directly in Ubuntu 18.04. How can I do this?
software-installation utorrent
software-installation utorrent
New contributor
New contributor
edited Dec 8 at 19:30
Zanna
49.3k13127236
49.3k13127236
New contributor
asked Dec 7 at 17:08
Rajat Khandelwal
11
11
New contributor
New contributor
put on hold as unclear what you're asking by guntbert, Eric Carvalho, waltinator, Charles Green, Uri Herrera Dec 10 at 21:25
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by guntbert, Eric Carvalho, waltinator, Charles Green, Uri Herrera Dec 10 at 21:25
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
4
Are we talking about the program or the run the torrent process from the terminal?
– George Udosen
Dec 7 at 17:10
add a comment |
4
Are we talking about the program or the run the torrent process from the terminal?
– George Udosen
Dec 7 at 17:10
4
4
Are we talking about the program or the run the torrent process from the terminal?
– George Udosen
Dec 7 at 17:10
Are we talking about the program or the run the torrent process from the terminal?
– George Udosen
Dec 7 at 17:10
add a comment |
1 Answer
1
active
oldest
votes
up vote
-1
down vote
You can download and install uTorrent using these steps:
Install dependencies:
sudo apt install libssl1.0.0 libssl-dev
Download the program. For 64-bit systems:
wget http://download.ap.bittorrent.com/track/beta/endpoint/utserver/os/linux-x64-ubuntu-13-04 -O utserver.tar.gz
For 32-bit:
wget http://download.ap.bittorrent.com/track/beta/endpoint/utserver/os/linux-i386-ubuntu-13-04 -O utserver.tar.gz
Extract the file to the /opt
directory:
sudo tar -xvf utserver.tar.gz -C /opt/
Create a symbolic link:
sudo ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/local/bin/utserver
Now you can run
utserver
Make sure you use /gui
in the URL:
For username and password, enter admin
as username and leave password field blank. Once logged in, click the gear icon and select Web and change the password.
New contributor
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
-1
down vote
You can download and install uTorrent using these steps:
Install dependencies:
sudo apt install libssl1.0.0 libssl-dev
Download the program. For 64-bit systems:
wget http://download.ap.bittorrent.com/track/beta/endpoint/utserver/os/linux-x64-ubuntu-13-04 -O utserver.tar.gz
For 32-bit:
wget http://download.ap.bittorrent.com/track/beta/endpoint/utserver/os/linux-i386-ubuntu-13-04 -O utserver.tar.gz
Extract the file to the /opt
directory:
sudo tar -xvf utserver.tar.gz -C /opt/
Create a symbolic link:
sudo ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/local/bin/utserver
Now you can run
utserver
Make sure you use /gui
in the URL:
For username and password, enter admin
as username and leave password field blank. Once logged in, click the gear icon and select Web and change the password.
New contributor
add a comment |
up vote
-1
down vote
You can download and install uTorrent using these steps:
Install dependencies:
sudo apt install libssl1.0.0 libssl-dev
Download the program. For 64-bit systems:
wget http://download.ap.bittorrent.com/track/beta/endpoint/utserver/os/linux-x64-ubuntu-13-04 -O utserver.tar.gz
For 32-bit:
wget http://download.ap.bittorrent.com/track/beta/endpoint/utserver/os/linux-i386-ubuntu-13-04 -O utserver.tar.gz
Extract the file to the /opt
directory:
sudo tar -xvf utserver.tar.gz -C /opt/
Create a symbolic link:
sudo ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/local/bin/utserver
Now you can run
utserver
Make sure you use /gui
in the URL:
For username and password, enter admin
as username and leave password field blank. Once logged in, click the gear icon and select Web and change the password.
New contributor
add a comment |
up vote
-1
down vote
up vote
-1
down vote
You can download and install uTorrent using these steps:
Install dependencies:
sudo apt install libssl1.0.0 libssl-dev
Download the program. For 64-bit systems:
wget http://download.ap.bittorrent.com/track/beta/endpoint/utserver/os/linux-x64-ubuntu-13-04 -O utserver.tar.gz
For 32-bit:
wget http://download.ap.bittorrent.com/track/beta/endpoint/utserver/os/linux-i386-ubuntu-13-04 -O utserver.tar.gz
Extract the file to the /opt
directory:
sudo tar -xvf utserver.tar.gz -C /opt/
Create a symbolic link:
sudo ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/local/bin/utserver
Now you can run
utserver
Make sure you use /gui
in the URL:
For username and password, enter admin
as username and leave password field blank. Once logged in, click the gear icon and select Web and change the password.
New contributor
You can download and install uTorrent using these steps:
Install dependencies:
sudo apt install libssl1.0.0 libssl-dev
Download the program. For 64-bit systems:
wget http://download.ap.bittorrent.com/track/beta/endpoint/utserver/os/linux-x64-ubuntu-13-04 -O utserver.tar.gz
For 32-bit:
wget http://download.ap.bittorrent.com/track/beta/endpoint/utserver/os/linux-i386-ubuntu-13-04 -O utserver.tar.gz
Extract the file to the /opt
directory:
sudo tar -xvf utserver.tar.gz -C /opt/
Create a symbolic link:
sudo ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/local/bin/utserver
Now you can run
utserver
Make sure you use /gui
in the URL:
For username and password, enter admin
as username and leave password field blank. Once logged in, click the gear icon and select Web and change the password.
New contributor
edited Dec 8 at 19:30
Zanna
49.3k13127236
49.3k13127236
New contributor
answered Dec 7 at 17:54
Rajat Khandelwal
11
11
New contributor
New contributor
add a comment |
add a comment |
4
Are we talking about the program or the run the torrent process from the terminal?
– George Udosen
Dec 7 at 17:10