apx
Apx (/à·peks/) is the default package manager in Vanilla OS. It is a wrapper around multiple package managers to install packages and run commands inside a managed container.
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