Installing Git
Git is a version control system, used to interact with code repositories. The LOCKSS Installer is available from GitHub, and you will need a Git client to download it.
Follow these instructions to install Git:
Run this command (as any user):
git --version
If the output is a version number (for example
git version 2.31.1
), Git is already installed; however if you see an error message (for examplebash: git: command not found
), follow the instructions corresponding to your operating system below to install Git asroot
[1]:To install Git, run this Dnf command (as
root
):dnf --assumeyes install git
To install Git, run this Pacman command (as
root
):pacman -Sy --noconfirm git
To install Git, run this Dnf command (as
root
):dnf --assumeyes install git
To install Git, run this Yum command (as
root
):yum --assumeyes install git
To install Git, run these Apt commands (as
root
):apt update apt install --assume-yes git
To install Git, run this Dnf command (as
root
):dnf --assumeyes install git
To install Git, run this Yum command (as
root
):yum --assumeyes install git
To install Git, run this Dnf command (as
root
):dnf --assumeyes install git
To install Git, run these Apt commands (as
root
):apt update apt install --assume-yes git
To install Git, run these Zypper (as
root
):zypper refresh zypper --non-interactive install git
To install Git, run these Zypper (as
root
):zypper refresh zypper --non-interactive install git
To install Git, run this Dnf command (as
root
):dnf --assumeyes install git
To install Git, run this Yum command (as
root
):yum --assumeyes install git
To install Git, run this Dnf command (as
root
):dnf --assumeyes install git
To install Git, run this Yum command (as
root
):yum --assumeyes install git
To install Git, run this Dnf command (as
root
):dnf --assumeyes install git
To install Git, run this Yum command (as
root
):yum --assumeyes install git
To install Git, run these Apt commands (as
root
):apt update apt install --assume-yes git
Footnotes