zoukankan      html  css  js  c++  java
  • ubuntu boot空间不足的解决方法

    ubuntu boot空间不足的解决方法

    转载说明: 以下方法我已经试验过了,的确是可行的:

    $  uname -a
    Linux minjing 3.5.0-44-generic #67-Ubuntu SMP Tue Nov 12 19:36:14 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
    $ dpkg --get-selections|grep linux-image
    linux-image-3.5.0-17-generic install
    linux-image-3.5.0-39-generic install
    linux-image-3.5.0-40-generic install
    linux-image-3.5.0-41-generic install
    linux-image-3.5.0-42-generic install
    linux-image-3.5.0-43-generic install
    linux-image-3.5.0-44-generic install
    linux-image-extra-3.5.0-17-generic install
    linux-image-extra-3.5.0-39-generic install
    linux-image-extra-3.5.0-40-generic install
    linux-image-extra-3.5.0-41-generic install
    linux-image-extra-3.5.0-42-generic install
    linux-image-extra-3.5.0-43-generic install
    linux-image-extra-3.5.0-44-generic install
    linux-image-generic install
    $ sudo apt-get remove linux-image-3.5.0-17-generic

    $sudo apt-get remove linux-image-3.5.0-39-generic

    $sudo apt-get remove linux-image-3.5.0-40-generic

    $sudo apt-get remove linux-image-3.5.0-41-generic

    $sudo apt-get remove linux-image-3.5.0-42-generic

    $sudo apt-get remove linux-image-3.5.0-43-generic

  • 相关阅读:
    ant中build.xml文件解释
    mysql练习题
    Mysql基本知识
    Python Socket 简单聊天室2
    Python Socket 简单聊天室1
    Python 导入模块
    Python 文件的处理
    Python yield
    Python 内置函数
    Python 生成验证码
  • 原文地址:https://www.cnblogs.com/williamjie/p/9847666.html
Copyright © 2011-2022 走看看