Skip to main content

Using LDI

Once installed, LDI helps you quickly set up essential Linux dependencies without requiring root or sudo.

Execute ./ldi.sh from the LDI directory to start installing packages automatically.
./ldi.sh

Verify Installation

curl —version

wget —version

git —version

tar —version
zip -v
unzip -v

Best Practices

Run as a normal user

Do not use sudo or root—LDI installs everything safely.

Repeatable setups

You can rerun LDI anytime; already installed packages will be skipped.

Integrate with scripts

Include LDI in automation or CI/CD pipelines for consistent setups.

Stay updated

Pull the latest version from GitHub to keep your installer up to date.