8.7. Installing Wget
Downloading the LOCKSS Installer requires Curl, Wget or HTTPie. Most typical Linux systems have at least one installed by default. You can check by typing curl --version
, wget --version
or http --version
at the command line and verifying that at least one of them outputs a valid version message (meaning the corresponding software is installed). This section describes how to install Wget if necessary.
Select your operating system below and follow the instructions as root [1]:
To install Wget with Dnf, run this command (as root
):
dnf --refresh --assumeyes install wget
or equivalently:
dnf --refresh -y install wget
To install Wget with Pacman, run this command (as root
):
pacman --sync --noconfirm wget
or equivalently:
pacman -S --noconfirm wget
To install Wget with Dnf, run this command (as root
):
dnf --refresh --assumeyes install wget
or equivalently:
dnf --refresh -y install wget
To install Wget with Apt, follow these steps (as root
):
Run this apt command:
apt update
Run this apt command:
apt install --assume-yes wget
or equivalently:
apt -y install wget
To install Wget with Dnf, run this command (as root
):
dnf --refresh --assumeyes install wget
or equivalently:
dnf --refresh -y install wget
To install Wget with Apt, follow these steps (as root
):
Run this apt command:
apt update
Run this apt command:
apt install --assume-yes wget
or equivalently:
apt -y install wget
To install Wget with Zypper, run these commands (as root
):
Run this zypper command:
zypper refresh
Run this zypper command:
zypper --non-interactive install wget
or equivalently:
zypper -n install wget
To install Wget with Zypper, run these commands (as root
):
Run this zypper command:
zypper refresh
Run this zypper command:
zypper --non-interactive install wget
or equivalently:
zypper -n install wget
To install Wget with Dnf, run this command (as root
):
dnf --refresh --assumeyes install wget
or equivalently:
dnf --refresh -y install wget
To install Wget with Dnf, run this command (as root
):
dnf --refresh --assumeyes install wget
or equivalently:
dnf --refresh -y install wget
To install Wget with Dnf, run this command (as root
):
dnf --refresh --assumeyes install wget
or equivalently:
dnf --refresh -y install wget
To install Wget with Zypper, run these commands (as root
):
Run this zypper command:
zypper refresh
Run this zypper command:
zypper --non-interactive install wget
or equivalently:
zypper -n install wget
To install Wget with Apt, follow these steps (as root
):
Run this apt command:
apt update
Run this apt command:
apt install --assume-yes wget
or equivalently:
apt -y install wget
Footnotes