8.6. Installing wget

Downloading and running the LOCKSS Installer requires either curl or wget. Most typical Linux systems have at least one installed by default. You can check by typing curl --version or wget --version and verifying that the output is not an error message. This section describes how to install wget if necessary. (If you prefer to install curl, see Installing curl.)

Select your operating system below and follow the instructions as root 1:

To install wget, run this dnf command (as root):

dnf --assumeyes install wget

or equivalently:

dnf -y install wget

To install wget, run this pacman command (as root):

pacman --sync --noconfirm wget

or equivalently:

pacman -S --noconfirm wget

To install wget, run this dnf command (as root):

dnf --assumeyes install wget

or equivalently:

dnf -y install wget

To install wget, run this yum command (as root):

yum --assumeyes install wget

or equivalently:

yum -y install wget

To install wget, follow these instructions (as root):

  1. Run this apt command:

    apt update
    
  2. Run this apt command:

    apt install --assume-yes wget
    

    or equivalently:

    apt -y install wget
    

To install wget, run this dnf command (as root):

dnf --assumeyes install wget

or equivalently:

dnf -y install wget

To install wget, run this yum command (as root):

yum --assumeyes install wget

or equivalently:

yum -y install wget

To install wget, run this dnf command (as root):

dnf --assumeyes install wget

or equivalently:

dnf -y install wget

To install wget, follow these instructions (as root):

  1. Run this apt command:

    apt update
    
  2. Run this apt command:

    apt install --assume-yes wget
    

    or equivalently:

    apt -y install wget
    

To install wget, run these zypper (as root):

zypper refresh

zypper --non-interactive install wget

or equivalently:

zypper refresh

zypper -n install wget

To install wget, run these zypper (as root):

zypper refresh

zypper --non-interactive install wget

or equivalently:

zypper refresh

zypper -n install wget

To install wget, run this dnf command (as root):

dnf --assumeyes install wget

or equivalently:

dnf -y install wget

To install wget, run this yum command (as root):

yum --assumeyes install wget

or equivalently:

yum -y install wget

To install wget, run this dnf command (as root):

dnf --assumeyes install wget

or equivalently:

dnf -y install wget

To install wget, run this yum command (as root):

yum --assumeyes install wget

or equivalently:

yum -y install wget

To install wget, run this dnf command (as root):

dnf --assumeyes install wget

or equivalently:

dnf -y install wget

To install wget, run this yum command (as root):

yum --assumeyes install wget

or equivalently:

yum -y install wget

To install wget, follow these instructions (as root):

  1. Run this apt command:

    apt update
    
  2. Run this apt command:

    apt install --assume-yes wget
    

    or equivalently:

    apt -y install wget
    

Footnotes

1

See Running Commands as root.