7z文件的压缩包解压

当一个压缩文件被拆分成多个小的压缩包时,
此时需要对他们进行解压,

如下的介绍是在ubuntu 20 环境中。

To unzip the files shown in the diagram (split .7z archive files), follow these steps:

Prerequisites

Ensure you have the p7zip utility installed. On Ubuntu, install it by running:

sudo apt update
sudo apt install p7zip-full

Steps to Extract:

  1. Navigate to the Directory:
    Open a terminal and navigate to the folder containing the files:

    cd /path/to/your/files
    
  2. Extract the Split Archive:
    Run the following command to extract the files:

    7z x train.7z.001
    

    This command will automatically detect and combine the other parts (e.g., .002, .003, etc.) as long as all parts are in the same directory.

  3. Extract the Test Archive:
    Similarly, extract the test.7z.001 archive:

    7z x test.7z.001
    

Notes:

  • The files must remain in the same directory and should not be renamed.
  • The extraction process will merge all the split parts into the original files.

Let me know if you encounter any issues!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值