ฉันมักจะพบว่าตัวเองต้องการที่จะติดตั้งบางสิ่งบางอย่าง แต่ฉันไม่แน่ใจในสิ่งที่มันเป็นแพคเกจนี่เป็นเหตุการณ์ที่เกิดขึ้นบ่อยมากสำหรับฉัน:
$ 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
มีวิธีที่ดีกว่า?