Peruse is a free and open source Comic Book Reader for Linux. Offering a user-friendly experience, Peruse allows you to enjoy a variety of comic book formats seamlessly. It caters to a wide range of comic book formats, including Comic Book Archive (cbz, cbr, cb7, cbt, cba), Portable Document Format (pdf), ePub Books (epub), DeVice Independent files (dvi), DeJaVu (djvu), and Compiled Help (chm). This comprehensive support ensures that you can enjoy your favorite comics regardless of the format they come in.
How to install Peruse on Ubuntu
To install Peruse on your system, open the terminal application (ctrl+alt+t) and run below apt install command.
sudo apt install peruse
After the installation, you can open it using below command or via the Show Apps Ubuntu application menu.
peruse
Install Peruse via Snap:
You can also install Peruse via below snap command.
sudo snap install peruse
Install Peruse via Flatpak:
In the terminal run below flatpak command. It will install the latest Peruse on your system
flatpak install flathub org.kde.peruse
And open it using below command.
flatpak run org.kde.peruse
And uninstall Peruse using below commands.
flatpak uninstall org.kde.peruse
[OR]
sudo flatpak uninstall org.kde.peruse