Ver Mensaje Individual
  #2  
Antiguo 18-05-2004
Avatar de kinobi
kinobi kinobi is offline
Miembro
 
Registrado: may 2003
Posts: 2.621
Reputación: 26
kinobi Va por buen camino
Cita:
Empezado por Crandel
encontre algunos consejos para solcionarlo pero instalando paquetes rmp como podria hacerlo para Debian?
puedes instalar la utilidad rpm (paquete rpm):

Código:
juan@terminus:~$ apt-cache show rpm
Package: rpm
Priority: optional
Section: admin
Installed-Size: 1988
Maintainer: Anibal Monsalve Salazar <[email protected]>
Architecture: i386
Version: 4.0.4-28
Depends: libbz2-1.0, libc6 (>= 2.3.2.ds1-4), libdb3 (>= 3.2.9-19), 
  libpopt0 (>= 1.7), librpm4 (<< 4.0.5), librpm4 (>= 4.0.4), 
  zlib1g (>= 1:1.2.1), perl
Suggests: alien
Filename: pool/main/r/rpm/rpm_4.0.4-28_i386.deb
Size: 524754
MD5sum: 7a6e45b1fd843e62780ca0daff1ee2f8
Description: Red Hat package manager
 If you want to install Red Hat Packages then please use the alien
 package. Using rpm directly will bypass the Debian packaging system!
y después alien para debianizar el paquete rpm:

Código:
juan@terminus:~$ apt-cache show alien
Package: alien
Priority: optional
Section: admin
Installed-Size: 480
Maintainer: Joey Hess <[email protected]>
Architecture: all
Version: 8.44
Depends: debhelper (>= 3), perl (>= 5.6.0-16), rpm (>= 2.4.4-2), 
  dpkg-dev, make, cpio
Suggests: patch, bzip2, lsb-rpm, lintian
Filename: pool/main/a/alien/alien_8.44_all.deb
Size: 119676
MD5sum: f6f4dbfe0e03d9d5fb7395b53c9ca541
Description: install non-native packages with dpkg
 Alien allows you to convert LSB, Red Hat, Stampede and Slackware Packages
 into Debian packages, which can be installed with dpkg.
 .
 It can also generate packages of any of the other formats.
 .
 This is a tool only suitable for binary packages.
Saludos.
Responder Con Cita