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?










share|improve this question









New contributor




Rajat Khandelwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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















up vote
0
down vote

favorite












I want to download uTorrent directly in Ubuntu 18.04. How can I do this?










share|improve this question









New contributor




Rajat Khandelwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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













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?










share|improve this question









New contributor




Rajat Khandelwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I want to download uTorrent directly in Ubuntu 18.04. How can I do this?







software-installation utorrent






share|improve this question









New contributor




Rajat Khandelwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Rajat Khandelwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Dec 8 at 19:30









Zanna

49.3k13127236




49.3k13127236






New contributor




Rajat Khandelwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Dec 7 at 17:08









Rajat Khandelwal

11




11




New contributor




Rajat Khandelwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Rajat Khandelwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Rajat Khandelwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




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














  • 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










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:



uTorrent window



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.






share|improve this answer










New contributor




Rajat Khandelwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    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:



    uTorrent window



    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.






    share|improve this answer










    New contributor




    Rajat Khandelwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      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:



      uTorrent window



      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.






      share|improve this answer










      New contributor




      Rajat Khandelwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















        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:



        uTorrent window



        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.






        share|improve this answer










        New contributor




        Rajat Khandelwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        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:



        uTorrent window



        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.







        share|improve this answer










        New contributor




        Rajat Khandelwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        share|improve this answer



        share|improve this answer








        edited Dec 8 at 19:30









        Zanna

        49.3k13127236




        49.3k13127236






        New contributor




        Rajat Khandelwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered Dec 7 at 17:54









        Rajat Khandelwal

        11




        11




        New contributor




        Rajat Khandelwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        Rajat Khandelwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        Rajat Khandelwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.















            Popular posts from this blog

            How did Captain America manage to do this?

            迪纳利

            南乌拉尔铁路局