To install wget on macOS you can make use of the brew installer,
Run the below command to install wget,
% brew install wget
Command Output:
==> Downloading https://ghcr.io/v2/homebrew/core/wget/manifests/1.21.1-1
Already downloaded: /Users/code2care/Library/Caches/Homebrew/downloads/3a61b127a2161ac4573557b1c9b6e48233fd658b3f1d349045914749115926c9--wget-1.21.1-1.bottle_manifest.json
==> Downloading https://ghcr.io/v2/homebrew/core/wget/blobs/sha256:ab03f58f6d9a4018b1b0bfd53e5b797fcd90b86b1d60b20948de499ec4d4c6b4
Already downloaded: /Users/code2care/Library/Caches/Homebrew/downloads/a9d50518f3f84743b3c6a198585bee715883810e86d637443c5369861854bf63--wget--1.21.1.arm64_big_sur.bottle.1.tar.gz
==> Pouring wget--1.21.1.arm64_big_sur.bottle.1.tar.gz
🍺 /opt/homebrew/Cellar/wget/1.21.1: 88 files, 4MB
If you want to uninstall wget use the command,
% brew uninstall wget
Uninstalling /opt/homebrew/Cellar/wget/1.21.1... (88 files, 4MB)
Warning: The following may be wget configuration files and have not been removed!
If desired, remove them manually with `rm -rf`:
/opt/homebrew/etc/wgetrc
More Posts related to MacOS,
- Clear Screen shortcut macOS Terminal
- What is macOS Ventura?
- [fix] How to Show file extensions on all files on Mac
- How to Find Where Mac Terminal App is Located?
- AutoSave button not working on Office on Mac (Word, Excel or Powerpoint)
- macOS say command text to speech using various voices and languages
- How to change Ping TTL value on macOS
- Open .bash_profile File in TextEdit using Terminal
- How to know the Safari Version on Mac
- How to Copy full Absolute Path of a File on Mac
- 13.0 MacOS Ventura release date
- Enable spell check in Sublime Text (macOS)
- How to Display Analog Clock on Mac Menu Bar
- How to turn off Location Services macOS Ventura 13
- How to Open VS Code on Mac
- Add Bookmark macOS Safari
- How to Fix cd: too many arguments Error in Terminal: A Step-by-Step Guide
- How to install wget on macOS
- Select Line Number TextEdit on Mac
- Strikethrough Text in Excel for Mac
- How to Enable or Disable Dark Mode on macOS Ventura 13
- How to hide or display Wifi icon in macOS Bug Sur Menu Bar
- How to install Yarn on Mac (macOS)
- How to fix command not found brew (bash, zsh) on macOS Terminal
- How to Schedule Mails in macOS Ventura
More Posts:
- How to find version of Cargo in Rust - Rust
- Examples: Convert String to int in JavaScript - JavaScript
- How to remove quotes from a String in Python - Python
- Display full website URL/address in Safari macOS Browser - MacOS
- SharePoint workflow Canceled - Coercion Failed: Unable to transform the input lookup data into the requested type - SharePoint
- What does apt-get update command does? - Linux
- Python Comments Multiple Lines - Python
- How to Send or Publish SNS Message using AWS CLI - AWS