| title | Fakeroot |
|---|---|
| parent | Other Software |
| nav_order | 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 fakerootconfigure with --with-ipc=tcp and build it.