zoukankan      html  css  js  c++  java
  • ubuntu安装后要做什么

      安装完ubuntu或者linux后应该做什么?首先在你安装完之后,都知道,很多系统都是有自带的一些软件之类,很多其实是不必要的,我们可以完全删掉,需要的时候再重装,那么安装完之后应该做什么呢?

      1、智能升级。安装新软件包,删除废弃的软件包:

    apt-get dist-upgrade;

      2、自动删除无用的软件:

    apt-get autoremove;

      3、删除libreoffice,libreoffice虽然是开源的,但是Java写出来的office执行效率实在不敢恭维,装完系统后果断删掉

    sudo apt-get remove libreoffice-common

      4、删除Amazon的链接:

    sudo apt-get remove unity-webapps-common

    3.删掉基本不用的自带软件(用的时候再装也来得及)派生到我的代码片

    sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku landscape-client-ui-install
    sudo apt-get remove onboard deja-dup

      这样系统就基本干净了,节省了很多的空间,至于需要再安装什么软件的自己去装就好了,比如输入法,vim,sublime等等。

  • 相关阅读:
    Andriod调试桥
    抓包工具charles的使用
    测试常用工具
    Indentation error codes
    Cmder 中文乱码的解决方法
    修改Cmder命令提示符
    统计单词出现的字数
    将字串内容输出到文件
    python数据实例str
    python语法检查工具
  • 原文地址:https://www.cnblogs.com/Song-Timfa/p/11170111.html
Copyright © 2011-2022 走看看