我的软件中心停止更新我的软件,我得到了以下信息:
The following packages have unmet dependencies:
linux-headers-generic : Depends: linux-headers-3.2.0-57-generic but it is not installed
linux-headers-generic-pae : Depends: linux-headers-3.2.0-57-generic-pae but it is not installed
因此,我尝试了apt和-f安装,但没有收到以下消息:
(Reading databas
我试着安装一些软件包,但我得到了这样的信息:
mail:/home/roland# apt-get install libapache2-mod-geoip
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:
libapache2-mod
所以apt-get告诉我使用-f安装
guy@server:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.
我使用已经有一段时间了,没有问题。但今天,当我试图打开项目时,远程容器未能打开,错误如下:
Command failed: docker exec -w /home/vscode/.vscode-server/bin/9833dd88 24d0faab /bin/sh -c echo 34503 >.devport
rejected promise not handled within 1 second: Error: ENOSPC: no space left on device, mkdir '/home/vscode/.vscode-server/data/logs/201
我有一个运行ubuntu自动安全更新的服务器,/boot现在几乎已经满了(93%)。下面是dpkg -l "linux-image*“的输出。
ii linux-image-3.2.0-24-generic 3.2.0-24.39 Linux kernel image for version 3.2.0 on 64 bit x86 SMP
ii linux-image-3.2.0-36-generic 3.2.0-36.57
我刚跑了:
sudo apt-get update && sudo apt-get dist-upgrade
这是我从第二个命令中得到的输出:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed
linux-headers-4.4.0-38 linux-headers-4.4.0-38-gen
我正在尝试更新一些包,但我一直收到消息“未满足的依赖关系”。
我所做的
sudo apt update // All good here
sudo apt install --only-upgrade certbot
通过apt安装,我得到以下消息(我翻译了这些消息,以便它们逐字不正确):
It's useful to run "apt-get -f install" to fix the following issues:
The following packages have unmet dependencies:
certbot : Depends: p
我制作了一个Dockerfile来构建一个基于另一个Dockerfile的映像。它使用阿尔卑斯Linux作为基础。
一切都很好,但是当我使用--all开关查看图像时,我得到了多个图像实例,这些实例似乎是我的映像和Alpine的图像的基础,它基于:
$ docker image ls -a
REPOSITORY TAG IMAGE ID CREATED SIZE
<none> <none> 5577c2
当我的试图使用夜间解析器(从8.4.3开始)安装时失败了:
$ stack --resolver $RESOLVER --no-terminal --install-ghc test --only-dependencies
Selected resolver: nightly-2018-06-05
Downloading nightly-2018-06-05 build plan ...
Downloaded nightly-2018-06-05 build plan.
Preparing to install GHC to an isolated location.
This will no
我是Ubuntu的新手。
我正在尝试安装一个新的应用程序,但是出现了一些未满足的依赖错误。
输入命令sudo apt-get install后,将得到以下错误:
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
linux-image-extra-4.4.0-87-generic : Depends: linux-image-4.4.0-87-generic but it is not going to be i
我试图理解OPENMP中嵌套的DO循环。关于这一点,有许多论坛,但我没有找到以下问题的答案。
让我们考虑两种情况。问题将低于代码。
案件a)
!$OMP PARALLEL DO
DO i = 1,N
DO j = 1,M
...code...
END DO
END DO
案件b)
!$OMP PARALLEL DO
DO i = 1,N
!$OMP PARALLEL DO
DO j = 1,M
... code ...
END D
有一天,我选择安装内核4.8.0-39,但它没有和返回错误,我没有给它一个值。但是现在我想安装更新和终端显示与它相关的错误,检查/var/lib/dkms/ndis包装/1.59/build/make.log文件,我在下面找到:
/var/lib/dkms/ndiswrapper/1.59/build/wrapndis.c: In function ‘tx_worker’:
/var/lib/dkms/ndiswrapper/1.59/build/wrapndis.c:707:16: error: ‘struct net_device’ has no member named ‘trans_s