Close Menu
TechurzTechurz

    Subscribe to Updates

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

    What's Hot

    5 days left: Exhibit tables are disappearing for Disrupt 2025

    September 1, 2025

    Is AI the end of software engineering or the next step in its evolution?

    September 1, 2025

    Look out, Meta Ray-Bans! These AI glasses just raised over $1M in pre-orders in 3 days

    September 1, 2025
    Facebook X (Twitter) Instagram
    Trending
    • 5 days left: Exhibit tables are disappearing for Disrupt 2025
    • Is AI the end of software engineering or the next step in its evolution?
    • Look out, Meta Ray-Bans! These AI glasses just raised over $1M in pre-orders in 3 days
    • How I took control of my email address with a custom domain
    • Google Pixel 10 Pro Fold vs. Samsung Galaxy Z Fold 7: Here’s the clear winner after testing both
    • Rethinking Security for Scattered Spider
    • 3 Ways To Build Unbreakable Trust In Your Relationship, By A Psychologist
    • Latam-GPT: The Free, Open Source, and Collaborative AI of Latin America
    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

    AI

    Google Pixel 10 Pro Fold vs. Samsung Galaxy Z Fold 7: Here’s the clear winner after testing both

    September 1, 2025
    AI

    Amazon is selling the Milwaukee 9-tool kit for $200 off this Labor Day – here’s what you get

    September 1, 2025
    AI

    Samsung will give you a free 65-inch TV right now – here’s how to qualify for the deal

    August 31, 2025
    Add A Comment
    Leave A Reply Cancel Reply

    Top Posts

    Start Saving Now: An iPhone 17 Pro Price Hike Is Likely, Says New Report

    August 17, 20258 Views

    You Can Now Get Starlink for $15-Per-Month in New York, but There’s a Catch

    July 11, 20257 Views

    Non-US businesses want to cut back on using US cloud systems

    June 2, 20257 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

    Start Saving Now: An iPhone 17 Pro Price Hike Is Likely, Says New Report

    August 17, 20258 Views

    You Can Now Get Starlink for $15-Per-Month in New York, but There’s a Catch

    July 11, 20257 Views

    Non-US businesses want to cut back on using US cloud systems

    June 2, 20257 Views
    Our Picks

    5 days left: Exhibit tables are disappearing for Disrupt 2025

    September 1, 2025

    Is AI the end of software engineering or the next step in its evolution?

    September 1, 2025

    Look out, Meta Ray-Bans! These AI glasses just raised over $1M in pre-orders in 3 days

    September 1, 2025

    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
    © 2025 techurz. Designed by Pro.

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