Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux:linux-tutorials:extract-img [2025/03/23 11:43] – created Zyzonixlinux:linux-tutorials:extract-img [2025/03/23 12:00] (current) Zyzonix
Line 1: Line 1:
-===== Extract .img-Files with 7zip =====+====== 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: 
 +<code bash>7z l <path/to/file.img></code> 
 +For example: 
 + 
 +{{:linux:linux-tutorials:7zip-list-content-of-img.png?800|}} 
 + 
 +==== Extract content ==== 
 +To extract a file from an ''.img''-file use: 
 +<code bash>7z e <path/to/source/file.img> <file-in-img></code> 
 +This //can// then look like this: 
 + 
 +{{:linux:linux-tutorials:7zip-extract-file-from-img.png?800|}} 
  • linux/linux-tutorials/extract-img.txt
  • Last modified: 2025/03/23 12:00
  • by Zyzonix