D
D
DVoropaev2021-12-07 12:06:31
linux
DVoropaev, 2021-12-07 12:06:31

How to list files in iso?

I have several iso installation images.
I need to check some files with a script for their presence in images.
I can open the image in the Enpragma manager and see the files I need.
I want to automate this

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Viktor Golovanenko, 2021-12-07
@drygdryg

Use isoinfo from cdrtools to list the ISO image:
isoinfo -l -i <образ>
either:
isoinfo -f -i <образ>
Install on Debian/Ubuntu:
sudo apt install genisoimage
https://manpages.ubuntu.com/manpages/focal/man1/is...

P
paran0id, 2021-12-07
@paran0id

You can mount isoshnik and work with it as with a regular directory.
You can install isoinfo and do this:
isoinfo -f -i ./rhel-8.1-x86_64-dvd.iso

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question