나는 종종 무언가를 설치하고 싶어하지만 어떤 패키지가 들어 있는지 잘 모르겠습니다. 이것은 매우 일반적인 일입니다.
$ 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
구글
$ sudo apt-get install python-sphinx
더 좋은 방법이 있습니까?