https://github.com/dansnow/myapt
Ubuntu apt without root
https://github.com/dansnow/myapt
Last synced: about 1 year ago
JSON representation
Ubuntu apt without root
- Host: GitHub
- URL: https://github.com/dansnow/myapt
- Owner: DanSnow
- Created: 2017-02-02T02:27:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T03:12:29.000Z (about 9 years ago)
- Last Synced: 2025-02-10T11:33:19.924Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
myapt - apt without root
========================
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.
## Usage ##
```sh
$ myapt init # Only need by the first time, it will set up environment
$ myapt install some-package
```
## Install ##
Just download the scripts and place in your PATH.
## Commands ##
- init
Usage: `myapt init`
Set up environment for `myapt`
Current only support `bash` and `zsh`
- install
Usage: `myapt install `
Install package under `$HOME/.local`
## Depencies ##
- patchelf (But this can be install with `myapt` too)