User Tools

Site Tools


linux:centos:extract-multi-part-archive

This is an old revision of the document!


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.1692052719.txt.gz · Last modified: 2023/08/15 01:38 by odefta