apx
apx is the Vanilla OS package manager. It’s meant to be simple to use, but also powerful with support to installing packages from multiple sources without altering the root filesystem.
How to download and setup apx
Open terminal and run command
git clone https://github.com/Vanilla-OS/apx.git
git clone is used to create a copy or clone of apx repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with apx https://github.com/Vanilla-OS/apx/archive/master.zip
Or simply clone apx with SSH
[email protected]:Vanilla-OS/apx.git