Sunday, April 28, 2024
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 6047  / 2 Years ago, wed, april 6, 2022, 6:21:07

So I'm new to Ubuntu, in fact I've only installed it yesterday. There are a few programs I want to install.. both of which are a .tar.gz and a .tar.bz2 file. When I double click on them, they just open in the archive manager...How do I install them?



EDIT: The programs I want to install are Katawa Shoujo and uTorrent.



http://www.katawa-shoujo.com/download.php

http://www.utorrent.com/downloads/complete?os=linux


More From » installation

 Answers
4

enter image description hereOpen terminal window, than type the following steps:



cd Downloads

wget http://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz


Next, run the commands below to extract uTorrent files to the /opt directory.



sudo tar xvzf utorrent-server-3.0-25053.tar.gz -C /opt/


Then run the commands below to change the permission on uTorrent-server folder.



sudo chmod -R 777 /opt/utorrent-server-v3_0/


Next, run the commands below to link uTorrent server to the /user/local/bin directory.



sudo ln -s /opt/utorrent-server-v3_0/utserver /usr/local/bin/utserver


Finally, run the commands below to start uTorrent.



utserver -settingspath /opt/utorrent-server-v3_0/


If you get an error about libssl.so package missing, run the command below to install it, by APT, then try starting it again.



sudo apt-get install libssl0.9.8:i386


Now that uTorrent server is started, open your web browser (Firefox) and type the address below.



http://localhost:8080/gui/


The username is admin and leave the password field empty.



The first thing you will want to do is specify the download folder. To do that, click ‘Settings’ button.



Then scroll down to ‘Directories’ and specify the download folder.



Done ....



Hope this help.


[#38394] Thursday, April 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
theurn

Total Points: 30
Total Questions: 110
Total Answers: 111

Location: Bahrain
Member since Fri, Sep 16, 2022
2 Years ago
theurn questions
Tue, Apr 5, 22, 14:18, 2 Years ago
Mon, Feb 14, 22, 16:29, 2 Years ago
Sat, Apr 8, 23, 05:26, 1 Year ago
Tue, Jan 10, 23, 23:59, 1 Year ago
Fri, Apr 8, 22, 01:36, 2 Years ago
;