====== 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