Manga Reader is a free and open source offline manga reader application for Linux and Windows. Using this Manga Reader you can read manga from system local files. It supports zip, rar, tar, 7z, cbz, cbr, cbt, cb7 files and also folders. It comes with keyboard shortcuts support, bookmark mangas, fit width, fit height and setting max width, original size, manga vertical view and tree view.
How to Install Manga Reader on Ubuntu Linux
Manga Reader is available as a portable AppImage and flatpak package from flathub. Download Manga Reader in portable .AppImage file format from the above download link and save in your Downloads folder. Now in your terminal command line software (ctrL+alt+t) run below commands one by one.
cd Downloads
sudo chmod +x ~ mangareader-2.0.3-linux-64-gcc.AppImage
./mangareader-2.0.3-linux-64-gcc.AppImage
Here “mangareader-2.0.3-linux-64-gcc.AppImage” is the downloaded file name and Downloads is the path.
Install Manga Reader via Flatpak
If you don’t have flatpak in your system, then install flatpak and flathub on your system. After that restart your system. Now in the terminal app run Manga Reader flatpak install command.
flatpak install flathub com.georgefb.mangareader
You can open Manga Reader using
flatpak run com.georgefb.mangareader
Also uninstall Manga Reader using below flatpak command.
sudo flatpak uninstall com.georgefb.mangareader
That’s all.