How to solve 'ros-fuerte-octovis : Depends: libqt4 but it is not installable' ?
I try to run:
sam@sam:~$ sudo apt-get install ros-fuerte-octovis
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ros-fuerte-octovis : Depends: libqt4 but it is not installable
Depends: libqglviewer-qt4 but it is not installable
E: Unable to correct problems, you have held broken packages.
sam@sam:~$
What's this question means? Which lib caused couldn't install libqt4?
How to find that and fix it?
Thank you~
================================================
I try to run:
sam@sam:~$ sudo aptitude install ros-fuerte-octovis
The following NEW packages will be installed:
ros-fuerte-octovis{b}
0 packages upgraded, 1 newly installed, 0 to remove and 187 not upgraded.
Need to get 190 kB of archives. After unpacking 561 kB will be used.
The following packages have unmet dependencies:
ros-fuerte-octovis : Depends: libqt4 which is a virtual package.
Depends: libqglviewer-qt4 which is a virtual package.
The following actions will resolve these dependencies:
Keep the following packages at their current version:
1) ros-fuerte-octovis [Not Installed]
Accept this solution? [Y/n/q/?] y
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 187 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "zh_TW:zh",
LC_ALL = (unset),
LC_MESSAGE = "en_US.UTF8",
LANG = "en_US"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
sam@sam:~$
But after this operation, the problem still the same.
I still can't install ros-fuerte-octovis.
How to solve it?
Thank you~