所以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.
我在网上搜索过,我在终点站接受了建议,没有人为我工作过。下面是我正在讨论的问题。似乎清除旧内核的代码已被破坏,但要修复它,我需要更多的空间,这是我的全部目的。我对Linux非常陌生,绝不是一个程序员,所以请跟我说清楚。
$ sudo apt autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The follow
又是我。我试图运行以下命令:sudo apt-get remove bitcoind,但我得到了以下响应:
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-image-generic-hwe-16.04 :
在apt升级后,我遇到了一个问题,收到了这样的消息:
The following packages have unmet dependencies.
libnvidia-ifr1-390 : Depends: libnvidia-gl-390 but it is not installed
libnvidia-ifr1-390:i386 : Depends: libnvidia-gl-390:i386 but it is not installed
nvidia-driver-390 : Depends: libnvidia-gl-390 (= 390.87-0ubuntu0~gpu1
以下代码可以在我的Windows开发环境下工作,但不能在我的产品Linux/Apache2/FastCGI env上工作。
在我的视图rhtml文件中:
<td id='first_column' class='column'>
<% content_for :head do #DO NOT CACHE THIS content for : HEAD %>
<%= stylesheet_link_tag('live_tree') %>
<%=
我在我的AWS Ubuntu t2微系统上得到了这个错误。我是Ubuntu/Linux的新手。在安装nodejs软件包时,它建议我运行sudo apt-get -f install。任何帮助都将不胜感激。
$sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed
我正在尝试使用gpsd在Ubuntu笔记本上安装sudo apt-get install gpsd。当我把它安装在另外两台Ubuntu笔记本电脑上时,它似乎还不错。它在那里正常工作。
在这里,我在第三台笔记本电脑上做了同样的工作,它安装了Ubuntu。在这里,我收到了一条消息:
root@Lab-X230:/home/igor# sudo apt-get install gpsd
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might wa
当我试图安装loggerpro时,这就是我得到的信息。我查看了论坛并尝试了以下命令:
sudo apt-get install --reinstall deconf
然后上面写着:unable to access package deconf,然后我试着
sudo apt-get install --reinstall debconf
然后我得到了
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'a
我试着用#yum install vim-enhanced安装vim增强的,我得到了一个类似于insufficient space in download directory /var/cache/yum/updates/packages的错误,我找到了一些这个问题的答案,但是我没有理解,因为我对linux环境非常陌生,我现在使用的是Fedora 18,请任何人帮我找出这个
我有一个挑战,以清洁引导驱动器,是100%满。
我列出以前的版本:
dpkg -l linux-映像*
会得到12个版本的清单,
rc linux-image-4.4.0-45-generic 4.4.0-45.66 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-47-generic 4.4.0-47.68 amd64 Linux kernel image for v
当我试图安装一些软件包时,我得到了以下输出:
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-image-extra-4.13.0-45-generic : Depends: linux-image-4.13
我无法通过运行自动清理来清理我的磁盘空间,也不能升级,因为我一直被要求运行apt-get -f install,但是因为它不会安装完整的磁盘。自动清洗不起作用清洗不起作用。以下是我尝试运行升级时的结果:
agiles@agiles-23-1015:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to co
我正在做一些linux编程,我遇到了一种情况,那就是blkid库中的库函数会泄漏一些内存……没有太多关于它的文档(),所以我求助于社区来寻找一些解决这个问题的方法。
该函数是blkid_get_cache和valgrind报告:
==29769== 4,129 (72 direct, 4,057 indirect) bytes in 1 blocks are definitely lost in loss record 68 of 69
==29769== at 0x4C29DB4: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd6
我有使用GridGain进行缓存和分布式锁定的分布式应用程序。当我的应用程序启动时,它就加入了服务器节点的网格。当我的一个节点最终停止(例如,我的应用程序重新部署)时,我遇到了这个问题,在加入网格之后,我的日志中有这样的内容:
[13:57:32,140][WARNING][main][GridDhtPreloader] <cacheLocks> Failed to wait for initial partition map exchange. Possible reasons are:
^-- Transactions in deadlock.
日安,
最近,“软件更新”通知我,我的电脑有软件更新。我点击了“显示更新”,然后“立即安装”。
这导致以下错误消息:
Not enough free disk space
The upgrade needs a total of 312 M free space on disk '/boot'. Please free at least an additional 312 M of disk space on '/boot'. You can remove old kernels using 'sudo apt autoremove', and
我在tclreadline2.1.0的tclreadline中给出了./configure,得到了这个错误
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
chec