[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: Can rpm packages from other linux distribution be used on Debian?



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thus spake Rick:
#     #rpm -ivh myproduct-xxx-xx.rpm
# the program will prompt: myproduct need perl >5.6, and the bash must be installed
# In fact,the 2 debian packages has been installed,I think rpm command will read info from only rpm DB on debian. 

This is generally not recommended, but the easiest thing to do would be to simply
add the --nodeps option on the command line:

rpm -ivh myproduct-xxx-xx.rpm --nodeps

If all dependencies are installed in Debian, you will find that the newly
installed RPM package will run flawlessly.  The RPM dependency check is only done
at install time, not at runtime.  The package will also be uninstalled properly
without complaining about dependencies:

rpm -e myproduct

HTH,
PRINCE
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFApSOnAl2SNUPt1I8RAgilAJ95ku4xjb1QBgQg29xyMAhVuUmNjQCfdhkS
6jV/7y+kHNT1zpEttmkWKlE=
=lbVA
-----END PGP SIGNATURE-----



Reply to: