PDA

View Full Version : [SOLVED] How to uncompress(extract) patch.gz file ..



latha2
January 6th, 2016, 11:44 AM
Dear all,
I struck at decompress a patch.gz file
which is
patch-4.1.15-rt17.patch.gz
and also patching command for this just like we do for bz2
i.e
bzcat ../patch-x.x.x-rtx.bz2 | patch -p1 Anyone help me out ..
Thank you.

slickymaster
January 6th, 2016, 11:47 AM
You can either
gunzip patch-4.1.15-rt17.patch.gzor
gzip -d patch-4.1.15-rt17.patch.gz