Instalando pacotes do Gentoo como um usuário comum (não-raiz)

8

É possível instalar pacotes Gentoo (programas habilitados para ebuild, programas com suporte para portage) como um usuário comum (non-root) para o próprio diretório pessoal ( --prefix=$HOME ou algo parecido)?

    
por Jakub Narębski 28.05.2011 / 08:19

1 resposta

4

Tenho certeza de que isso deve ser possível usando o Prefixo do Gentoo .

Usually, Gentoo's Portage installs in the root of the filesystem hierarchy, '/'. On systems other than Gentoo Linux, this usually results in problems, due to conflicts of software packages, unless the OS is adapted like Gentoo/FreeBSD. Instead, Gentoo Prefix installs with an offset, allowing to install in another location in the filesystem hierarchy, hence avoiding conflicts. Next to this offset, Gentoo Prefix runs unprivileged, meaning no root user or rights are required to use it.

    
por 28.05.2011 / 16:22