How to download and setup rpm2cpio
Open terminal and run command
git clone https://github.com/ruda/rpm2cpio.git
git clone is used to create a copy or clone of rpm2cpio repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with rpm2cpio https://github.com/ruda/rpm2cpio/archive/master.zip
Or simply clone rpm2cpio with SSH
[email protected]:ruda/rpm2cpio.git