Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 459 Bytes

fakeroot.md

File metadata and controls

26 lines (21 loc) · 459 Bytes
title parent nav_order
Fakeroot
Other Software
2

Use fakeroot

Fakeroot uses SYSV IPC by default.

WSL1 does not support SYSV IPC call.

Ubuntu or Debian or Fedora,etc...

fakeroot-tcp is included in package.

switch to use it.

# Ubuntu/Debian
update-alternatives --set fakeroot /usr/bin/fakeroot-tcp
# Fedora
alternatives --config fakeroot

Others (Build manually)

configure with --with-ipc=tcp and build it.