tropicbirdのブログ

備忘録です。

WindowsのUbuntu(Bash on Windows)にWgetをインストールする。

UbuntuWgetをインストールする。

Windows を使っているので、Bash on Windowsで、Ubuntuを起動する。

C:\Users\USERNAME>bash
(base) tropicbird@DESKTOP-XXXXXXX:/mnt/c/Users/USERNAME$

Wgetをインストールする。

$ sudo apt install -y wget

以上。

WindowsUbuntuをのせる方法(Bash on Windows)は以下の記事にて。
tropicbird.hatenablog.com