Install a package on a folder.

How can I install an applicatio with pkg install command to a folder?

Example:
mkdir /home/user/vscode
sudo pkg install vscode ---> to the folder /home/user/vscode with all the package content and its directories.
 
Back
Top