AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 607652
Accepted
Matthew Brown aka Lord Matt
Matthew Brown aka Lord Matt
Asked: 2015-04-11 06:56:56 +0800 CST2015-04-11 06:56:56 +0800 CST 2015-04-11 06:56:56 +0800 CST

从 /boot 中删除旧的 vmlinuz.* 文件是否安全

  • 772

里面有/boot很多vmlinuz.*文件可以追溯到 4 年前。删除其中一些是否安全?

编辑:大多数似乎都有congig-3.*和System.map.*文件一起去。我可能也想摆脱那些?或者相反?

12.04
  • 2 2 个回答
  • 10384 Views

2 个回答

  • Voted
  1. Best Answer
    Stéphane
    2015-04-11T07:04:26+08:002015-04-11T07:04:26+08:00

    如果您运行以下命令,它们将被自动删除:

    sudo apt-get autoremove
    

    更新:我找到了一个 VM,我已经有几周没有在其中运行这些命令了。下面是输出,显示autoremove清理了 /boot 中的文件,大小从 127M 减少到 96M:

    stephane@steph-dev-vm ~> du -hs /boot/
    127M    /boot/
    
    stephane@steph-dev-vm ~> sudo apt-get install -f
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
      linux-headers-3.16.0-30 linux-headers-3.16.0-30-generic linux-image-3.16.0-30-generic
      linux-image-extra-3.16.0-30-generic
    Use 'apt-get autoremove' to remove them.
    
    stephane@steph-dev-vm ~> sudo apt-get autoremove
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    The following packages will be REMOVED:
      linux-headers-3.16.0-30 linux-headers-3.16.0-30-generic linux-image-3.16.0-30-generic
      linux-image-extra-3.16.0-30-generic
    0 upgraded, 0 newly installed, 4 to remove and 0 not upgraded.
    After this operation, 281 MB disk space will be freed.
    Do you want to continue? [Y/n] y
    ...
    Found linux image: /boot/vmlinuz-3.16.0-31-generic
    Found initrd image: /boot/initrd.img-3.16.0-31-generic
    Found memtest86+ image: /boot/memtest86+.elf
    Found memtest86+ image: /boot/memtest86+.bin
    done
    
    stephane@steph-dev-vm ~> du -hs /boot/
    96M /boot/
    
    • 5
  2. Matthew Brown aka Lord Matt
    2015-04-28T14:30:41+08:002015-04-28T14:30:41+08:00

    答案似乎是安装了很多内核,我应该删除它们。

    我删除了最旧的使用sudo apt-get uninstall和通配符。如果你弄错了会有风险,但在其他方面是有效的。

    • 0

相关问题

  • 跨(全屏)应用程序拖放,通过 Alt-Tab 切换

  • Guake 终端在 Unity 中显示错误

  • 字体损坏:通过字符的行

  • 使用活动应用程序自动切换到工作区

  • 如何查看实际内存及其属性(插槽位置、大小、速度...)

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve