Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Linux Newbie > RMP package files

Forgot Password?
 Linux Newbie   If you're new to the wonderful world of Linux, start here!

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 06-30-2007   #1 (permalink)
Just Joined!
 
Join Date: Aug 2005
Posts: 54
RMP package files

I downloaded an RMP package file...
how can I install it?

I tired
sudo apt-get install rpm
then
sudo rpm -i /home/user/Desktop/lazarus-0.9.22-0.i386.rpm

I got many errors:
error: Failed dependencies:
/bin/bash is needed by lazarus-0.9.22-0.i386
/bin/sh is needed by lazarus-0.9.22-0.i386
/usr/bin/env is needed by lazarus-0.9.22-0.i386
/usr/bin/make is needed by lazarus-0.9.22-0.i386
desktop-file-utils is needed by lazarus-0.9.22-0.i386
fpc = 2.0.4-0 is needed by lazarus-0.9.22-0.i386
fpc-src = 2.0.4 is needed by lazarus-0.9.22-0.i386
gdb is needed by lazarus-0.9.22-0.i386
gdk-pixbuf is needed by lazarus-0.9.22-0.i386
glibc is needed by lazarus-0.9.22-0.i386
gtk+ is needed by lazarus-0.9.22-0.i386
libX11.so.6 is needed by lazarus-0.9.22-0.i386
libXext.so.6 is needed by lazarus-0.9.22-0.i386
libXi.so.6 is needed by lazarus-0.9.22-0.i386
libc.so.6 is needed by lazarus-0.9.22-0.i386
libc.so.6(GLIBC_2.0) is needed by lazarus-0.9.22-0.i386
libc.so.6(GLIBC_2.1) is needed by lazarus-0.9.22-0.i386
libc.so.6(GLIBC_2.2) is needed by lazarus-0.9.22-0.i386
libcrypt.so.1 is needed by lazarus-0.9.22-0.i386
libdl.so.2 is needed by lazarus-0.9.22-0.i386
libdl.so.2(GLIBC_2.0) is needed by lazarus-0.9.22-0.i386
libdl.so.2(GLIBC_2.1) is needed by lazarus-0.9.22-0.i386
libgdk-1.2.so.0 is needed by lazarus-0.9.22-0.i386
libgdk_pixbuf.so.2 is needed by lazarus-0.9.22-0.i386
libglib-1.2.so.0 is needed by lazarus-0.9.22-0.i386
libgtk-1.2.so.0 is needed by lazarus-0.9.22-0.i386
libm.so.6 is needed by lazarus-0.9.22-0.i386
libpthread.so.0 is needed by lazarus-0.9.22-0.i386
libpthread.so.0(GLIBC_2.0) is needed by lazarus-0.9.22-0.i386
libpthread.so.0(GLIBC_2.1) is needed by lazarus-0.9.22-0.i386
librt.so.1 is needed by lazarus-0.9.22-0.i386
perl(Cwd) is needed by lazarus-0.9.22-0.i386
perl(Getopt::Std) is needed by lazarus-0.9.22-0.i386
perl(vars) is needed by lazarus-0.9.22-0.i386
how can I install it?
Instant is offline  


Reply With Quote
Old 06-30-2007   #2 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,058
Send a message via Yahoo to devils casper
* Ubuntu is Debian based and does not support packages in .rpm format. convert .rpm packages to .deb with alien. alien is available in sources.
* apt-get downloads and install packages from sources only. Install already downloaded packages with 'dpkg' command.
Code:
sudo dpkg -i <package_name>
most of packages are available in sources. i would suggest you to install packages through apt-get or Synaptic only.
open Synaptic, type package_name in Search box and install it.
or
Code:
sudo apt-get install <package_name>
check this Tutorial : How to Install Softwares in Linux?
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First

Last edited by devils casper; 06-30-2007 at 10:22 AM..
devils casper is offline   Reply With Quote
Old 06-30-2007   #3 (permalink)
Just Joined!
 
Join Date: Aug 2005
Posts: 54
so to install .rpm I should change it to .deb
I downloaded Alien but I have no idea how to use it ....
please help
Instant is offline   Reply With Quote
Old 06-30-2007   #4 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,058
Send a message via Yahoo to devils casper
Code:
alien -k <rpm_package>
it will convert .rpm to .deb format.
install .deb package with dpkg command.
Code:
sudo dpkg -i <.deb_package>
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 11:02 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2