[Apps from one build of Linux to another] -



Apps from one build of Linux to another

Discuss Apps from one build of Linux to another



Posted by: mrdinkel

Ok Folks, here's a (maybe) out-there question.

I've got two builds of linux, both based on Knoppix(Debian). One build has a write-to-NTFS side, the other has the apps I want, but I'm not sure how to get the apps from the Full-of apps build to the NTFS-write build.

I've tried firebird on the new build, and it doesn't like it...(Maybe user error :D)

Can I possibly copy the apps folder ( If i can find it) to my external USB drive, and then go from there?



Posted by: whiteknight

I'm not positive but I don't think you can. If you have the *.rpm you can just install everything again.



Posted by: mrdinkel

Well, rpm's are redhat and such.

I think I'll just see if i can get all the individual apps and redo.



Posted by: lo_tek

I believe that if library dependencies are not an issue, you should be able to copy the original folder (the one you cd'd to and compiled all the source in... ie, ran ./configure, make, and make install) assuming you did compile from source... anyway, you copy that folder to your new box and just run make install again for each app. I think this might work, again assuming that library deps are not an issue. At the very least, it's worth a shot. I'm not even sure if I understood the problem correctly, but let us know how it goes.



Posted by: mrdinkel

Like you said, lo-tek,I ran into issues with dependancy. What I'm gonna try ( half-cocked attempt) is to copy my whole knoppix directory -(50 mb, so not a bad hit on my 30 gig externam) with all apps, and then boot into the other os, and try to run the apps.

Thanks for the suggestions folks.

From one linux noob to another handful. :d



Posted by: lo_tek

hmmm... nothing like lib deps to put a damper on things. well, either way, good luck with the efforts.



Posted by: whiteknight

[quote]
Well, rpm's are redhat and such.
[/quote]

Not always. Some other distros are begining to supourt them. Red hat made their system open source.