Download
This is the latest official Comix release available through the sourceforge.net mirrors.
Installation
Run
python install.py install as root to install Comix in /usr/local.
To uninstall, simply run
python install.py uninstall.
If you wish to install Comix in another base directory, use the --installdir
option. Example:
python install.py install --installdir /usr.
If you have installed with --installdir, do not forget to use the same option
when uninstalling.
There is also an option, --no-mime, that can be used to tell install.py that it
should not register new mime types for cbz, cbr and cbt archives or install the
thumbnail creation script for these files used by some file managers.
Example:
# tar -xzf comix-x.y.tar.gz
# cd comix-x.y
# python install.py install
You can even run the
comix script file by it self in any location, but if you want
the custom icons and translations to be available you should either run it in the
source directory or install it.
Dependencies
You need
PyGTK 
2.8 or newer and
PIL 
(Python Imaging Library) 1.1.4 or newer
to run Comix. You also need
unrar 
if you wish to read RAR archives.
Alternative Comix packages
There are Comix packages available through some system's package managers, including:
- » Gentoo
- » Debian
- » Ubuntu
- » FreeBSD
- » NetBSD
- » OpenBSD
- » DragonFly BSD
- » Source Mage
- » Arch Linux --- [AUR
]
- » Linspire
- » ALT Linux
- » Fedora Extras
- » Mandriva Linux
- » SUSE --- [Guru
]
- » Frugalware Linux
- » Slackware --- [slacky.eu
]
Various RPMs can be found at
rpm.pbone.net 
(and probably in other places as well).
Up-to-date Ubuntu packages can also be found at
Asher256's Repository 
.
Note that these packages do not necessarily contain the latest version of Comix. If you want to be sure
about getting the latest version, you should install from the tarball above. Feel free to compile new Comix packages
for your favourite package manager.