8.8. Installing Wget
Downloading the LOCKSS Installer and Running the LOCKSS Installer require Curl or Wget. Most typical Linux systems have at least one installed by default. You can check by typing curl --version and wget --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 install wget
To install Wget with Pacman, run this command (as root):
pacman --sync --refresh wget
or equivalently:
pacman -Sy wget
To install Wget with Dnf, run this command (as root):
dnf --refresh install wget
To install Wget with Apt, follow these steps (as root):
Run this apt command:
apt updateRun this apt command:
apt install wget
To install Wget with Dnf, run this command (as root):
dnf --refresh install wget
To install Wget with Apt, follow these steps (as root):
Run this apt command:
apt updateRun this apt command:
apt install wget
To install Wget with Zypper, follow these steps (as root):
Run this zypper command:
zypper refreshor equivalently:
zypper refRun this zypper command:
zypper install wget
or equivalently:
zypper in wget
To install Wget with Zypper, follow these steps (as root):
Run this zypper command:
zypper refreshor equivalently:
zypper refRun this zypper command:
zypper install wget
or equivalently:
zypper in wget
To install Wget with Dnf, run this command (as root):
dnf --refresh install wget
To install Wget with Dnf, run this command (as root):
dnf --refresh install wget
To install Wget with Dnf, run this command (as root):
dnf --refresh install wget
To install Wget with Zypper, follow these steps (as root):
Run this zypper command:
zypper refreshor equivalently:
zypper refRun this zypper command:
zypper install wget
or equivalently:
zypper in wget
To install Wget with Apt, follow these steps (as root):
Run this apt command:
apt updateRun this apt command:
apt install wget
Footnotes