Hello Linux Geeksters. As you may know, Advanced Comic Book Format Viewer (ACBF) is an open source application for reading comic books. Among others, it has support for auto processing, indexing, comic book management and conversion into different formats. The latest version available is Advanced Comic Book Format Viewer 1.0. For more information, see the official changelog.

In this article I will show you how to install Advanced Comic Book Format Viewer (ACBF) 1.0 on Ubuntu, Linux Mint, Pear OS, Elementary OS, Debian Wheezy, Kwheezy and Crunchbang.
Because it is not available via any PPA or repository, we have to install the dependencies via apt-get install, download and extract the ACBF archive from launchpad and run the installation script. Like this:
$ sudo apt-get install python-lxml python-imaging
$ wget https://launchpad.net/acbf/trunk/1.0/+download/ACBFViewer-1.0_linux.tar.gz
$ tar -xzvf ACBFViewer-1.0_linux.tar.gz
$ sudo ./install.py