How to install 'wget' on Ubuntu 14.04?

80,426

Please just run this from the terminal if its not there for some reason:

sudo apt install wget

Or:

sudo apt-get install wget
Share:
80,426

Related videos on Youtube

Boyka
Author by

Boyka

]1https://i.stack.imgur.com/YfCOa.gif

Updated on September 18, 2022

Comments

  • Boyka
    Boyka over 1 year

    I read the documentation of wget but did not understand how to download the package.Is there any way (command) to download the package using the terminal on Ubuntu inside a Docker container?

    • cl-netbox
      cl-netbox over 7 years
      There is nothing to "download" ... wget is already installed ... it is included in all Ubuntu systems. :)
    • George Udosen
      George Udosen over 7 years
      Did you try using it?
    • Boyka
      Boyka over 7 years
      No it isn't there(/usr/bin) in my ubuntu system.
    • muru
      muru over 7 years
      What flavour of Ubuntu did you install?
    • Isaac
      Isaac over 6 years
      This is relevant to docker
    • Dan Nissenbaum
      Dan Nissenbaum over 6 years
      Highly relevant to Docker; agreed with Isaac. wget is not installed in ubuntu:latest. Voting to reopen (or I would if I had enough reputation).
    • Jimbo
      Jimbo almost 6 years
  • Boyka
    Boyka over 7 years
    This command easily installed the package . thankyou