Close Menu
TechurzTechurz
    What's Hot

    Mark Wahlberg is coming to Disrupt 2026

    September 10, 2026

    Maven Robotics wants to steal your robot deployment deal

    September 10, 2026

    India’s Pocket FM doubles revenue run rate to $500M as AI powers 93% of audio content

    September 10, 2026
    X (Twitter) Pinterest YouTube LinkedIn WhatsApp
    Tech Pulse
    • Mark Wahlberg is coming to Disrupt 2026
    • Maven Robotics wants to steal your robot deployment deal
    • India’s Pocket FM doubles revenue run rate to $500M as AI powers 93% of audio content
    • Bending Spoons to buy collaboration tools maker Miro for $1.36B, 90% less than its 2022 valuation
    • Google signs its biggest rice-methane carbon credit deal with Indian startup Mitti Labs
    X (Twitter) Pinterest YouTube LinkedIn WhatsApp
    TechurzTechurz
    • Home
    • Tech Pulse
    • Future Tech
    • AI Systems
    • Cyber Reality
    • Disruption Lab
    • Signals
    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

    Flipboard acquires Graze, the feed builder working to monetize the open social web

    August 26, 2026
    Opinion

    Accel-backed Keenable is indexing the web for AI agents

    August 25, 2026
    Opinion

    Hark previews its browser use agent for completing tasks

    August 5, 2026
    Add A Comment
    Latest Tech Pulse

    College social app Fizz expands into grocery delivery

    September 3, 20252,291

    12 Father’s Day E-Card Sites That Are Actually Good

    June 4, 202523

    SolarSquare in talks to raise up to $60M as India’s rooftop solar market draws major VC interest

    May 23, 202622
    Stay In Touch
    • YouTube
    • WhatsApp
    • Twitter
    • Pinterest
    • LinkedIn

    Techurz helps readers stay ahead of digital change with clear, practical, future focused technology intelligence written today,searched tomorrow.

    X (Twitter) Pinterest YouTube LinkedIn WhatsApp
    Company
    • About Us
    • Contact Us
    • Our Authors / Editorial Team
    • Write For Us
    • Advertise
    Policy
    • Editorial Policy
    • Privacy Policy
    • Terms and Conditions
    • Affiliate Disclosure
    • Cookie Policy
    • Disclaimer
    • DMCA
    Explore
    • AI Systems
    • Cyber Reality
    • Future Tech
    • Disruption Lab
    • Signals
    • Tech Pulse
    • Sitemap

    Join the Techurz Brief

    The future does not arrive suddenly.
    Stay ahead with fast, sharp tech signals.

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