CDE (formerly known as CDEpack) automatically packages up the C ode, D ata, and E nvironment required to deploy and run your Linux programs on other machines without any installation or configuration. CDE is the easiest way to completely eliminate dependency hell . To get started, download the CDE binary ( 32-bit or 64-bit ) and follow these steps: 1. Package Prepend any set of Linux commands with the " cde " binary, and CDE will run them and automatically package up all files (e.g., executables, libraries, plug-ins, config/data files) accessed during execution. 2. Deliver make it align nicely with the other image A package is simply a directory that can be compressed and delivered to any x86-Linux machine. It contains all the files and environment variables required to run your original commands. Packages can range from 10 to 100 MB in size. 3. Run After recei...