linux:centos:extract-multi-part-archive
Table of Contents
Extract Multi-Part Archive
For a multi-part archive we can use 7-zip to extract it.
Example of multi-part archive:
export.zip
export.z01
export.z02
Steps to follow
Install epel-release repo
Skip this step if you already have it installed.
yum install epel-release
yum update
Install 7-zip
yum install p7zip p7zip-plugins
Extract the archive
7za x export.zip
linux/centos/extract-multi-part-archive.txt · Last modified: 2023/10/27 14:11 by odefta