我有一个运行Ubuntu16.04.5LTS的VPS,直到最近,我才更新它。现在,当我尝试时,我会收到以下错误消息:
The following packages have unmet dependencies:
linux-headers-4.4.0-134-generic : Depends: linux-headers-4.4.0-134 but it is not installed
linux-image-virtual : Depends: linux-image-
这似乎是在我登录VPS时出现以下消息的同时发生的:
New release '18.04.1 LTS&
我试图为Qt软件做一个Linux版本,但我是一个无知的Linux新手。我用静态链接的Qt库构建了我的应用程序,并制作了.deb和.rpm包,但是当我测试它们时,我会收到一些发行版中缺少库的警告。例如,我的.deb版本在Debian和Ubuntu上运行良好,但由于缺少库,它不能在Linux上启动。运行ldd时,我发现有四个缺少的库:
libpng16.so.16 => not found
libicui18n.so.57 => not found
libicuuc.so.57 => not found
libicudata.so.57 => not found
显然,我需
我试图在Scala和SBT中使用MATSim。但是,我不能在没有编译错误的情况下添加依赖项。MATSim使用Maven,但我想将它添加到我的SBT项目中。这是我的build.sbt。
name := "matsim-console"
version := "0.1"
scalaVersion := "2.13.7"
lazy val matsimVersion = "13.0"
resolvers += "osgeo" at "https://repo.osgeo.org/repository/re
我有一个运行Ubuntu12.04LTS(GNU/Linux3.2.0-24-Genericx86_64)的工作服务器,包括apache和php。现在,我想通过运行以下命令来添加对php的curl支持:
apt-get install php5-curl
听起来很简单?不是的。我得到了这样的回应:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct
我想通过matplotlib安装pip。然而,我遇到了一些循环问题,在某种程度上,我陷入了困境。在终端中运行pip会产生:
Traceback (most recent call last):
File "/usr/bin/pip", line 5, in <module>
from pkg_resources import load_entry_point
File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 3080, in <module&g
为什么我不能在我的Ubuntu 16.04中安装一些软件包
如果我尝试:sudo apt-get install update,我得到:
The following packages have unmet dependencies:
linux-image-extra-4.4.0-64-generic : Depends: linux-image-4.4.0-64-generic but it is not going to be installed
linux-image-generic : Depends: linux-image-4.4.0-64-generic but it is no
我想安装的星号服务器有问题。我有一个亚马逊服务器,Ubuntu 12.04, 64 bit。我已经一步一步地遵循了的指示。我到了下载DAHDI文件夹并尝试使用"make"命令的部分,但是得到了下面的错误,这是我在底部发布的。我不是Linux天才,但我理解并试图解决的是。我的盒子里没有内核的源代码,但我不知道如何获得它们,也不知道如何修改它们,以便DAHDI能够工作。有人能帮忙吗?
/usr/src/dahdi- linux -complete-2.6.1+2.6.1# make /usr/src/dahdi-linux-complete-2.6.1+2.6.1/linux/d
我正在尝试安装teamviewer,并得到以下错误,整个过程如下所示
kittu@kittu-355V4C-356V4C-3445VC-3545VC:~$ sudo dpkg -i teamviewer_linux_x64.debdpkg: error processing archive teamviewer_linux_x64.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
teamviewer_linux_x64.de
代码运行良好,但突然之间,这个错误开始产生,尽管我没有更改代码基。
searched_tweets = ( status._json for status in tweepy.Cursor(api.search, q=query, count=300, since=from_date, until=to_date,
File "build/bdist.linux-x86_64/egg/tweepy/cursor.py", line 197, in next
File "build/bdist.linux-x86_64/egg/tweepy/cursor.py
dpkg: error processing linux-generic,在sudo apt-get install -f时遇到依赖错误
Setting up linux-image-generic (3.2.0.60.71) ...
dpkg: dependency problems prevent configuration of linux-generic:
linux-generic depends on linux-image-generic (= 3.2.0.58.69); however:
Version of linux-image-generic on system i
我是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
我无法通过ssh安装一个新的软件包。
sudo apt-get install default-jdk
给出以下错误:
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
default-jdk : Depends: default-jre (= 2:1.8-56ubuntu2) but it is not going to be installed
Depends: d
unattended-upgrade最近自动将我的内核升级到4.4.0-143,但是它不适用于Nvidia图形卡,所以我决定回滚到以前的版本。
我能够引导一个较旧的内核(4.4.0-141),并确认我正在用它引导我的计算机:
4.4.0-141-generic
但是当我尝试apt purge linux-image-4.4.0-143-generic时,apt会提示我确认:
The following NEW packages will be installed:
linux-image-unsigned-4.4.0-143-generic
那么,为什么卸载签名的内核需要安装一个未签名的版
我正在尝试使用DEB软件包在我的Ubuntu20.04上安装Amd64 v4.0.4(桌面调光器)。应用程序显示在“应用程序”菜单中,但没有打开。当尝试将其作为命令行实用程序运行时,我会得到以下错误:
user@thehost:~$ desktop-dimmer
Gtk-Message: 18:23:15.355: Failed to load module "canberra-gtk-module"
(desktop-dimmer:2454): Pango-ERROR **: 18:23:15.610: Harfbuzz version too old (1.2.7)
每当我尝试使用以下命令安装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-gene
我有一个运行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