isoinfo
Utility programs for dumping and verifying ISO disk images. More information: <https://manned.org/isoinfo>.
Install
- All systems
-
curl cmd.cat/isoinfo.sh
- Debian
-
apt-get install genisoimage - Ubuntu
-
apt-get install genisoimage - Arch Linux
-
pacman -S cdrtools - Kali Linux
-
apt-get install genisoimage - CentOS
-
yum install genisoimage - Fedora
-
dnf install genisoimage - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install genisoimage - OS X
-
brew install cdrtools - Raspbian
-
apt-get install genisoimage
Utility programs for dumping and verifying ISO disk images. More information: <https://manned.org/isoinfo>.
-
List all the files included in an ISO image:
isoinfo -f -i path/to/image.iso -
E[x]tract a specific file from an ISO image and send it out `stdout`:
isoinfo -i path/to/image.iso -x /PATH/TO/FILE/INSIDE/ISO.EXT -
Show header information for an ISO disk image:
isoinfo -d -i path/to/image.iso
© tl;dr; authors and contributors