Activity log for bug #1184565

Date Who What changed Old value New value Message
2013-05-27 10:33:00 Gerhard Burger bug added bug
2013-05-27 10:38:37 Gerhard Burger description This is not a bug but a feature request. I find it slightly annoying that when I try to execute a command I get for example The program 'latexmk' is currently not installed. You can install it by typing: sudo apt-get install latexmk Of course if I want to use it, and it is only in one package, the next step is to install it, by typing 'sudo apt-get install latexmk' If you could add shopt -s 'sudo apt-get install latexmk' to the command not found handler, a fake entry would be added to the bash history, and I could install the package by pressing Up and then Enter, which is so much more convenient and cool ;) This is not a bug but a feature request. I find it slightly annoying that when I try to execute a command I get for example     The program 'latexmk' is currently not installed. You can install it by typing:     sudo apt-get install latexmk Of course if I want to use it, and it is only in one package, the next step is to install it, by typing 'sudo apt-get install latexmk' If you could add    history -s 'sudo apt-get install latexmk' to the command not found handler, a fake entry would be added to the bash history, and I could install the package by pressing Up and then Enter, which is so much more convenient and cool ;)