Skip to main content
Add explicit instructions.
Source Link
Stephen Kitt
  • 484k
  • 60
  • 1.2k
  • 1.4k

The execve(2), fork(2) and printf(3) manpages are all in the manpages-dev package:

sudo apt install manpages-dev 

will make them available.

The execve(2), fork(2) and printf(3) manpages are all in the manpages-dev package.

The execve(2), fork(2) and printf(3) manpages are all in the manpages-dev package:

sudo apt install manpages-dev 

will make them available.

Source Link
Wieland
  • 6.7k
  • 3
  • 31
  • 33

The execve(2), fork(2) and printf(3) manpages are all in the manpages-dev package.