myapt is a script that help you to install a software from apt without root permission.
It install all the depencies under $HOME/.local and patch the exectuable file.
$ myapt init # Only need by the first time, it will set up environment
$ myapt install some-packageJust download the scripts and place in your PATH.
- init
Usage:myapt init
Set up environment formyapt
Current only supportbashandzsh - install
Usage:myapt install <package-name>
Install package under$HOME/.local
- patchelf (But this can be install with
myapttoo)