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
, and seeing which ones do not output an error message.
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 --assumeyes install wget
or equivalently:
dnf -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 --assumeyes install wget
or equivalently:
dnf -y install wget
To install Wget with Yum, run this command (as root
):
yum --assumeyes install wget
or equivalently:
yum -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 --assumeyes install wget
or equivalently:
dnf -y install wget
To install Wget with Yum, run this command (as root
):
yum --assumeyes install wget
or equivalently:
yum -y install wget
To install Wget with Dnf, run this command (as root
):
dnf --assumeyes install wget
or equivalently:
dnf -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 --assumeyes install wget
or equivalently:
dnf -y install wget
To install Wget with Yum, run this command (as root
):
yum --assumeyes install wget
or equivalently:
yum -y install wget
To install Wget with Dnf, run this command (as root
):
dnf --assumeyes install wget
or equivalently:
dnf -y install wget
To install Wget with Yum, run this command (as root
):
yum --assumeyes install wget
or equivalently:
yum -y install wget
To install Wget with Dnf, run this command (as root
):
dnf --assumeyes install wget
or equivalently:
dnf -y install wget
To install Wget with Yum, run this command (as root
):
yum --assumeyes install wget
or equivalently:
yum -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
Footnotes
- 1