As you may know, CuteReport is an open-source report solution, written in C++ and using the Qt4 libraries. It provides the user all the needed functions and its power can be extended via some plugins. The latest version available is CuteReport 0.8, which has been released a while ago. It comes with many improvements and fixes. For a full list of changes, see the release notes.

In this article I will show you how to install CuteReport 0.8 on 64 bit (amd64) Ubuntu, Linux Mint, Debian, Elementary OS, Pear OS and other Ubuntu and Debian derivates.
There is no repository available for CuteReport, and the official site provides us deb packages only for 64 bit systems. If you really want to install CuteReport 0.8 on 32 bit systems, you can try your luck and build it from sources.
How to install CuteReport 0.8 onĀ 64 bit Ubuntu, Linux Mint, Debian, Elementary OS and Pear OS systems:
$ wget -c http://sourceforge.net/projects/qreport/files/cutereport_0.8_amd64.deb
$ sudo dpkg -i cutereport_0.8_amd64.deb
$ sudo apt-get install -f