Portable apps

Discussion in 'all things UNIX' started by firefox2008, Nov 28, 2012.

Thread Status:
Not open for further replies.
  1. firefox2008

    firefox2008 Registered Member

    How come there isn't a really easy way to use portable apps for Linux? With Windows I can stick them on a USB flash drive.
     
  2. Wild Hunter

    Wild Hunter Former Poster

    This is a rampant disadvantage of "Linux". Worst than all, the cheerleaders will surely come to this thread with trolling talk about live distros, as if live distros and portable apps were the same thing - they aren't.
     
  3. Mrkvonic

    Mrkvonic Linux Systems Expert

    The simple reason is, apps aren't statically compiled.
    You can do that - they will increase in size.
    And then you will end up with Windows size installs and such.

    You can create portable apps easily:

    ldd <binary>
    Copy all listed shared libs + binary to some folder.
    export LD_LIBRARY_PATH=some folder.
    Run binary from said folder.
    Portable.

    Mrk
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice