Comment 3 for bug 960633

Revision history for this message
Daniel Manrique (roadmr) wrote :

Here's the install log for the 0.13.5 packages on a Precise system.

Note that I first list the installed packages, showing that the system only had checkbox and checkbox-qt installed.

Then I install all the checkbox .debs *except* checkbox-urwid (since the Precise system didn't have python-urwid installed), which will upgrade those and add checkbox-cli and checkbox-gtk.

$ dpkg --list "checkbox*"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii checkbox 0.13.4 System testing application
un checkbox-cli <none> (no description available)
un checkbox-gtk <none> (no description available)
ii checkbox-qt 0.13.4 QT4 interface for checkbox

$ sudo dpkg --install checkbox{,-cli,-gtk,-qt}_0.13.5_*deb
(Reading database ... 127469 files and directories currently installed.)
Preparing to replace checkbox 0.13.4 (using checkbox_0.13.5_i386.deb) ...
Unpacking replacement checkbox ...
Selecting previously unselected package checkbox-cli.
Unpacking checkbox-cli (from checkbox-cli_0.13.5_all.deb) ...
Selecting previously unselected package checkbox-gtk.
Unpacking checkbox-gtk (from checkbox-gtk_0.13.5_all.deb) ...
Preparing to replace checkbox-qt 0.13.4 (using checkbox-qt_0.13.5_i386.deb) ...
Unpacking replacement checkbox-qt ...
Setting up checkbox (0.13.5) ...
Processing triggers for man-db ...
Processing triggers for hicolor-icon-theme ...
Setting up checkbox-gtk (0.13.5) ...
Setting up checkbox-qt (0.13.5) ...
Setting up checkbox-cli (0.13.5) ...
Processing triggers for desktop-file-utils ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for gnome-menus ...

I then ran System Testing and completed a short test run without problems, so Checkbox seems to be working fine.