LoginSignup
2
2

More than 5 years have passed since last update.

Ubuntu18.04をインストールしたとき、まずやること

Last updated at Posted at 2018-08-24
# とりあえずアップデート
sudo apt update && sudo apt upgrade

# ドキュメントなどのディレクトリを英語にする
LANG=C xdg-user-dirs-gtk-update

# chromeインスコ
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee -a /etc/apt/sources.list && wget https://dl.google.com/linux/linux_signing_key.pub && sudo apt-key add linux_signing_key.pub && sudo apt-get update && sudo apt install google-chrome-stable

# いらないパッケージ削除
sudo apt autoremove

参考サイト
aptコマンドチートシート
Linux Mintのホーム以下のディレクトリ名を英語に変更する方法
Linux Mint 19: インストール後やっておくべき 25 選

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2