DLD is a simple wrapper ove the sudo apt install command which will install the most recently downloaded .deb package
No options -> installs the most recently downloaded debian package "-a" -> installs all debian packages in the current directory "-d" -> displays the most recently downloaded debian package "-l" -> lists all of the downloaded debian packages in the current directory "-h" -> lists all of the options and an explaination on what eahc option does
- Clone the repo
- Run command 'make dld'
- Run command 'sudo mv dld /usr/local/bin/'
- Go to root directory and run command 'dld -h' to verify it is working