我正在使用Ubuntu 18.04。当我运行sudo apt install libx11-dev时,我得到了以下输出:
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
distributi
我正试图在PI-3上安装icinga2 .我有以下设置:
树莓Pi 3 Ubuntu
Ubuntu服务器标准16.04
icinga2
我执行以下命令:
sudo add-apt-repository ppa:formorer/icinga
sudo apt-get update
sudo apt-get install icinga2`
我得到以下错误
The following packages have unmet dependencies:
icinga2 : Depends: icinga2-bin (= 2.4.1-2ubuntu1) but it is not going to
6个月前,我在虚拟机上安装了一个ubuntu。直到现在我还不需要一个ssh连接。但是,当我试图安装sshd时,我会得到以下错误:
root@onur-vmdesktop:/home/onur# apt-get install openssh-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested
我失去了我的统一3d,我想重新安装它。但是,当我想要重新安装它时,它会引发以下错误:
utm@utm:~$ sudo apt-get install unity
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 th
我试图安装php5-fpm软件包,但我有以下信息:
The following packages have unmet dependencies:
php5-fpm : Depends: php5-common (= 5.5.7+dfsg-1+sury.org~quantal+1) but 5.3.10-1ubuntu3 is to be installed
E: Unable to correct problems, you have held broken packages.
以下是完整的终端输出:
root@myserv /home/pw # sudo apt-get insta
当我尝试安装beanstalkd (sudo apt-get install beanstalkd),甚至尝试使用-f选项时,我都会遇到折叠错误,但是没有人能帮助我做什么。
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:
beanstalk
今天,我在~/.bash_aliases中创建了一个新别名:
alias upgrade='aptitude update && aptitude full-upgrade -y'
但是当我运行upgrade时,它显示:
E: Could not open the lock file "/var/lib/apt/lists/lock" - open (13: Permission denied)
E: Could not lock /var/lib/apt/lists/
我试着写:
alias upgrade='sudo aptitud
我在联想S21e-20上安装了Ubuntu14.04.2。为了在输入时获得双指滚动或挂起触控板之类的东西,我想安装xserver-xorg-input-synaptics,但是安装失败了,因为两个未满足的依赖关系,因为包被破坏了(下面的命令输出)。在默认情况下,所有这些软件包都应该已经安装(我的安装是新的,这是我在wi驱动程序安装之后在这个系统上做的第一件事)。
sudo apt-get install xserver-xorg-input-synaptics的输出:
Reading package lists... Done
Building dependency tree
R
我最近升级到Ubuntu20.04(从Ubuntu18.04)。在升级过程中,我注意到了一些与libwine-developement包相关的依赖问题。升级后,我尝试使用update和upgrade来查看是否修复了依赖项。
sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
--每当我执行命令sudo apt upgrade时,它的意思是
following packages have unmet dependencies:
libpam-modules : PreDepends: libpam-modules-bin (= 1.3.1-5ubuntu4) but 1.3.1-5ubuntu4.1 is installed
Recommends: update-motd but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no pac
我刚刚升级到20.04,从18.04和结束的26个破碎的软件包。我使用多个命令来解析它。这是我的尝试
sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... failed.
The following packages have unmet dependencies:
console-setup-linux : Depends: keyboar
我是树莓派与debian操作系统的初学者。
当我在"sudo gedit /etc/ld.so.conf.d/opencv.conf"上安装opencv-2.4.3时,我得到了这个错误:
"sudo: gedit:command not found"
然后我尝试安装"gedit“,但失败了,错误如下:
"The following packages have unmet dependencies:
gedit : Depends: libpeas-1.0-0 (>= 1.1.0) but it is not going to be ins
我用的是Debian 9 64位。我一直在努力让它发挥作用,但我不知道到底是怎么回事,所以我只想展示一下发生了什么:
sudo aptitude install wine32
Note: selecting "wine32:i386" instead of the virtual package "wine32" The following NEW packages will be installed: i965-va-driver:i386{a} libasound2:i386{a} libasound2-plugins:i386{a} libasyncns0
当我搜索安装Gimp时,我遇到了这个问题:
$ sudo apt-get install gimp
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 so
在执行sudo apt upgrade时,我会收到以下错误消息:
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 t
在试图安装GIMP时,我收到了这个错误消息。
The following packages have unmet dependencies:
gimp : Depends: python-gtk2 (>= 2.8.0) but it is not going to be installed
Depends: python:any (>= 2.6.6-7~)
E: Unable to correct problems, you have held broken packages.
这与我3年前问过的一个问题有关。从那以后,事情发生了一些明显的变化。其中一个明显的问题是,天赋本身已经从原来的0.8.12变到0.8.12,或者更准确地说-
$ aptitude --version
aptitude 0.8.12
Compiler: g++ 9.2.1 20190821
Compiled against:
apt version 5.0.2
NCurses version 6.1
libsigc++ version: 2.10.1
Gtk+ support disabled.
Qt support disabled.
Current library ve
在安装bspwm时,我使用以下命令:
sudo apt-get install libxcb-xinerama0-dev
我严格按照指示并添加了所列的存储库,但是我得到了错误:
The following packages have unmet dependencies:
libxcb-xinerama0-dev : Depends: libxcb-xinerama0 (= 1.11.1-1ubuntu1) but 1.12-1 is to be installed
E: Unable to correct problems, you have held broken packages.