Featured Worklog

Price Search



PC Apex Sponsor


PC Apex Sponsors



PC Apex RSS Feeds

RSS Feed for PC Apex Reviews & ArticlesRSS Feed for PC Apex PC Modding WorklogsRSS Feed for the PC Apex Daily DisturbanceRSS Feed for the latest PC Apex Site NewsRSS Feed for PC Apex Affiliate and Web NewsRSS Feed for PC Apex Deals and Steals

Go Back   Apex Community Forums // PC Apex Forums // PC Apex Troubleshooting // Linux OS Problems

Linux OS Problems General Linux-based OS problems.

Reply
 
LinkBack Thread Tools Display Modes
Old 12-February-07, 03:12 PM   #1 (permalink)
PCApex's Mac Man
Dreyco's Avatar
Default Installing RPM in Linux?

Ok so Im trying to install Bittorrent with is a .rpm file so I can't with Linux mint out of the box. So then I try to find it on the web. BINGO I found it but its a source code and I don't know how to go about installing things.

Maybe someone could point me in the direction of newbies tips and tricks of Linux? I don't even know where all the files are stored on this sucker...
Dreyco is offline     Reply With Quote
Old 13-February-07, 02:50 AM   #2 (permalink)
Apex's Squirrel Revolutionary
Fatsobob's Avatar
Default Re: Installing RPM in Linux?

RPM is the format that RedHat/Fedora uses to install their stuff. Think .deb, but not debian. I am not sure if you can install it or not onto mint. I am thinking no, but I have been wrong before.
If you are installing a .rpm of a client, I think they would supply the source code, in which you should compile it manually or make it a .deb in this case.
I have not played around much with debian, except on my new laptop, so if you wanna hit me up on IM tonight or tomrrow, I might be of some help.

Last edited by Fatsobob; 13-February-07 at 02:55 AM..
Fatsobob is offline     Reply With Quote
Old 13-February-07, 07:39 AM   #3 (permalink)
Evil 'Tweaking' Clown
EvilClown's Avatar
Default Re: Installing RPM in Linux?

RPM 's won't work in Debian and it's derivatives without a bit of messing around. Try something like this:

sudo apt-get install alien

sudo alien -d nameoffile.rpm (This should convert it to a .deb)

sudo dpkg -i nameoffile.deb (That will install it)

You shouldn't be installing packages manually though to be honest. Just use apt (apt-get) or Synaptic package manager.

apt-cache search searchterm (This searches the repos)

apt-get install packagename (This installs)

apt-get remove packagename (This uninstalls)

Bittorrent should be right in the repos, just do apt-cache search torrent, and it will show all the clients.
EvilClown is offline     Reply With Quote
Old 22-February-07, 10:45 PM   #4 (permalink)
Apex Tech Fanatic Supreme
Kratos's Avatar
Default Re: Installing RPM in Linux?

Quote:
Originally Posted by EvilClown
RPM 's won't work in Debian and it's derivatives without a bit of messing around. Try something like this:

sudo apt-get install alien

sudo alien -d nameoffile.rpm (This should convert it to a .deb)

sudo dpkg -i nameoffile.deb (That will install it)

You shouldn't be installing packages manually though to be honest. Just use apt (apt-get) or Synaptic package manager.

apt-cache search searchterm (This searches the repos)

apt-get install packagename (This installs)

apt-get remove packagename (This uninstalls)

Bittorrent should be right in the repos, just do apt-cache search torrent, and it will show all the clients.

I was about to say the same thing. But, I'll instead give this tidbit of knowledge to my fellow Linux users.

uTorrent is coded to be 100% Wine compatiable. If you use wine for any other program, then you can put uTorrent some where, make a script to launch it with wine, link that script to your PATH, and enjoy!
Kratos is offline     Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Windows, HELP GodlyGreek Windows OS Problems 1 24-December-05 01:45 PM
Installing Linux Reza Linux OS Problems 8 12-December-05 08:09 PM
Installing Windows x64 Jobistober Windows OS Problems 11 07-December-05 12:09 PM
Installing Linux haider254 Linux OS Problems 8 01-January-05 09:26 AM
Need Help Installing. Borne Motherboards / CPUs 6 08-June-04 12:08 AM


All times are GMT -5. The time now is 05:42 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Copyright PCApex.com, GameApex.com, ForumApex.com 2001 - 2008
Advertisements

Page generated in 0.14405 seconds with 9 queries