rpm install
FizDev
ulist at gs1.ubuntuforums.org
Mon Jun 19 04:13:38 UTC 2006
Convert your RPM into a Deb
Install Alien (converts rpm to deb)
Code:
--------------------
sudo apt-get install alien
--------------------
Then convert your rpm this way (I think)
Code:
--------------------
sudo alien nameoftherpm.rpm
--------------------
This will create a .deb
To install the .deb do :
Code:
--------------------
sudo dpkg -i nameofthedeb.deb
--------------------
This way it should install everything needed
Edit : If you simply want to install the lib your missing do
Code:
--------------------
sudo apt-get install libbeecrypt6
--------------------
--
FizDev
More information about the ubuntu-users
mailing list