0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Windows 11 + WSL/Ubuntu の 定期的なメンテナンス

Posted at

1週間に1回程度

  • Windows Update
  • PC Manager > 記憶域 > 詳細クリーンアップ
sudo apt update
sudo apt upgrade
sudo apt autoremove

1ヶ月に1回程度

  • Microsoft Store > ライブラリ > 更新プログラムを取得する

1年に1回程度

sudo vim /etc/update-manager/release-upgrades    # 私はlts releaseにする
sudo do-release-upgrade -c
sudo do-release-upgrade -d
sudo apt full-upgrade
sudo apt autoremove
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?