Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»General Articles»How to Install wget on MacOS

    How to Install wget on MacOS

    By RahulFebruary 25, 20191 Min ReadUpdated:June 25, 2019

    Wget is a useful network utility for downloading files from a remote server over various protocols. This tutorial will help you to install wget on macOS using brew.

    Advertisement

    Prerequisites

    Before starting the installation of wget network utility using this tutorial you must have the following prerequisites.

    • Terminal: You must have Mac Terminal access and little knowledge about working with the terminal application.
    • Homebrew: You must have Homebrew installed on your macOS. You can also use the below command to install brew.
    • ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
      

    Install wget

    Now, execute the following command on the terminal to install brew on macOS.

    brew install wget
    

    Using Wget

    You can use wget in various ways. Below are 2 sample commands to download the remote archive file or website homepage.

    wget http://example.com/file.tar.gz
    wget http://example.org
    

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    Error: EACCES: permission denied, scandir (Resolved)

    How To Install Python 3.11 on Ubuntu 22.04 / 20.04

    Excluding URLs from ProxyPass in Apache

    Add A Comment

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • Error: EACCES: permission denied, scandir (Resolved)
    • How To Install Python 3.11 on Ubuntu 22.04 / 20.04
    • How to Install Python 3.11 on Amazon Linux 2
    • An Introduction to the “./configure” Command: Compiling Source Code in Linux
    • How to Install PHP 8.x on Pop!_OS
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.