LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   patching (https://www.linuxquestions.org/questions/linux-software-2/patching-165493/)

ybaws 04-02-2004 04:28 PM

patching
 
hey everybody

i down a program (source code)and install it on my machine mandrake 9.1


i have the patch for that program and i want to install it
how i go about patching my installation

thanks

FunkyRes 04-02-2004 04:35 PM

typically -

tar -zxf package.tar.gz
cd package
patch -Np1 < ../file.patch

ybaws 04-02-2004 04:40 PM

thanks i'll try that

FunkyRes 04-02-2004 04:52 PM

if it doesn't work - try -Np0 instead.


All times are GMT -5. The time now is 03:43 PM.