LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-28-2005, 10:26 PM   #1
Prometheuz
Member
 
Registered: Dec 2004
Posts: 41

Rep: Reputation: 15
How to install files


Hello im new to linux i just got my Wireless PCI Adapter working today so finally i can surf the web with linux i have downloaded some files but since im new to linux how do i install them?!

Example :

LimeWireLinux.rpm
Also

opera-static_8.01-20050615.1-qt_en_i386.deb

im using Ubuntu


Anything Helps .. Thanks!

Last edited by Prometheuz; 06-28-2005 at 10:33 PM.
 
Old 06-28-2005, 10:55 PM   #2
fortezza
Member
 
Registered: Mar 2003
Location: Colorado
Distribution: Fedora Core 4
Posts: 297

Rep: Reputation: 30
Lightbulb

I am unfamiliar with Ubuntu, but if it has the Redhat Package Manager (RPM ) installed, then you can install it ( as root ) with "rpm -Uvh <filename>" . I am not familar with Debian (.deb) packages, but hopefully somone will come along and help you with that.
 
Old 06-28-2005, 10:59 PM   #3
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Debian packages use "dpkg" for installation: man dpkg will give you exact syntax, it's been a while since I've used Debian.
 
Old 06-28-2005, 11:02 PM   #4
Prometheuz
Member
 
Registered: Dec 2004
Posts: 41

Original Poster
Rep: Reputation: 15
Where could I go to find the tutorial , or how to install like my friend gave me this tip and this is what i get.

My friend told me to type this in : rpm -i LimeWireLinux.rpm

rpm -i LimeWireLinux.rpm
rpm: To install rpm packages on Debian systems, use alien. See README.Debian.
error: cannot open Packages index using db3 - No such file or directory (2)
error: cannot open Packages database in /var/lib/rpm
 
Old 06-28-2005, 11:03 PM   #5
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Ah, then you'll want to use the program called 'alien'. I presume it translates rpms to deb format for installation under Debian-based systems.
 
Old 06-28-2005, 11:12 PM   #6
Prometheuz
Member
 
Registered: Dec 2004
Posts: 41

Original Poster
Rep: Reputation: 15
Where can i get this program 'alien' I can tryed to google it yet come up with nothing yet fake Alien images heha! I searched Alien For Linux Alien For Debian
 
Old 06-28-2005, 11:16 PM   #7
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
You can find Alien here.
 
Old 06-28-2005, 11:18 PM   #8
Prometheuz
Member
 
Registered: Dec 2004
Posts: 41

Original Poster
Rep: Reputation: 15
Appearent i have alien i went in the terminal and typed in alien and it works i have been doing this ..

what am i doing wrong?


prometheus@leetness:~$ alien -i LimeWireLinux.rpm
Must run as root to convert to deb format (or you may use fakeroot).
prometheus@leetness:~$ su
Password:
root@leetness:/home/prometheus # su root
root@leetness:/home/prometheus # alien -d LimeWireLinux.rpm
limewire-free_4.8.1-1_i386.deb generated
root@leetness:/home/prometheus # alien -i LimeWireLinux.rpm
root@leetness:/home/prometheus # alien -i limewire-free_4.8.1-1_i386.deb

File "limewire-free_4.8.1-1_i386.deb" not found.
root@leetness:/home/prometheus #
root@leetness:/home/prometheus # alien limewire-free_4.8.1-1_i386.deb

File "limewire-free_4.8.1-1_i386.deb" not found.
root@leetness:/home/prometheus #
root@leetness:/home/prometheus # alien
root@leetness:/home/prometheus # alien LimeWireLinux.rpm
limewire-free_4.8.1-1_i386.deb generated
root@leetness:/home/prometheus #


But when I Do alien -i limewire-free_4.8.1-1_i386.deb it says it cant find it and when i look in the home dir , it isnt there.
 
Old 06-28-2005, 11:20 PM   #9
Prometheuz
Member
 
Registered: Dec 2004
Posts: 41

Original Poster
Rep: Reputation: 15
Wait , I think i got it but it isnt running ! I see the icon in my Internet Files but Limewire isnt opening up :S!
 
Old 06-28-2005, 11:33 PM   #10
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
"How to install P2P Gnutella Client (LimeWire)?"
http://www.ubuntuguide.org/#limewire
 
Old 06-28-2005, 11:35 PM   #11
Prometheuz
Member
 
Registered: Dec 2004
Posts: 41

Original Poster
Rep: Reputation: 15
I tryed that , at one point some of the commands dont run and nothing happends
 
Old 06-28-2005, 11:38 PM   #12
Prometheuz
Member
 
Registered: Dec 2004
Posts: 41

Original Poster
Rep: Reputation: 15
Ill try again i just found out I think the problem was that I didnt have java installed!
 
Old 07-30-2005, 05:23 PM   #13
jsdso1
LQ Newbie
 
Registered: Jul 2005
Location: Australia
Distribution: i dont know
Posts: 3

Rep: Reputation: 0
hey its really easy to install that

you just need to move to the directory where you downloaded that opera file and then type dpkg -install full file name here with the extension an example is

cd /home/jason/Desktop
dpkg --install opera-static_8.02-20050727.1-qt_en_i386.deb

there you go its installed

now to run that application just type

opera


tc have a nice day if your still having problems or i misunderstood your question drop me a mail
 
Old 07-30-2005, 05:28 PM   #14
jsdso1
LQ Newbie
 
Registered: Jul 2005
Location: Australia
Distribution: i dont know
Posts: 3

Rep: Reputation: 0
for an RPM

i dont suggest you try installing an RPM on this machine cause its a ubuntu ( debian linux) based machine.Alisa will convert the file but its possiable that it wont be very stable.Try findieng a debian based package the ones that have a .deb as their extension

and if you need a program like limewire there are tonz out there.Its highly probable that your looking for something like books etc. try these other programs

1) Mldonkey. (eDonkey, Soulseek, Fasttrack, Gnutella, Open Napster, Direct Connect, BitTorrent)
2) LimeWire. (Gnutella)
3) Lopster. (OpenNAP)
4) Gnapster. (OpenNAP)
5) eDonkey. (eDonkey) [Prop]
6) cDonkey. (eDonkey)
7) Gift client / server / fasttrack plugin (Fasttrack)
8) ed2k_gui.
9) Gtk-Gnutella. (Gnutella)
10) Qtella. (Gnutella)
11) Mutella. (Gnutella, console)
12) TheCircle.
13) Freenet. (fully anonymous p2p)
14) GNUnet.
15) Lmule. (eDonkey)
16) Xmule. (eDonkey)
17) Bittorrent.
18) PySoulSeek (Soulseek).
19) Loophole. (WinMX) [Prop]
20) Direct Connect.
21) QuickDC. (Direct Connect).
22) OverNet.
23) Apollon.
24) GrapeWine. (fully anonymous p2p)
25) Snark. (Bittorrent)


i would'nt sugges that you install them but its upto ya tc have a nice day
 
Old 07-30-2005, 05:29 PM   #15
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
"Install Opera in Ubuntu Hoary"
http://www.ubuntuforums.org/showthread.php?t=40467
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
old files from earlier install exist on new install of FC3 dr_zayus69 Linux - Hardware 0 01-08-2005 06:19 AM
How can I install Bin Files? or tg files? GeKsKe-XP Linux - Software 3 03-23-2004 03:54 PM
How do you install tar/gz files, and rpm files? Fear58 Linux - Software 6 02-14-2004 04:35 PM
cant install .bin files, tar.gz files or anyother format!!! madskillz Linux - Newbie 4 10-05-2003 10:28 AM
newbie, RH9: how to install Xinet and from where do I install and load files? kbusche Linux - Newbie 2 09-22-2003 01:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration