On Tue, Nov 23, 2010 at 11:14 AM, Javier Arantegui <[email protected]> wrote: > Hi! > > Probably this a silly e-mail and it has been answered before but it > seems that I'm not able to find it. > > I want to use gnote in my laptop but I don't want to install all Fink > in it because my HD is almost full. In my desktop machine I have got > Fink and everything needed to install and use Fink. Is there an easy > way to "package" gnote and all the requires files in a single package > that I could copy in my laptop? > > I know that I could use Tomboy but I don't want to install Mono in my > laptop. I know too that the best solution would be to use a native > version of Tomboy but I wasn't able to find anything. I use a Linux > laptop too and I need compatibility between all three machines. > > Javier > > > -- > Lee mi blog: "Un pequeño paso para Neil" http://up3n.wordpress.com/ > ¡Ahora también en Twitter! http://twitter.com/javierarantegui >
A minimal Fink installation shouldn't be that much overhead compared with some of gnote's dependencies, like gtk+2 and the gnome libraries. If you find the whole runtime dependency tree of gnote, e.g. via using "apt-cache dotty gnote" on your desktop machine, you can copy all of the relevant .deb files onto a removable drive, and then use "sudo dpkg -i --force-depends <list of .deb files>" to install all of them, if you have at least a basic Fink installation. -- Alexander K. Hansen akh AT finkproject DOT org Fink User Liaison and Documenter ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
