Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
runeks
on 08/12/2011, 23:22:13 UTC
Sorry for bumping this after a month of no posts, but does anyone know if it's possible to install Bittorrent or uTorrent on this OS? I've tried, but either it's not possible or I don't know what I'm doing (probably the latter).

Any advice?
For uTorrent you would need WINE (since it's a Windows application). If available in the repositories, it should be installable using the below command, but substituting deluge for wine. I usually use a program called Deluge to manage my torrents. I don't know if it's available for installation on Linuxcoin, but if it is you could try installing it using the following command:

Code:
sudo apt-get install deluge

To run uTorrent using WINE, simply download the utorrent.exe executable, open up a command prompt, browse to the folder where you saved the download and run:

Code:
wine utorrent.exe