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.Verify Installation
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.