---
# System prepended metadata

title: 安裝 wget
tags: [wget]

---

# 安裝 WGET

###### tags: wget

## 下載 wget
 - 請自行依環境下載指定版本，這邊是下載 x64 ==ZIP== 版本
 - https://eternallybored.org/misc/wget/

## 解壓縮檔案

 - 放到 C:\Windows\System
    ![](https://hackmd.io/_uploads/ByieSIvv3.png)

## 設定環境變數

 - 按 Win + x，選擇系統，點選進階系統設定，再點環境變數
   ![](https://hackmd.io/_uploads/rk17A8vw2.png)

 - 選擇 path，在最後面加上 wget 的路徑
  ![](https://hackmd.io/_uploads/HyOsoUvv2.png)

## 最後確認版本資訊

 - 有正確顯示版本即成功，若一樣顯示以下顯示，則表示路徑可能設定錯誤
 wget: The term 'wget' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

- 有顯示版本資訊的畫面
  ![](https://hackmd.io/_uploads/HJxH28vPh.png)
 
 