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?

真っ白なWindowsPCにWSL2をインストールしていく

Last updated at Posted at 2025-04-04

WidowsPCで簡単にLinux仮想環境を構築する

コマンドメインで勉強したくその為の環境構築が面倒だったのでWSLを使ってみました。


まずはpowershellかコマンドプロンプトにて下記のコマンドを打ち込む。

PCはWindows11を使っています。

# WSLをインストール デフォルトでWSL2がはいる
wsl --install
# Ubuntuをインストール
wsl --install -d Ubuntu

そしたら一旦シャットダウンして起動。

WSLを開くとユーザー名とパスワードが求められるので入力する。

あとは、sudo apt updateをしておくと尚良い。

# パッケージ情報を更新
sudo apt update

ここから先は番外編


私がやりたかったこと↓↓↓

# slコマンドをインストール
sudo apt install -y sl
# 実行🚃
sl

スクリーンショット (5).png

かわいい。。。。



学生時代はVirtualBoxでLinuxを動かしていましたが、WSLのほうが動作が速くて使いやすいです。ちょっとした作業だけならこっちの方がおすすめです。

めちゃくちゃ簡単なのでよければ使ってみてください。

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?