我在网上搜索过,我在终点站接受了建议,没有人为我工作过。下面是我正在讨论的问题。似乎清除旧内核的代码已被破坏,但要修复它,我需要更多的空间,这是我的全部目的。我对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
所以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.
亚马逊网络服务上的EC2机器充满了多个linux头文件,目前磁盘空间已经100%满了。我运行了像apt-get autoremove这样的命令,但是它抛出了一个错误
No apport report written because the error message indicates a disk full error
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
我可以通过rm命令删除旧的标头吗?安全吗?如果我使用rm命令删除,我应该在那之后做任何清理吗?以下是headers列表:
du -h -d
又是我。我试图运行以下命令: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 :
当我试图安装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
我收到一条错误消息:“卷boot只剩下5.3MB的磁盘空间。”
我在这个站点上查看了一些答案,我找到的关闭的答案提到了旧的linux内核,但是下面是我所有内核的列表。
ii linux-image-3.5.0-17-generic 3.5.0-17.28 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-18-generic 3.5.0-18.29 i386 Linux kernel image for versio
我有一个挑战,以清洁引导驱动器,是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
我刚跑了:
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-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
日安,
最近,“软件更新”通知我,我的电脑有软件更新。我点击了“显示更新”,然后“立即安装”。
这导致以下错误消息:
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
我在网上到处搜索,发现很多人几乎都有同样的问题,但在一些小的方面与我的不同。我已经尝试了我找到的每一个解决方案,但都没有效果。
无论何时使用apt-get,我都会得到一个很大的错误,我不会发布整个输出,因为它有多大,但以
gzip: stdout: No space left on device
E: mkinitramfs failure cpio 141 gzip 1
update-initramfs: failed for /boot/initrd.img-4.4.0-103-generic with 1.
run-parts: /etc/kernel/postinst.d/initra
当我试图通过软件中心或终端安装程序时,我一直收到错误信息。
这是我在终端安装失败后得到的代码。
Preconfiguring packages ...
(Reading database ... 540926 files and directories currently installed.)
Removing linux-image-extra-4.4.0-71-generic (4.4.0-71.92) ...
depmod: FATAL: could not load /boot/System.map-4.4.0-71-generic: No such file or direct
我在一台安装了可靠服务器的机器上运行apt-get升级。我似乎收到了以下错误
asdf@pqrs:/⟫ sudo apt-get upgrade
Reading package lists...
Done Building dependency tree
Reading state information...
Done Calculating upgrade...
Done
The following packages were automatically installed and are no longe
我正在尝试使用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
我在我的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