Xx.tar.gzxxx.diff.gz patch usage

Source: Internet
Author: User
Tags diff patch

Xx.tar.gz's xxx.diff.gz patch usage:

In the beginning, we should determine which command is used to package your patch.

File xxx.patch.diff.gz

File xxx.diff.bz2

Decompress the package with the corresponding command.

1. # tar zxvf xx.tar.gz to get the directory xxx
2. # enter the cd xxxx directory
3. Method 1: zcat ../xxx.diff.gz | patch-p1
Method 2: # gzip-D xxx.diff.gz decompress the package and obtain the XXX. Diff patch file.
# Patch-P0 <XXX. Diff
Method 3: # cd XXXX directory
# Gzip-CD ../xxx.diff.gz | patch p1
 

Tar command: compress tar zcvf 12.tar.gz 124
Decompress: Tar zxvf 12.tar.gz

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.