在 Navicat wikihttp://wiki.navicat.com/wiki/index.php/Can_I_run_Navicat_on_64-bit_Linux%3F要运行 navicat,需要用以下命令安装所有 32 位库:
sudo apt-get install ia32-libs
此命令在 ubuntu 13.10 之前工作正常,但在 13.10 版本中,我收到此错误:
Package ia32-libs 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
However the following packages replace it:
lib32z1 lib32ncurses5 lib32bz2-1.0
E: Package 'ia32-libs' has no installation candidate
我已经安装了建议的包:
lib32z1 lib32ncurses5 lib32bz2-1.0
但 navicat 仍然无法运行。请帮帮我。
答案1
安装lib32z1
lib32ncurses5
lib32bz2-1.0
包后,还需要安装wine
才能运行 navicat。
sudo apt-get install wine