Sık sık bir şey yüklemek istediğimde kendimi buluyorum, ancak hangi pakette bulunduğundan emin değilim. Bu benim için çok yaygın bir durum:
$ 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
Daha iyi bir yolu var mı?