$ xelatex
Command 'xelatex' not found, but can be installed with:
sudo apt install texlive-xetex
If a binary not found but apt
knows the package associated with, it would recommend the installation command.
When the recommend prompts, is there an easy shortcut or command like maybe instllaptrecommend
so that I can skip copy/paste to directly execute the installation command?
export COMMAND_NOT_FOUND_INSTALL_PROMPT=1
and this suggestion will prompt you to install. – muru Apr 07 '21 at 09:11