Mysql 无法在Ubuntu上安装libjpeg-turbo8-dev

Mysql 无法在Ubuntu上安装libjpeg-turbo8-dev,mysql,ubuntu-13.10,libjpeg-turbo,Mysql,Ubuntu 13.10,Libjpeg Turbo,我试着像这样安装libjpeg-turbo8-dev feng@HP:~$ sudo apt-get install libjpeg-turbo8-dev [sudo] password for feng: Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically install

我试着像这样安装libjpeg-turbo8-dev

feng@HP:~$ sudo apt-get install libjpeg-turbo8-dev
[sudo] password for feng: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  kde-l10n-engb libasn1-8-heimdal:i386 libasound2:i386 libasyncns0:i386
  libaudio2:i386 libavahi-client3:i386 libavahi-common-data:i386

  {***many packages***}

  libxml2:i386 libxmu6:i386 libxrender1:i386 libxt6:i386    
  libxxf86vm1:i386 mysql-common openjdk-7-jre-lib
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  libjpeg-turbo8-dev
0 upgraded, 1 newly installed, 0 to remove and 39 not upgraded.
1 not fully installed or removed.
Need to get 0 B/420 kB of archives.
After this operation, 1 219 kB of additional disk space will be used.
(Reading database ... 261347 files and directories currently installed.)
Unpacking libjpeg-turbo8-dev:amd64 (from .../libjpeg-turbo8-dev_1.3.0-0ubuntu1.1_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/libjpeg-turbo8-dev_1.3.0-0ubuntu1.1_amd64.deb (--unpack):
 trying to overwrite '/usr/include/jmorecfg.h', which is also in package libjpeg-turbo-devel 1.3.0-3
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/libjpeg-turbo8-dev_1.3.0-0ubuntu1.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
我的Ubuntu是13.10 我想安装libjpeg-turbo8-dev,因为我想安装mysql服务器和mysql客户端。这取决于这个包裹

feng@HP:~$ sudo apt-get install mysql-server mysql-client
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 libjpeg8-dev : Depends: libjpeg-turbo8-dev (>= 1.1.90+svn722-1ubuntu6) but it is not going to be installed
 mysql-client : Depends: mysql-client-5.5 but it is not going to be installed
 mysql-server : Depends: mysql-server-5.5 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

您可以尝试安装synaptic软件包管理器:

sudo apt-get install synaptic
是一个与java运行时有类似问题的人。如果synaptic没有的话,也许这可以帮助你


否则,我不确定您是否真的需要开发包…

我尝试过,但如果没有libjpeg-turbo8,我可以在我的计算机上安装nothingubuntu@fengyl没有libjpeg-turbo8就不能安装synaptic?然后你的Ubuntu坏了。试着问问askubuntu,他们更有可能帮助你@他们解决了你的问题吗?如果是,请编辑问题的解决方案或张贴它作为进一步参考答案。