LPM: Local Package Manager
Want to install software without root?
Installation
Download LPM by wget or any browser, add an execution permission to the downloaded file, type 'lpm initlocaldir'. Then everything runs automatically. Here is an example:
$ wget https://lpm.bio/lpm
$ chmod +x ./lpm
$ ./lpm initlocaldir
After 'lpm initlocaldir', LPM is copied into ~/lcl/bin/lpm, so the downloaded LPM can be safely removed.
$ rm lpm