LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   installing a .patch file (https://www.linuxquestions.org/questions/linux-general-1/installing-a-patch-file-114561/)

nuzzy 11-10-2003 05:24 PM

installing a .patch file
 
I have a filename.patch file that I need to install. How do you install .patch files?

LogicG8 11-10-2003 05:30 PM

What are you trying to patch?
usually you extract a tarball or however the sourcecode
came. Have the patch in the same directory and issue a

patch -p0 < filename.patch

try

man patch

for more detail


All times are GMT -5. The time now is 09:19 PM.