+ -
当前位置:首页 → 问答吧 → win7使用wubi安装ubuntu,没有自动重启!

win7使用wubi安装ubuntu,没有自动重启!

时间:2011-11-29

来源:互联网

我用install 命令安装了eclipse-platform。结果发现磁盘空间不够。我想把它们删掉。我用rm不行。请哪位大虾给我指点下。谢谢了。还有磁盘空间不足的问题,怎么解决。不重装系统

作者: [email protected]   发布时间: 2011-11-29

apt-get remove

作者: eexpress   发布时间: 2011-11-29

如果你是
代码:
sudo apt-get install eclipse-platform

安装的,那就用
代码:
sudo apt-get remove eclipse-platform

来删除。

作者: 懒蜗牛Gentoo   发布时间: 2011-11-29

代码:
sudo apt-get remove --purge eclipse-platform

作者: mengyanxu   发布时间: 2011-11-29