我在我的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
我对Nagios知之甚少,只读到它的系统监控工具。
我的公司有一个
1)Linux VPS server
2)Internal Ubuntu server
3)Internal window 2003 server
4)Internal linux server for testing
我只想和Nagios玩一玩,并且想知道,考虑到myt场景,Nagios在我的例子中如何帮助,或者它可以做什么改进来监视这些服务器。
所以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.
软件更新程序安装了最新的内核4.4.0-130,然后我重新启动,但在grub高级设置菜单中找不到它。我寻找它,却发现它没有在跑:
dpkg -l | grep linux-image
rc linux-image-4.4.0-109-generic 4.4.0-109.132 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-112-generic
我是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
我刚跑了:
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
我试图在google云引擎上的嵌套虚拟机中运行Linux审计系统。我面临的问题是,当我查看auditd状态时,Linux审计系统在几分钟后显示以下错误后将挂起。
جنوری 29 16:53:42 fuzzer-VirtualBox auditd[294]: Audit daemon has no space left on logging partition
جنوری 29 16:53:42 fuzzer-VirtualBox auditd[294]: Audit daemon is suspending logging due to no space left on logging p
我的软件中心停止更新我的软件,我得到了以下信息:
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
我正在尝试更新一些包,但我一直收到消息“未满足的依赖关系”。
我所做的
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
我想做更新,但似乎我的磁盘已经满了。我试过:
sudo apt-get install -f
但它给了我以下输出:
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:
checkbox-ng fonts-inconsolata gir1.2-gcon
我有一个挑战,以清洁引导驱动器,是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
我有一个瘦VPS运行Ubuntu14.04和自动安全更新。它用大量的内核更新填充了/boot分区。我正在尝试删除旧的包,但是我遇到了一个“未满足”的依赖项错误,要求我在继续之前修复另一个包。不幸的是,未满足的依赖项希望在分区上安装一个100%满的新内核。
$ sudo apt-get remove [an old linux-image* package]
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-
有人能建议我如何修改下面的代码,该代码目前正在计算本地系统(Windows)的空闲磁盘空间(C:),以便使用java计算远程计算机(Windows)的空闲磁盘空间(C:)?
import java.io.File;
public class DiskMemory
{
public static void main(String[] args)
{
File file = new File("C:");
//total disk space in bytes.
long totalSpace = file.g