how to install rpm tools in ubuntu7.04??.

Asked by Ananya Patel

for software installing software in ubuntu 7.04 it requires rpm tools..
 .I have try to install that by writing in terminal
 sudo apt-get install rpm
...but problem is not solved...help me...

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu rpm Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jigho (jigho) said :
#1

rpm are packages not intended for use with Ubuntu.
If you can't find the same software in an ubuntu or debian package, you can you the tool "alien" to convert the rpm package

Revision history for this message
Cesare Montedonico (cmontedonico) said :
#2

need to convert RPM to DEB... its easy
first make an apt-get with this package : alien and checkinstall

then just run this command as you wish.

To INSTALL the RPM without convert, type:

$ alien -i archivo.rpm

To CONVERT the RPM to DEB:

$ alien -d archivo.rpm

To INSTALL a DEB file:

$ dpkg -i archivo.deb

I hope this help

Can you help with this problem?

Provide an answer of your own, or ask Ananya Patel for more information if necessary.

To post a message you must log in.