Downloading applications from the AUR using Docker
dockergui | ||
pkg-install | ||
README.md |
DockerAUR
Repo of scripts to download applications from the Arch User Repository (AUR) and execute them.
Example
Let's say we want to download Firefox from the AUR. Then,
./pkg-install firefox
To run graphically,
./dockergui firefox
Dependencies
For the download script:
- Docker
- Python >= 3.6
For the graphical executer:
- Xephyr
- ratpoison (optional)