Autor |
Nachricht |
|
Titel: Installing software from rpm
Verfasst am: 15.08.2006, 07:47 Uhr
|
|
Anmeldung: 15. Jul 2006
Beiträge: 136
Wohnort: Spanaway, Wa
|
|
I found a piece of software that I would like to install but it is .rpm. I did a search in the forum but didn't find anything relevant. I have learned how to do .tar.gz and bz2 but I am lost here. Can it be done? What do I need to do? Thanks for your help.
John |
|
|
|
|
 |
|
Titel:
Verfasst am: 15.08.2006, 07:56 Uhr
|
|

Anmeldung: 25. Mar 2005
Beiträge: 2133
|
|
Are you sure this program isn't in the Debian repositories? Try looking for it with apt-get update and apt-cache search. Or maybe it's "klikable", http://klik.atekon.de |
_________________ And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
|
|
|
|
 |
|
Titel: Installing software from rpm
Verfasst am: 15.08.2006, 07:58 Uhr
|
|
Team Member


Anmeldung: 06. Mai 2005
Beiträge: 3087
Wohnort: berlin
|
|
john,
we dont encourage to use .rpm in debian. it is the redhat package format.
there is alien (installed) to convert from .rpm to .deb, but it might damage your package system sooner or later.
so better look for a debian .deb package.
what tool is that anyways?
greetz
devil |
_________________ <<We are Xorg - resistance is futile - you will be axximilated>>
Host/Kernel/OS "devilsbox" running[2.6.19-rc1-git5-kanotix-1KANOTIX-2006-01-RC4 ]
CPU Info AMD Athlon 64 3000+ clocked at [ 803.744 MHz ]
|
|
|
|
 |
|
Titel:
Verfasst am: 15.08.2006, 14:45 Uhr
|
|
Anmeldung: 25. Jun 2006
Beiträge: 56
|
|
like ockham23 and devil said, try to check if the program is in the debian repositories or if it is available in klik. if you have no other choice, you can try doing the following as root:
Code:
#alien <packagename>.rpm
#dpkg -i <name of package alien created>.deb
|
|
|
|
|
 |
|
Titel:
Verfasst am: 16.08.2006, 00:19 Uhr
|
|
Anmeldung: 15. Jul 2006
Beiträge: 136
Wohnort: Spanaway, Wa
|
|
Enough said, I don't need it that bad. Just something I saw and thought I would try. Thanks to all of you and I will now stay away from rpm.
John |
|
|
|
|
 |
|