====== Extract .img-Files with 7zip ======
To view and extract content from an ''.img''-file the tool ''7zip'' is required. (This guide should also work but slightly different with the 7zip-GUI on Windows).
==== View content ====
To view the content of such a file via CLI on Linux use:
7z l
For example:
{{:linux:linux-tutorials:7zip-list-content-of-img.png?800|}}
==== Extract content ====
To extract a file from an ''.img''-file use:
7z e
This //can// then look like this:
{{:linux:linux-tutorials:7zip-extract-file-from-img.png?800|}}