viernes, 11 de noviembre de 2022

How to install packages per-user? Install applicactions only one user, single user?

How to install packages per-user? Install applicactions only one user, single user?

https://askubuntu.com/questions/250338/how-to-install-packages-per-user

Easiest way, IMO, is to compile from source.

Just specify a location with 'prefix'

./configure --prefix=/home/your_user/
make
make install

o en --prefix=/home/your_user/bin

No hay comentarios:

Publicar un comentario