Table of Contents
Autopackage is a tool for creating portable application, that can be run on the wide range of the Linux distributions. But still binary portability is not an easy thing - Binary Portability
So what can be done if executable created with autopackage not portable enough ?
Those programs use different approach: them create from dynamically linked executable and all it's libraries one file.
This file can be copied to another machine without need to drag any library with it.