安装软件错误

安装软件错误

每当我安装任何软件/软件包时,我都会得到以下结果。该软件确实安装并正常运行但这不是预期的输出吗?我的系统出了什么问题?

Setting up extlinux (2:4.05+dfsg-2) ...
P: Checking for EXTLINUX directory... found.
P: Writing config for /boot/vmlinuz-3.5.0-49-generic...
P: Writing config for /boot/vmlinuz-3.5.0-36-generic...
P: Writing config for FreeDOS on /dev/sda1...
P: Installing debian theme...ln: failed to create symbolic link `/boot/extlinux/themes/debian': Operation not permitted
dpkg: error processing extlinux (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up crossplatformui:i386 (1.0.27) ...
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service acpid restart

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(8) and then start(8) utilities,
e.g. stop acpid ; start acpid. The restart(8) utility is also available.
acpid stop/waiting
acpid start/running, process 18879
package libqtgui4 exist
QT_VERSION = 4
make -C /lib/modules/3.5.0-49-generic/build M=/usr/local/bin/ztemtApp/zteusbserial/below2.6.27 modules
make[1]: Entering directory '/usr/src/linux-headers-3.5.0-49-generic'
  CC [M]  /usr/local/bin/ztemtApp/zteusbserial/below2.6.27/usb-serial.o
/usr/local/bin/ztemtApp/zteusbserial/below2.6.27/usb-serial.c:34:28: fatal error: linux/smp_lock.h: No such file or directory
compilation terminated.
scripts/Makefile.build:307: recipe for target '/usr/local/bin/ztemtApp/zteusbserial/below2.6.27/usb-serial.o' failed
make[2]: *** [/usr/local/bin/ztemtApp/zteusbserial/below2.6.27/usb-serial.o] Error 1
Makefile:1207: recipe for target '_module_/usr/local/bin/ztemtApp/zteusbserial/below2.6.27' failed
make[1]: *** [_module_/usr/local/bin/ztemtApp/zteusbserial/below2.6.27] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-3.5.0-49-generic'
Makefile:18: recipe for target 'modules' failed
make: *** [modules] Error 2
dpkg: error processing crossplatformui:i386 (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 extlinux
 crossplatformui:i386
E: Sub-process /usr/bin/dpkg returned an error code (1)

甚至从软件中心

在此处输入图片描述

sudo apt-get update并且关于 unity-tweak-tool 也有一个错误。

注意:尝试安装 Qt Creator 后,这个错误变得越来越长,以前它只有大约四五行,现在却这么长。

相关内容