全新安裝Ubuntu Linux注意事項


  • 更新系統 [1]

    $ sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
    
  • git autocomplete

    $ sudo apt-get install git bash-completion
    
  • 傳統中文 language pack

    $ sudo apt-get install language-pack-zh-hant
    
  • 工具(Vim, Chromium)

    $ sudo apt-get install vim
    $ sudo apt-get install chromium-browser
    

參考:

[1]

update ubuntu system command line - Google search

update ubuntu system command line - DuckDuckGo search

update ubuntu system command line - Bing search

update ubuntu system command line - Yahoo search

update ubuntu system command line - Baidu search

update ubuntu system command line - Yandex search

command line - Update the system from terminal - Ask Ubuntu