Tag: 依赖项

无法在ubuntu 14.04上安装mysql server 5.5

我已经尝试了很多方法来安装mysql-server。 我首先尝试通过执行安装 sudo apt-get install mysql-client-5.5 mysql-server mysql-server-core-5.5 我被问到root密码,我做了。 但安装没有完成一些未满足的依赖性出现了。 与此问题非常相似。 然后我尝试了不同的组合,未满足的依赖问题消失了,但我开始得到这个 Preparing to unpack …/mysql-server_5.5.43-0ubuntu0.14.04.1_all.deb Unpacking mysql-server (5.5.43-0ubuntu0.14.04.1) … Errors were encountered while processing: /var/cache/apt/archives/mysql-server-5.5_5.5.43- 0ubuntu0.14.04.1_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1) 我已经尝试通过各种方法删除和清除依赖项,如问题2中所示 。 我也试过通过Aptitude这样做,并尝试再次安装mysql-server,但没有成功。 请帮帮我!

安装多个deb文件,同时尊重它们的依赖关系

为了支持多个.deb文件的离线安装 ,我正在使用: sudo dpkg -i dependencies/*.deb 我注意到有些软件包因为安装顺序而无法使用此方法 例如,当我安装mariadb-server-5.5及其依赖项时会发生这种情况: 如何在尊重其依赖项的同时安装*.deb文件? 我试图避免建立一个本地回购,因为它更难维护。 作为一种解决方法,我运行命令dpkg -i *.deb两次。

通过升级到17.04删除了BRACKETS,现在我无法安装它

我有Ubuntu 16.04,但当我将其升级到17.04时,在此过程中删除了括号编辑器,现在我无法安装它。 $ sudo apt install brackets Reading package lists… Done Building dependency tree Reading state information… Done You might want to run ‘apt –fix-broken install’ to correct these. The following packages have unmet dependencies: brackets : Depends: libpango1.0-0 (>= 1.22.0) but it is not installable teamviewer:i386 : Depends: libjpeg62:i386 but it is not installable […]

无法解析VLC包依赖关系

当我尝试安装VLC媒体播放器时,弹出: The following packages have unmet dependencies: vlc: Depends: vlc-nox (= 2.0.3-0ubuntu0.12.04.1) but 2.0.3-0ubuntu0.12.04.1 is to be installed Depends: libavcodec-extra-53 (>= 4:0.8-1~) but 4:0.8.3ubuntu0.12.04.1 is to be installed Depends: libavutil-extra-51 (>= 4:0.8-1~) but 4:0.8.3ubuntu0.12.04.1 is to be installed Depends: libc6 (>= 2.15) but 2.15-0ubuntu10 is to be installed Depends: libfreetype6 (>= 2.2.1) but 2.4.8-1ubuntu2 is […]

以下软件包具有未满足的依赖项:无法安装任何软件。 Ubuntu 16:04

尝试安装gitlab,VLC,GParted和其他软件包时,我有未满足的依赖项。 openssh-server : Depends: openssh-client (= 1:7.2p2-4) Depends: openssh-sftp-server but it is not going to be installed Recommends: ssh-import-id but it is not going to be installed 对于VLC: vlc : Depends: libgles1-mesa (>= 7.8.1) but it is not going to be installed or libgles1 Depends: libgles2-mesa (>= 7.8.1) but it is not going to be […]

写入失败(设备上没有剩余空间)

我正在使用Ubuntu虚拟机并尝试使用sudo apt-get install curl -y 。 我得到一个回复​​说有没有未满足的依赖关系,并说你可能想运行’apt-get -f install’来纠正这些: 所以,我执行apt-get -f install并遇到一个新问题: After this operation, 43.0 MB of additional disk space will be used. (Reading database … 273817 files and directories currently installed.) Preparing to unpack …/linux-image-3.13.0-91-generic_3.13.0-91.138_amd64.deb … Done. Unpacking linux-image-3.13.0-91-generic (3.13.0-91.138) … dpkg: error processing archive /var/cache/apt/archives/linux-image-3.13.0-91-generic_3.13.0-91.138_amd64.deb (–unpack): cannot copy extracted data for ‘./boot/vmlinuz-3.13.0-91-generic’ […]

我想卸载Python3并且只使用2.7

我输入到终端: sudo apt-get remove python3 它给了我以下输出: Reading package lists… Done Building dependency tree Reading state information… Done The following packages were automatically installed and are no longer required: fonts-dejavu-extra gir1.2-secret-1 icedtea-netx-common libbonobo2-0 libbonobo2-common libcpufreq0 libgconf2-4 libgif4 libgnome2-0 libgnome2-bin libgnome2-common libgnomevfs2-0 libgnomevfs2-common libidl-common libidl0 liborbit2 tzdata-java Use ‘apt-get autoremove’ to remove them. The following packages will […]

每次安装尝试都会返回错误代码(1)

mihirm3m@mihirm3m-HP-Pavilion-dv5-Notebook-PC:~$ sudo apt-get install steadyflow [sudo] password for mihirm3m: Reading package lists… Done Building dependency tree Reading state information… Done The following extra packages will be installed: libunique-1.0-0 The following NEW packages will be installed: libunique-1.0-0 steadyflow 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. 2 not fully installed or removed. […]

Ubuntu 16.10:teamviewer:i386依赖于libpng12-0

我无法安装teamviewer。 dpkg抱怨未解决的依赖: # dpkg -i teamviewer_11.0.67687_i386.deb Selecting previously unselected package teamviewer:i386. (Reading database … 169209 files and directories currently installed.) Preparing to unpack teamviewer_11.0.67687_i386.deb … Unpacking teamviewer:i386 (11.0.67687) … dpkg: dependency problems prevent configuration of teamviewer:i386: teamviewer:i386 depends on libpng12-0. dpkg: error processing package teamviewer:i386 (–install): dependency problems – leaving unconfigured Errors were encountered while […]

尝试apt-get install时出现“Unmet Dependencies”问题

任何时候我尝试使用命令安装python包: sudo apt-get install python-package 我得到以下输出: 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: linux-headers-generic : Depends: linux-headers-3.2.0-36-generic but it is not going to be installed linux-headers-generic-pae : Depends: linux-headers-3.2.0-36-generic-pae but it is not going […]