1. 程式人生 > >Ubuntu 18.04 LTS (WSL) Note

Ubuntu 18.04 LTS (WSL) Note

以下命令請在 Root 許可權下執行

備份 source.list

mv /etc/apt/sources.list /etc/apt/sources.list.bak

從中科大映象下載 source.list
當使用 IPv4 下載不成功時用 IPv6

curl -o sources.list https://mirrors.ustc.edu.cn/repogen/conf/ubuntu-http-4-(lsbreleasesc)curlosources.listhttps://mirrors.ustc.edu.cn/repogen/conf/ubuntuhttp6(lsb_release -s -c) || curl -o sources.list https://mirrors.ustc.edu.cn/repogen/conf/ubuntu-http-6-

(lsb_release -s -c) mv ./sources.list /etc/apt/sources.list

更新系統

apt update apt upgrade

獲取中文包

apt-get install language-pack-zh-han*

開機中文化

echo “export LC_ALL=zh_CN.UTF-8”>>.profile

重新整理

source .profile

Linux 終端軟體
常用軟體一條命令安裝

apt-get install gcc g++ gdb clang ccache cppman python3 make-guile git mcedit mc w3m

程式設計工具
  • C/C++
    • GNU 的 C/C++ 編譯器
      gcc g++ gdb
    • Clang C/C++ 編譯器
      clang
    • 編譯器快取軟體
      ccache
    • C++ 查詢軟體
      cppman
  • 其他
    • Python 直譯器
      python3
  • 通用
    • Make 工具
      make-guile
終端工具
  • Git 分散式管理系統
    git
  • 多視窗工具
    tmux
  • 編輯器
    mcedit awk
  • 檔案管理器
    mc ranger
  • Manpage 簡化工具
    tldr
  • 瀏覽器
    w3m
  • 多執行緒下載工具
    aria2c
  • 程序管理工具
    htop glances
  • 網路相關
    ifconfig nc
  • 視訊編輯
    ffmpeg
  • 文字搜尋工具
    ag