Skip to main content

Installing LDI

Follow these steps to install LDI and set up essential Linux dependencies without root or sudo.

Use Git to clone the LDI repository to your local machine:
apt update -y && apt install git -y && git clone https://github.com/LinuxDepedenciesInstaller/LDI.git

Make it executable

Ensure the script is executable:
chmod +x ldi.sh

Start installing dependencies:
./ldi.sh

Verify Installation

curl —version

wget —version

git —version

tar —version
zip -v
unzip -v

Notes

Safe installation

LDI does not require root or sudo. You can run it as a normal user safely.

Repeatable

You can rerun LDI anytime. Already installed packages will be skipped automatically.