$ make make: latexmk: Command not found $ sudo apt-get install -y latexmk $ make ! LaTeX Error: File `marvosym.sty' not found. $ sudo apt-get install -y texlive-fonts-recommended $ make ! LaTeX Error: File `moderncv.cls' not found. $ sudo apt install texlive-latex-extra $ make ! LaTeX Error: File `fontawesome.sty' not found. $ sudo apt install texlive-fonts-extra make autobuild ./autobuild.bash: line 7: inotifywait: command not found $ sudo apt install inotify-tools