OK, wenn ich das versuchshalber mal manuell mache:
MLD> git clone http://minidvblinux.de/git-5/MLD.git MLD
Cloning into 'MLD'...
MLD> ls MLD/
libs Makefile.arch Makefile.getfile Makefile.tools
Makefile Makefile.default Makefile.git README
MLD> apt update
Get:1 http://www.minidvblinux.de/download/5.5/files testing InRelease [2.425 B]
Fetched 2.425 B in 0s (7.291 B/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
MLD> apt-get install -y \
> make git-core software-properties-common locales locales-all
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package make
E: Unable to locate package git-core
E: Unable to locate package software-properties-common
E: Unable to locate package locales-all
sieht man schon, das es nicht funktionieren kann! OK, die Reihenfolge ist jetzt umgedreht, das ist aber doch wohl egal?!