1. 程式人生 > >安裝完Ubuntu 16.04之後要做的一些事

安裝完Ubuntu 16.04之後要做的一些事

    安裝好Ubuntu16.04系統後要做一些安裝清理、工作:

    1.安裝vim編輯器

            $ sudo apt-get install vim

    2.安裝搜狗拼音輸入法    

下載sogoupinyin_2.2.0.0108_amd64.deb安裝包;下載地址:https://pinyin.sogou.com/linux/
            執行安裝命令:

                    $sudo  dpkg -i  sogoupinyin_2.2.0.0108_amd64.deb

            如果出現錯誤,執行下面命令後再重新安裝。

                    $sudo apt-get install -f

    3.安裝WPS

下載wps-office_10.1.0.5672-a21_amd64.deb安裝包;

            下載地址:http://community.wps.cn/download/

             執行安裝命令:      
                    $sudo  dpkg -i  swps-office_10.1.0.5672-a21_amd64.deb
             如果出現錯誤,執行下面命令後再重新安裝。

                    $sudo apt-get install -f

    4.安裝openssh-server

 $ sudo apt-get install openssh-server

    5.刪除libreoffice

 $ sudo apt-get remove libreoffice-common

    6.刪除Amazon

$ sudo apt-get remove unity-webapps-common 

   7.自定義Unity位置

            移動Unity到螢幕底部:

                    gsettings set com.cannonical.Unity.Launcher launcher-position Bottom 

            移動Unity到螢幕右側:

                    gsettings set com.cannonical.Unity.Launcher launcher-position Right

            還原:

                    gsettings set com.cannonical.Unity.Launcher launcher-position Left

    8.清除安裝包

刪除為了滿足其他軟體包的依賴而安裝的,但現在不再需要的軟體包。                 $ sudo apt-get autoremove           將已經刪除了的軟體包的.deb安裝檔案從硬碟中刪除掉
                 $ sudo apt-get autoclean

    9.設定右鍵開啟終端

            安裝nautilus外掛

                    $sudo apt-get install nautilus-open-terminal

    10.將home目錄中文資料夾改為英文

            $export LANG=en_US

            $xdg-user-dirs-gtk-update

           彈出對話方塊,選擇更新英文路徑

          $export LANG=zh_CN