I am looking to do a file-listing of all files/packages in an .iso either to stdout or to a file. It would be nice if the file-listing is complete as in $ls -l so I have all the necessary data to manipulate and take a call based on the data I have. I don't want to mount the .iso but read through it. as I would a directory.
Look forward to know.