GPL-3.0-or-later AND LicenseRef-Callaway-LGPLv2+ AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
Время сборки
2025-04-10 12:02:47
Хост сборки
builder-x86-04.inferitos.ru
Краткое описание
Gives a fake root environment
Репозитории
Extras
Полное описание
fakeroot runs a command in an environment wherein it appears to have
root privileges for file manipulation. fakeroot works by replacing the
file manipulation library functions (chmod(2), stat(2) etc.) by ones
that simulate the effect the real library functions would have had,
had the user really been root.