PDA

View Full Version : Alien rpm FIle



Bonster
02-12-2005, 01:05 AM
hummm trying to install a bit-torrent client on knoppix.

I spent a few hours searching and still dont get it. Need Help plz

i got Alien installed. (i think)
"apt-get install alien"

need to no how to install rpm files now <<<-----------------------

THIS FILE: http://bittorrent.com/ (Linux rpm)

OMG is so hard to install a simple program on Linux =)

pureone
02-12-2005, 01:16 AM
you wont belive this but the command to install rpm files is rpm. try to get the deb files if you can and install it with dpkg.

rpm -i somefile.rpm
or
dpkg -i somefile.deb

read the man pages for both rpm and dpkg.

UnderScore
02-12-2005, 05:57 AM
Since bittorrent is in the debian package repository http://packages.debian.org/cgi-bin/search_packages.pl?keywords=bittorrent&searchon=names&subword=1&version=all&release=all
How about:
apt-get install bittorrent
Or you can use klik http://klik.atekon.de/details.php?section=net&package=bittorrent

I hope this helps.
James

Bonster
02-13-2005, 05:30 AM
Well thanx guys i manager to install it with ur help but. Well...

`apt-get install bittorrent`


It says it is install im sure of that and i even Dl the bittorrent-gui.deb and install that also.

But, usually in Windows after u install something a new icon is created for that program on the desktop.


I dont see any new icons plus i dont even no where it is. =) plz help

pureone
02-13-2005, 06:15 AM
normaly executable files go in /bin or /usr/bin the bin is for binary. to check just do
ls /bin | grep bit

Bonster
02-13-2005, 08:20 AM
Heo Yea finally. Thanx for all the help.



------------------------
Another problem answered for the noob =)