I just installed Freespire 2.0.3. I had the same problem reported on this thread:
http://forum.cnr.com/message/2505#2505
(CNR client needs to be updated, it says it updates, but the update doesn't actually happen.) I got the new cnr_client software, but the dpkg won't complete because there are dependency problems:
dpkg: dependency problems prevent configuration of cnr-client:
cnr-client depends on libqt4-core (>= 4.3.0); however:
Version of libqt4-core on system is 4.2.3-0ubuntu3.
cnr-client depends on libqt4-gui (>= 4.3.0); however:
Version of libqt4-gui on system is 4.2.3-0ubuntu3.
cnr-client depends on libqt4-sql (>= 4.3.0); however:
Version of libqt4-sql on system is 4.2.3-0ubuntu3.
cnr-client depends on libssl-dev; however:
Package libssl-dev is not installed.
But if I try:
root@linux:/home/b/Computer/stuff# apt-get install libssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libssl-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libssl-dev has no installation candidate
Any suggestions?