8.5. Installing curl

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 curl if necessary. (If you prefer to install wget, see Installing wget.)

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

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

dnf --assumeyes install curl

or equivalently:

dnf -y install curl

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

pacman --sync --noconfirm curl

or equivalently:

pacman -S --noconfirm curl

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

dnf --assumeyes install curl

or equivalently:

dnf -y install curl

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

yum --assumeyes install curl

or equivalently:

yum -y install curl

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

  1. Run this apt command:

    apt update
    
  2. Run this apt command:

    apt install --assume-yes curl
    

    or equivalently:

    apt -y install curl
    

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

dnf --assumeyes install curl

or equivalently:

dnf -y install curl

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

yum --assumeyes install curl

or equivalently:

yum -y install curl

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

dnf --assumeyes install curl

or equivalently:

dnf -y install curl

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

  1. Run this apt command:

    apt update
    
  2. Run this apt command:

    apt install --assume-yes curl
    

    or equivalently:

    apt -y install curl
    

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

zypper refresh

zypper --non-interactive install curl

or equivalently:

zypper refresh

zypper -n install curl

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

zypper refresh

zypper --non-interactive install curl

or equivalently:

zypper refresh

zypper -n install curl

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

dnf --assumeyes install curl

or equivalently:

dnf -y install curl

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

yum --assumeyes install curl

or equivalently:

yum -y install curl

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

dnf --assumeyes install curl

or equivalently:

dnf -y install curl

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

yum --assumeyes install curl

or equivalently:

yum -y install curl

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

dnf --assumeyes install curl

or equivalently:

dnf -y install curl

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

yum --assumeyes install curl

or equivalently:

yum -y install curl

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

  1. Run this apt command:

    apt update
    
  2. Run this apt command:

    apt install --assume-yes curl
    

    or equivalently:

    apt -y install curl
    

Footnotes

1

See Running Commands as root.