Skip to content

Commit

Permalink
Merge pull request #544 from reyoung/fix_deb_install_name
Browse files Browse the repository at this point in the history
Fix Debian package name in ubuntu install docs.
  • Loading branch information
beckett1124 committed Nov 21, 2016
2 parents 6146a2e + 39af2ba commit 75553e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc_cn/build_and_install/install/ubuntu_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PaddlePaddle的ubuntu安装包分为四个版本,他们是 cpu、gpu、cpu-noa

.. code-block:: shell
gdebi paddle-*-cpu.deb
gdebi paddle-*-cpu*.deb
如果 :code:`gdebi` 没有安装,则需要使用 :code:`sudo apt-get install gdebi`, 来安装 :code:`gdebi` 。

Expand All @@ -20,7 +20,7 @@ PaddlePaddle的ubuntu安装包分为四个版本,他们是 cpu、gpu、cpu-noa

.. code-block:: shell
dpkg -i paddle-*-cpu.deb
dpkg -i paddle-*-cpu*.deb
apt-get install -f
:code:`dpkg -i` 的时候如果报一些依赖未找到的错误是正常的,
Expand Down

0 comments on commit 75553e2

Please sign in to comment.