title | parent | nav_order |
---|---|---|
Fakeroot |
Other Software |
2 |
Fakeroot uses SYSV IPC by default.
WSL1 does not support SYSV IPC call.
fakeroot-tcp is included in package.
switch to use it.
# Ubuntu/Debian
update-alternatives --set fakeroot /usr/bin/fakeroot-tcp
# Fedora
alternatives --config fakeroot
configure with --with-ipc=tcp
and build it.