Często chcę coś zainstalować, ale nie jestem pewien, w jakim pakiecie się znajduje. Jest to dla mnie bardzo częste zdarzenie:
$ 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
Czy jest lepszy sposób?