LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   keepass.rmp (https://www.linuxquestions.org/questions/%2Absd-17/keepass-rmp-512263/)

angelus_kit 12-20-2006 09:55 AM

keepass.rmp
 
hi

iwhant to install keepass.rmp on my freebsd; i can install it ?

regard

frob23 12-20-2006 11:39 AM

Oh man, that's ugly... I sure hope the program is better made than it's written.

Here is what I would do (note this is outside the ports system so clean up could be nasty... keep the cpio file around so you know what belongs to this).

Code:

rpm2cpio keepass.rpm > keepass.cpio
cd /tmp
tar xcf /path/to/keepass.cpio
tar czpf - * | ( cd /compat/linux/usr/ ; tar xvzpf - )

Of course, you need other stuff here as well... like the Qt4 libraries... which I don't know if they're available. It make take some work getting them installed. Although those wouldn't be this backwards. The Qt4 libraries are available on the site... but you'll need to install them outside of the FreeBSD system as well... and that's not something I've ever tried doing.

If you must use this program, good luck. But there have to be other options out there.


All times are GMT -5. The time now is 09:42 PM.