Kit*_*nde 29 package-management aptitude software-installation
我经常发现自己想要安装一些东西,但我不确定它在哪个包中。这对我来说很常见:
$ 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
Run Code Online (Sandbox Code Playgroud)
谷歌
$ sudo apt-get install python-sphinx
Run Code Online (Sandbox Code Playgroud)
有没有更好的办法?
小智 15
Ubuntu 非常聪明。试着运行它。
$ sphinx-build
The program 'sphinx-build' is currently not installed. You can install it by typing:
sudo apt-get install python-sphinx
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
12205 次 |
最近记录: |