Close Menu
TechurzTechurz

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Why AI startups are selling the same equity at two different prices

    March 4, 2026

    Just three companies dominated the $189B in VC investments last month

    March 3, 2026

    Fig Security emerges from stealth with $38M to help security teams deal with change

    March 3, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Why AI startups are selling the same equity at two different prices
    • Just three companies dominated the $189B in VC investments last month
    • Fig Security emerges from stealth with $38M to help security teams deal with change
    • India’s Pronto formalizes house help as its valuation jumps 8x in under a year
    • Cursor has reportedly surpassed $2B in annualized revenue
    • Stripe wants to turn your AI costs into a profit center
    • A married founder duo’s company, 14.ai, is replacing customer support teams at startups
    • Parade’s Cami Tellez announces new creator economy marketing platform, $4M in funding
    Facebook X (Twitter) Instagram Pinterest Vimeo
    TechurzTechurz
    • Home
    • AI
    • Apps
    • News
    • Guides
    • Opinion
    • Reviews
    • Security
    • Startups
    TechurzTechurz
    Home»News»Here’s a faster way to download files on Linux – without a web browser
    News

    Here’s a faster way to download files on Linux – without a web browser

    TechurzBy TechurzJune 12, 2025No Comments3 Mins Read
    Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
    Here's a faster way to download files on Linux - without a web browser
    Share
    Facebook Twitter LinkedIn Pinterest Email


    Weiquan Lin/Getty

    When you want to download files from the internet, you typically open your web browser, go to the file in question, and let the downloading commence. But did you know you can do the same thing from the Linux command line? The command is wget.

    The wget command uses multiple simultaneous connections that result in much faster downloads. On top of that, wget is capable of resuming downloads that were interrupted by networking issues, and, unlike web browsers, wget isn’t burdened by cookies, add-ons, and other features that can slow it down or make it less reliable — especially helpful when you need to download a larger file. Why relegate that to your browser?

    Also: Want to save your old computer? Try one of these 8 Linux distros for free

    Instead, if you’re using Linux, opt to go the wget route. Let me show you how.

    How to install wget

    What you’ll need: To make use of wget, you’ll need a running instance of Linux and a user with sudo privileges (for the installation).

    Wget should be installed on your distribution by default. If not, here’s how to get it. Log into Linux and open a terminal window. From there, here are the commands for installing wget on Ubuntu, Arch, and Fedora-based distributions.

    • For Ubuntu-based distributions – sudo apt-get install wget -y
    • For Arch-based distributions – sudo pacman -S wget
    • For Fedora-based distributions – sudo dnf install wget -y
    • For openSUSE – sudo zypper wget

    Show more
    wget https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-desktop-amd64.iso

    One thing to keep in mind is that the file will download to the directory in which you are currently working.

    Let’s say you have the directory /ISOS and you want to download the Ubuntu ISO to that directory. For that, you use the -P option (for Path), like so:

    Show more
    wget -P /ISO/ https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-desktop-amd64.iso

    How to download multiple files at once with wget

    Here’s another cool trick. With wget, you can download multiple files at once. Here’s how.

    First, you need to create a new file that will house the URLs for the files to be downloaded. Let’s say you want to download ISO files for Ubuntu, Fedora, and Arch Linux. Create the file with the command:

    Show more

    In that file, add the three URLs for the downloads, like so:

    https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-desktop-amd64.iso
    https://download.fedoraproject.org/pub/fedora/linux/releases/42/Workstation/x86_64/iso/Fedora-Workstation-Live-42-1.1.x86_64.iso
    https://mirror.adectra.com/archlinux/iso/2025.06.01/archlinux-2025.06.01-x86_64.iso

    Save and close the file.

    To start the download, issue the command:

    Show more

    You can then walk away and let the downloads complete.

    Also: The best Linux VPNs: Expert tested and reviewed

    Let’s say a download gets interrupted. Instead of downloading the entire file again, just run the command with the -c option, like so:

    Show more
    wget -c https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-desktop-amd64.iso

    If you’re downloading via a file (as we did above) and it gets interrupted, you could continue it like so:

    And that’s all there is to using wget to more reliably (and quickly) download files to your Linux machine. 

    Get the morning’s top stories in your inbox each day with our Tech Today newsletter.

    Browser Download faster Files Heres Linux Web
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleDia, the AI browser from the makers of Arc, is now available in beta
    Next Article The Google Pixel 6a Is Also Getting a Battery Reduction
    Techurz
    • Website

    Related Posts

    Opinion

    What the Epstein files reveal about EV startups and Silicon Valley

    February 15, 2026
    Opinion

    X updates its terms, files countersuit to lay claim to the ‘Twitter’ trademark after newcomer’s challenge

    December 16, 2025
    Opinion

    Supabase hit $5B by turning down million-dollar contracts. Here’s why.

    November 28, 2025
    Add A Comment
    Leave A Reply Cancel Reply

    Top Posts

    College social app Fizz expands into grocery delivery

    September 3, 20252,286 Views

    A Former Apple Luminary Sets Out to Create the Ultimate GPU Software

    September 25, 202514 Views

    The Reason Murderbot’s Tone Feels Off

    May 14, 202511 Views
    Stay In Touch
    • Facebook
    • YouTube
    • TikTok
    • WhatsApp
    • Twitter
    • Instagram
    Latest Reviews

    Subscribe to Updates

    Get the latest tech news from FooBar about tech, design and biz.

    Most Popular

    College social app Fizz expands into grocery delivery

    September 3, 20252,286 Views

    A Former Apple Luminary Sets Out to Create the Ultimate GPU Software

    September 25, 202514 Views

    The Reason Murderbot’s Tone Feels Off

    May 14, 202511 Views
    Our Picks

    Why AI startups are selling the same equity at two different prices

    March 4, 2026

    Just three companies dominated the $189B in VC investments last month

    March 3, 2026

    Fig Security emerges from stealth with $38M to help security teams deal with change

    March 3, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Facebook X (Twitter) Instagram Pinterest
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms and Conditions
    • Disclaimer
    © 2026 techurz. Designed by Pro.

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