Copied to clipboard

patch

This command line is used to fix problems with software or systems.

Example

Fix a package:

patch -p /path/to/package

Quiet mode:

patch -p /path/to/package -s

Force repair:

patch -p /path/to/package -f