How to open .CBZ files on Linux
To open .CBZ files on Linux, open the .cbz in Okular (it explicitly supports comic formats including CBZ).
Step-by-step instructions
- Open the .cbz in Okular (it explicitly supports comic formats including CBZ).
- To inspect or extract pages, open it with GNOME Archive Manager (File Roller), which lists support for “ZIP Archived Comic Book (.cbz)”.
- If double-clicking doesn’t work, check that your desktop’s MIME associations for *.cbz are set (shared-mime-info controls these mappings).
Recommended software
- Built-in extractor
- 7-Zip
- WinRAR
Alternative methods
- Open .CBZ in a browser-based viewer if desktop apps fail.
- Try opening .CBZ on Linux with a secondary app to rule out app-specific issues.
- Convert .CBZ only with trusted tools when direct opening is not possible.
Common issues
The .CBZ file opens as a ZIP instead of a comic
Because CBZ is ZIP-based, some systems treat it like a normal ZIP archive and open it in an archive utility instead of a comic reader.
- Install or choose a comic reader that supports CBZ and set it as the default for .cbz files.
- If you only need the content, extract the archive and view the images directly.
- On Linux desktops, ensure your MIME association for application/vnd.comicbook+zip / *.cbz points to your comic viewer (shared-mime-info is the basis for these associations).
Pages are in the wrong order
Most readers rely on filename sorting; inconsistent naming (e.g., 1.jpg, 10.jpg, 2.jpg) can lead to incorrect page order.
- Extract the images and rename them with zero-padded numbers (001, 002, 003...).
- Rebuild the archive as a ZIP and keep the .cbz extension.
- Re-open in your comic reader and verify the page order.
The .CBZ file won’t open or extraction fails
The file may be incomplete, corrupted, or not actually a ZIP-based comic archive.
- Try opening it with a ZIP-capable archive tool; if it reports errors, re-download the file from the source.
- Test in a different app (for example, on Linux try Okular for viewing and File Roller for extraction) to rule out a single-app issue.
- If it consistently fails across tools, assume the archive is damaged and request a new copy.
Double-clicking does nothing or opens the wrong app (Linux)
Your desktop environment may not have the right MIME association for .cbz files.
- Install a CBZ-capable viewer such as Okular or an archive tool such as File Roller.
- Use “Open With…” to pick the correct app and set it as default for .cbz.
- If needed, refresh/update MIME info on your system (Linux uses the shared-mime-info mechanism for filename globs like *.cbz).
Security note
CBZ is an archive format (ZIP). Treat it like any downloaded archive: it can contain unexpected files, not just images, so avoid blindly extracting and opening unknown contents.