Mi trovo spesso a voler installare qualcosa, ma non sono sicuro del pacchetto in cui si trova. Questo è un evento molto comune per me:
$ make html
sphinx-build -b djangohtml -d _build/doctrees . _build/html
make: sphinx-build: Command not found
make: *** [html] Error 127
$ sudo apt-get install sphinx
E: Unable to locate package sphinx
$ sudo apt-get install sphinx-build
E: Unable to locate package sphinx-build
Googles
$ sudo apt-get install python-sphinx
Esiste un modo migliore?