1. 程式人生 > >Linux下安裝scikit-learn

Linux下安裝scikit-learn

[email protected]:~$ python
Python 2.7.12 (default, Dec  4 2017, 14:50:18) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> quit
Use quit() or Ctrl-D (i.e. EOF) to exit
>>> quit()
[email protected]:~$ mkdir python_ws
[email protected]
:~$ cd python_ws [email protected]:~/python_ws$ sudo apt-get install python-pip [sudo] carto 的密碼: 正在讀取軟體包列表... 完成 正在分析軟體包的依賴關係樹 正在讀取狀態資訊... 完成 下列軟體包是自動安裝的並且現在不需要了: libllvm5.0 libruby2.3 linux-headers-4.13.0-36 linux-headers-4.13.0-36-generic linux-headers-4.13.0-45 linux-headers-4.13.0-45-generic linux-image-4.13.0-36-generic linux-image-4.13.0-45-generic linux-image-extra-4.13.0-36-generic linux-image-extra-4.13.0-45-generic linux-signed-image-4.13.0-45-generic linux-signed-image-generic-hwe-16.04 rake ruby ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.3 rubygems-integration ttf-liberation 使用'sudo apt autoremove'來解除安裝它(它們)。 將會同時安裝下列軟體: libpython-all-dev python-all python-all-dev python-pip-whl python-wheel 下列【新】軟體包將被安裝: libpython-all-dev python-all python-all-dev python-pip python-pip-whl python-wheel 升級了 0 個軟體包,新安裝了 6 個軟體包,要解除安裝 0 個軟體包,有 172 個軟體包未被升級。 需要下載 1,306 kB 的歸檔。 解壓縮後會消耗 2,084 kB 的額外空間。 您希望繼續執行嗎? [Y/n] y 獲取:1 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-all-dev amd64 2.7.12-1~16.04 [1,006 B] 獲取:2 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-all amd64 2.7.12-1~16.04 [996 B] 獲取:3 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-all-dev amd64 2.7.12-1~16.04 [1,016 B] 獲取:4 http://cn.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip-whl all 8.1.1-2ubuntu0.4 [1,110 kB] 獲取:5 http://cn.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip all 8.1.1-2ubuntu0.4 [144 kB] 獲取:6 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-wheel all 0.29.0-1 [48.0 kB] 已下載 1,306 kB,耗時 2秒 (479 kB/s) 正在選中未選擇的軟體包 libpython-all-dev:amd64。 (正在讀取資料庫 ... 系統當前共安裝有 420543 個檔案和目錄。) 正準備解包 .../libpython-all-dev_2.7.12-1~16.04_amd64.deb ... 正在解包 libpython-all-dev:amd64 (2.7.12-1~16.04) ... 正在選中未選擇的軟體包 python-all。 正準備解包 .../python-all_2.7.12-1~16.04_amd64.deb ... 正在解包 python-all (2.7.12-1~16.04) ... 正在選中未選擇的軟體包 python-all-dev。 正準備解包 .../python-all-dev_2.7.12-1~16.04_amd64.deb ... 正在解包 python-all-dev (2.7.12-1~16.04) ... 正在選中未選擇的軟體包 python-pip-whl。 正準備解包 .../python-pip-whl_8.1.1-2ubuntu0.4_all.deb ... 正在解包 python-pip-whl (8.1.1-2ubuntu0.4) ... 正在選中未選擇的軟體包 python-pip。 正準備解包 .../python-pip_8.1.1-2ubuntu0.4_all.deb ... 正在解包 python-pip (8.1.1-2ubuntu0.4) ... 正在選中未選擇的軟體包 python-wheel。 正準備解包 .../python-wheel_0.29.0-1_all.deb ... 正在解包 python-wheel (0.29.0-1) ... 正在處理用於 man-db (2.7.5-1) 的觸發器 ... 正在設定 libpython-all-dev:amd64 (2.7.12-1~16.04) ... 正在設定 python-all (2.7.12-1~16.04) ... 正在設定 python-all-dev (2.7.12-1~16.04) ... 正在設定 python-pip-whl (8.1.1-2ubuntu0.4) ... 正在設定 python-pip (8.1.1-2ubuntu0.4) ... 正在設定 python-wheel (0.29.0-1) ...
[email protected]
:~/python_ws$ sudo pip install numpy The directory '/home/carto/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/carto/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Requirement already satisfied (use --upgrade to upgrade): numpy in /usr/lib/python2.7/dist-packages You are using pip version 8.1.1, however version 18.0 is available. You should consider upgrading via the 'pip install --upgrade pip' command.
[email protected]
:~/python_ws$ sudo apt-get install python-matplotlib ipython ipython-notebook 正在讀取軟體包列表... 完成 正在分析軟體包的依賴關係樹 正在讀取狀態資訊... 完成 python-matplotlib 已經是最新版 (1.5.1-1ubuntu1)。 python-matplotlib 已設定為手動安裝。 下列軟體包是自動安裝的並且現在不需要了: libllvm5.0 libruby2.3 linux-headers-4.13.0-36 linux-headers-4.13.0-36-generic linux-headers-4.13.0-45 linux-headers-4.13.0-45-generic linux-image-4.13.0-36-generic linux-image-4.13.0-45-generic linux-image-extra-4.13.0-36-generic linux-image-extra-4.13.0-45-generic linux-signed-image-4.13.0-45-generic linux-signed-image-generic-hwe-16.04 rake ruby ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.3 rubygems-integration ttf-liberation 使用'sudo apt autoremove'來解除安裝它(它們)。 將會同時安裝下列軟體: fonts-mathjax ipython-notebook-common libjs-highlight libjs-highlight.js libjs-marked libjs-mathjax python-decorator python-pexpect python-ptyprocess python-pycurl python-pymysql python-simplegeneric python-tornado python-zmq 建議安裝: ipython-doc ipython-qtconsole nodejs pandoc pgf fonts-mathjax-extras libjs-mathjax-doc python-pexpect-doc libcurl4-gnutls-dev python-pycurl-dbg python-pycurl-doc python-pymysql-doc 下列【新】軟體包將被安裝: fonts-mathjax ipython ipython-notebook ipython-notebook-common libjs-highlight libjs-highlight.js libjs-marked libjs-mathjax python-decorator python-pexpect python-ptyprocess python-pycurl python-pymysql python-simplegeneric python-tornado python-zmq 升級了 0 個軟體包,新安裝了 16 個軟體包,要解除安裝 0 個軟體包,有 172 個軟體包未被升級。 需要下載 8,749 kB 的歸檔。 解壓縮後會消耗 55.8 MB 的額外空間。 您希望繼續執行嗎? [Y/n] y 獲取:1 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-pymysql all 0.7.2-1ubuntu1 [56.4 kB] 獲取:2 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-mathjax all 2.6.1-1 [960 kB] 獲取:3 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 python-decorator all 4.0.6-1 [9,326 B] 獲取:4 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-ptyprocess all 0.5-1 [12.9 kB] 獲取:5 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-pexpect all 4.0.1-1 [40.5 kB] 獲取:6 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 python-simplegeneric all 0.8.1-1 [11.5 kB] 獲取:7 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 ipython all 2.4.1-1 [610 kB] 獲取:8 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 libjs-highlight.js all 8.2+ds-4build1 [151 kB] 獲取:9 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 libjs-highlight all 8.2+ds-4build1 [7,032 B] 獲取:10 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 libjs-marked all 0.3.2+dfsg-1 [12.7 kB] 獲取:11 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 libjs-mathjax all 2.6.1-1 [5,601 kB] 獲取:12 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 ipython-notebook-common all 2.4.1-1 [712 kB] 獲取:13 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 python-pycurl amd64 7.43.0-1ubuntu1 [43.3 kB] 獲取:14 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-tornado amd64 4.2.1-1ubuntu3 [273 kB] 獲取:15 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-zmq amd64 15.2.0-0ubuntu4 [200 kB] 獲取:16 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 ipython-notebook all 2.4.1-1 [48.4 kB] 已下載 8,749 kB,耗時 15秒 (559 kB/s) 正在選中未選擇的軟體包 python-pymysql。 (正在讀取資料庫 ... 系統當前共安裝有 420729 個檔案和目錄。) 正準備解包 .../python-pymysql_0.7.2-1ubuntu1_all.deb ... 正在解包 python-pymysql (0.7.2-1ubuntu1) ... 正在選中未選擇的軟體包 fonts-mathjax。 正準備解包 .../fonts-mathjax_2.6.1-1_all.deb ... 正在解包 fonts-mathjax (2.6.1-1) ... 正在選中未選擇的軟體包 python-decorator。 正準備解包 .../python-decorator_4.0.6-1_all.deb ... 正在解包 python-decorator (4.0.6-1) ... 正在選中未選擇的軟體包 python-ptyprocess。 正準備解包 .../python-ptyprocess_0.5-1_all.deb ... 正在解包 python-ptyprocess (0.5-1) ... 正在選中未選擇的軟體包 python-pexpect。 正準備解包 .../python-pexpect_4.0.1-1_all.deb ... 正在解包 python-pexpect (4.0.1-1) ... 正在選中未選擇的軟體包 python-simplegeneric。 正準備解包 .../python-simplegeneric_0.8.1-1_all.deb ... 正在解包 python-simplegeneric (0.8.1-1) ... 正在選中未選擇的軟體包 ipython。 正準備解包 .../ipython_2.4.1-1_all.deb ... 正在解包 ipython (2.4.1-1) ... 正在選中未選擇的軟體包 libjs-highlight.js。 正準備解包 .../libjs-highlight.js_8.2+ds-4build1_all.deb ... 正在解包 libjs-highlight.js (8.2+ds-4build1) ... 正在選中未選擇的軟體包 libjs-highlight。 正準備解包 .../libjs-highlight_8.2+ds-4build1_all.deb ... 正在解包 libjs-highlight (8.2+ds-4build1) ... 正在選中未選擇的軟體包 libjs-marked。 正準備解包 .../libjs-marked_0.3.2+dfsg-1_all.deb ... 正在解包 libjs-marked (0.3.2+dfsg-1) ... 正在選中未選擇的軟體包 libjs-mathjax。 正準備解包 .../libjs-mathjax_2.6.1-1_all.deb ... 正在解包 libjs-mathjax (2.6.1-1) ... 正在選中未選擇的軟體包 ipython-notebook-common。 正準備解包 .../ipython-notebook-common_2.4.1-1_all.deb ... 正在解包 ipython-notebook-common (2.4.1-1) ... 正在選中未選擇的軟體包 python-pycurl。 正準備解包 .../python-pycurl_7.43.0-1ubuntu1_amd64.deb ... 正在解包 python-pycurl (7.43.0-1ubuntu1) ... 正在選中未選擇的軟體包 python-tornado。 正準備解包 .../python-tornado_4.2.1-1ubuntu3_amd64.deb ... 正在解包 python-tornado (4.2.1-1ubuntu3) ... 正在選中未選擇的軟體包 python-zmq。 正準備解包 .../python-zmq_15.2.0-0ubuntu4_amd64.deb ... 正在解包 python-zmq (15.2.0-0ubuntu4) ... 正在選中未選擇的軟體包 ipython-notebook。 正準備解包 .../ipython-notebook_2.4.1-1_all.deb ... 正在解包 ipython-notebook (2.4.1-1) ... 正在處理用於 fontconfig (2.11.94-0ubuntu1.1) 的觸發器 ... 正在處理用於 man-db (2.7.5-1) 的觸發器 ... 正在處理用於 hicolor-icon-theme (0.15-0ubuntu1) 的觸發器 ... 正在處理用於 desktop-file-utils (0.22-1ubuntu5.2) 的觸發器 ... 正在處理用於 bamfdaemon (0.5.3~bzr0+16.04.20180209-0ubuntu1) 的觸發器 ... Rebuilding /usr/share/applications/bamf-2.index... 正在處理用於 gnome-menus (3.13.3-6ubuntu3.1) 的觸發器 ... 正在處理用於 mime-support (3.59ubuntu1) 的觸發器 ... 正在設定 python-pymysql (0.7.2-1ubuntu1) ... 正在設定 fonts-mathjax (2.6.1-1) ... 正在設定 python-decorator (4.0.6-1) ... 正在設定 python-ptyprocess (0.5-1) ... 正在設定 python-pexpect (4.0.1-1) ... 正在設定 python-simplegeneric (0.8.1-1) ... 正在設定 ipython (2.4.1-1) ... 正在設定 libjs-highlight.js (8.2+ds-4build1) ... 正在設定 libjs-highlight (8.2+ds-4build1) ... 正在設定 libjs-marked (0.3.2+dfsg-1) ... 正在設定 libjs-mathjax (2.6.1-1) ... 正在設定 ipython-notebook-common (2.4.1-1) ... 正在設定 python-pycurl (7.43.0-1ubuntu1) ... 正在設定 python-tornado (4.2.1-1ubuntu3) ... 正在設定 python-zmq (15.2.0-0ubuntu4) ... 正在設定 ipython-notebook (2.4.1-1) ... [email protected]:~/python_ws$ sudo apt-get install python-pandas python-sympy python-nose 正在讀取軟體包列表... 完成 正在分析軟體包的依賴關係樹 正在讀取狀態資訊... 完成 python-nose 已經是最新版 (1.3.7-1)。 python-nose 已設定為手動安裝。 下列軟體包是自動安裝的並且現在不需要了: libllvm5.0 linux-headers-4.13.0-36 linux-headers-4.13.0-36-generic linux-headers-4.13.0-45 linux-headers-4.13.0-45-generic linux-image-4.13.0-36-generic linux-image-4.13.0-45-generic linux-image-extra-4.13.0-36-generic linux-image-extra-4.13.0-45-generic linux-signed-image-4.13.0-45-generic linux-signed-image-generic-hwe-16.04 ttf-liberation 使用'sudo apt autoremove'來解除安裝它(它們)。 將會同時安裝下列軟體: dvipng fonts-cabin fonts-comfortaa fonts-crosextra-caladea fonts-crosextra-carlito fonts-ebgaramond fonts-ebgaramond-extra fonts-freefont-otf fonts-gfs-artemisia fonts-gfs-complutum fonts-gfs-didot fonts-gfs-neohellenic fonts-gfs-olga fonts-gfs-solomos fonts-junicode fonts-linuxlibertine fonts-lmodern fonts-lobster fonts-lobstertwo fonts-oflb-asana-math fonts-roboto-hinted fonts-sil-gentium fonts-sil-gentium-basic fonts-sil-gentiumplus fonts-texgyre isympy libdsdp-5.8gf libfile-homedir-perl libfile-which-perl libglpk36 libgsl2 libpotrace0 libptexenc1 libsynctex1 libtexlua52 libtexluajit2 lmodern preview-latex-style prosper ps2eps python-antlr python-bs4 python-cvxopt python-gmpy python-html5lib python-jdcal python-joblib python-lxml python-mpmath python-numexpr python-openpyxl python-pandas-lib python-patsy python-py python-pyglet python-pytest python-scipy python-statsmodels python-statsmodels-lib python-sympy-doc python-tables python-tables-data python-tables-lib python-xlrd python-xlwt tex-common tex-gyre texlive-base texlive-binaries texlive-extra-utils texlive-font-utils texlive-fonts-extra texlive-fonts-extra-doc texlive-fonts-recommended texlive-fonts-recommended-doc texlive-generic-recommended texlive-latex-base texlive-latex-base-doc texlive-latex-extra texlive-latex-extra-doc texlive-latex-recommended texlive-latex-recommended-doc texlive-pictures texlive-pictures-doc texlive-pstricks texlive-pstricks-doc tipa ttf-adf-accanthis ttf-adf-gillius ttf-adf-universalis 建議安裝: fontforge libiodbc2-dev gsl-ref-psdoc | gsl-doc-pdf | gsl-doc-info | gsl-ref-html python-genshi python-lxml-dbg python-lxml-doc python-gmpy2 python-mpmath-doc python-pandas-doc python-patsy-doc python-pytest-xdist python-mock python-scipy-doc python-statsmodels-doc python-tables-doc python-netcdf vitables perl-tk dvidvi xindy fragmaster purifyeps lacheck chktex latexmk latexdiff psutils cm-super libspreadsheet-parseexcel-perl libtcltk-ruby dot2tex prerex 下列【新】軟體包將被安裝: dvipng fonts-cabin fonts-comfortaa fonts-crosextra-caladea fonts-crosextra-carlito fonts-ebgaramond fonts-ebgaramond-extra fonts-freefont-otf fonts-gfs-artemisia fonts-gfs-complutum fonts-gfs-didot fonts-gfs-neohellenic fonts-gfs-olga fonts-gfs-solomos fonts-junicode fonts-linuxlibertine fonts-lmodern fonts-lobster fonts-lobstertwo fonts-oflb-asana-math fonts-roboto-hinted fonts-sil-gentium fonts-sil-gentium-basic fonts-sil-gentiumplus fonts-texgyre isympy libdsdp-5.8gf libfile-homedir-perl libfile-which-perl libglpk36 libgsl2 libpotrace0 libptexenc1 libsynctex1 libtexlua52 libtexluajit2 lmodern preview-latex-style prosper ps2eps python-antlr python-bs4 python-cvxopt python-gmpy python-html5lib python-jdcal python-joblib python-lxml python-mpmath python-numexpr python-openpyxl python-pandas python-pandas-lib python-patsy python-py python-pyglet python-pytest python-scipy python-statsmodels python-statsmodels-lib python-sympy python-sympy-doc python-tables python-tables-data python-tables-lib python-xlrd python-xlwt tex-common tex-gyre texlive-base texlive-binaries texlive-extra-utils texlive-font-utils texlive-fonts-extra texlive-fonts-extra-doc texlive-fonts-recommended texlive-fonts-recommended-doc texlive-generic-recommended texlive-latex-base texlive-latex-base-doc texlive-latex-extra texlive-latex-extra-doc texlive-latex-recommended texlive-latex-recommended-doc texlive-pictures texlive-pictures-doc texlive-pstricks texlive-pstricks-doc tipa ttf-adf-accanthis ttf-adf-gillius ttf-adf-universalis 升級了 0 個軟體包,新安裝了 92 個軟體包,要解除安裝 0 個軟體包,有 172 個軟體包未被升級。 需要下載 1,091 MB 的歸檔。 解壓縮後會消耗 2,129 MB 的額外空間。 您希望繼續執行嗎? [Y/n] y 獲取:1 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 libptexenc1 amd64 2015.20160222.37495-1 [34.3 kB] 獲取:2 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 libsynctex1 amd64 2015.20160222.37495-1 [41.7 kB] 獲取:3 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 libtexlua52 amd64 2015.20160222.37495-1 [90.8 kB] 獲取:4 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 libtexluajit2 amd64 2015.20160222.37495-1 [213 kB] 獲取:5 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 libpotrace0 amd64 1.13-2 [17.7 kB] 獲取:6 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main amd64 tex-common all 6.04ubuntu1 [545 kB] 獲取:7 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 texlive-binaries amd64 2015.20160222.37495-1 [7,325 kB] 獲取:8 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 dvipng amd64 1.15-0ubuntu1 [75.4 kB] 獲取:9 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-cabin all 1.5-2 [140 kB] 獲取:10 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-comfortaa all 2.003-1 [131 kB] 獲取:11 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-crosextra-caladea all 20130214-1 [82.3 kB] 獲取:12 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-crosextra-carlito all 20130920-1 [742 kB] 獲取:13 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-ebgaramond all 0.015+git20130628-3 [651 kB] 獲取:14 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-ebgaramond-extra all 0.015+git20130628-3 [933 kB] 獲取:15 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-freefont-otf all 20120503-4 [3,068 kB] 獲取:16 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-gfs-artemisia all 1.1-5 [260 kB] 獲取:17 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-gfs-complutum all 1.1-6 [41.6 kB] 獲取:18 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-gfs-didot all 1.1-6 [278 kB] 獲取:19 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-gfs-neohellenic all 1.1-6 [215 kB] 獲取:20 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-gfs-olga all 1.1-5 [33.4 kB] 獲取:21 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-gfs-solomos all 1.1-5 [40.7 kB] 獲取:22 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-junicode all 0.7.8-2 [642 kB] 獲取:23 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-linuxlibertine all 5.3.0-2 [1,688 kB] 獲取:24 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lmodern all 2.004.5-1 [4,553 kB] 獲取:25 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-lobster all 2.0-2 [38.7 kB] 獲取:26 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-lobstertwo all 2.0-2 [92.7 kB] 獲取:27 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-oflb-asana-math all 000.907-6 [246 kB] 獲取:28 http://cn.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 fonts-roboto-hinted all 2:0~20160106-1ubuntu0.1 [2,929 kB] 獲取:29 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-sil-gentium all 20081126:1.03-1 [247 kB] 獲取:30 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-sil-gentium-basic all 1.1-7 [379 kB] 獲取:31 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-sil-gentiumplus all 5.000-1 [2,805 kB] 獲取:32 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 fonts-texgyre all 20150923-1 [7,926 kB] 獲取:33 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 isympy all 0.7.6.1-1 [82.5 kB] 獲取:34 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-which-perl all 1.19-1 [12.3 kB] 獲取:35 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-homedir-perl all 1.00-1 [46.0 kB] 獲取:36 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 libglpk36 amd64 4.57-1build3 [386 kB] 獲取:37 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 libgsl2 amd64 2.1+dfsg-2 [840 kB] 獲取:38 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 lmodern all 2.004.5-1 [9,571 kB] 獲取:39 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 preview-latex-style all 11.88-1.1ubuntu1 [184 kB] 獲取:40 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-base all 2015.20160320-1ubuntu0.1 [18.3 MB] 獲取:41 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-latex-base all 2015.20160320-1ubuntu0.1 [851 kB] 獲取:42 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-latex-recommended all 2015.20160320-1ubuntu0.1 [12.8 MB] 獲取:43 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-pictures all 2015.20160320-1ubuntu0.1 [3,743 kB] 獲取:44 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-generic-recommended all 2015.20160320-1ubuntu0.1 [2,853 kB] 獲取:45 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 texlive-pstricks all 2015.20160320-1 [26.1 MB] 獲取:46 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 prosper all 1.00.4+cvs.2007.05.01-4 [449 kB] 獲取:47 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 ps2eps amd64 1.68+binaryfree-1 [33.0 kB] 獲取:48 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-antlr all 2.7.7+dfsg-6ubuntu1 [19.0 kB] 獲取:49 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 python-bs4 all 4.4.1-1 [64.2 kB] 獲取:50 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 libdsdp-5.8gf amd64 5.8-9.1ubuntu2 [192 kB] 獲取:51 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-cvxopt amd64 1.1.4-1.4 [1,344 kB] 獲取:52 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-gmpy amd64 1.17-1 [91.1 kB] 獲取:53 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 python-html5lib all 0.999-4 [83.1 kB] 獲取:54 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-jdcal all 1.0-1build1 [7,702 B] 獲取:55 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-joblib all 0.9.4-1 [74.6 kB] 獲取:56 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 python-lxml amd64 3.5.0-1build1 [819 kB] 獲取:57 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-mpmath all 0.19-3 [387 kB] 獲取:58 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-numexpr amd64 2.4.3-1ubuntu1 [129 kB] 獲取:59 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-openpyxl all 2.3.0-1 [193 kB] 獲取:60 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-pandas-lib amd64 0.17.1-3ubuntu2 [1,538 kB] 獲取:61 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-pandas all 0.17.1-3ubuntu2 [2,386 kB] 獲取:62 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-patsy all 0.4.1-2 [169 kB] 獲取:63 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-py all 1.4.31-1 [62.5 kB] 獲取:64 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-pyglet all 1.1.4.dfsg-3 [726 kB] 獲取:65 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-pytest all 2.8.7-4 [119 kB] 獲取:66 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-sympy all 0.7.6.1-1 [2,252 kB] 獲取:67 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-sympy-doc all 0.7.6.1-1 [4,774 kB] 獲取:68 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-tables-lib amd64 3.2.2-2 [353 kB] 獲取:69 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-tables-data all 3.2.2-2 [45.3 kB] 獲取:70 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-tables all 3.2.2-2 [335 kB] 獲取:71 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-xlrd all 0.9.4-1 [107 kB] 獲取:72 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-xlwt all 0.7.5+debian1-1 [83.5 kB] 獲取:73 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 tex-gyre all 20150923-1 [5,048 kB] 獲取:74 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 texlive-extra-utils all 2015.20160320-1 [11.9 MB] 獲取:75 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 texlive-font-utils all 2015.20160320-1 [1,719 kB] 獲取:76 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 ttf-adf-gillius all 0.20090423-2 [400 kB] 獲取:77 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 ttf-adf-universalis all 0.20090423-2 [221 kB] 獲取:78 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 ttf-adf-accanthis all 0.20090423-2 [401 kB] 獲取:79 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 texlive-fonts-extra all 2015.20160320-1 [233 MB] 獲取:80 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 texlive-fonts-extra-doc all 2015.20160320-1 [70.5 MB] 獲取:81 http://cn.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 texlive-fonts-recommended all 2015.20160320-1ubuntu0.1 [5,697 kB] 獲取:82 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-fonts-recommended-doc all 2015.20160320-1ubuntu0.1 [2,725 kB] 獲取:83 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-latex-base-doc all 2015.20160320-1ubuntu0.1 [45.4 MB] 獲取:84 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 texlive-latex-extra all 2015.20160320-1 [10.3 MB] 獲取:85 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 texlive-latex-extra-doc all 2015.20160320-1 [338 MB] 獲取:86 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-latex-recommended-doc all 2015.20160320-1ubuntu0.1 [37.2 MB] 獲取:87 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-pictures-doc all 2015.20160320-1ubuntu0.1 [100 MB] 獲取:88 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 texlive-pstricks-doc all 2015.20160320-1 [85.7 MB] 獲取:89 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 tipa all 2:1.3-20 [2,978 kB] 獲取:90 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-scipy amd64 0.17.0-1 [8,733 kB] 獲取:91 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-statsmodels-lib amd64 0.6.1-4 [173 kB] 獲取:92 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 python-statsmodels all 0.6.1-4 [2,581 kB] 已下載 1,091 MB,耗時 9分 25秒 (1,931 kB/s) 正在從軟體包中解出模板:100% 正在預設定軟體包 ... 正在選中未選擇的軟體包 libptexenc1:amd64。 (正在讀取資料庫 ... 系統當前共安裝有 426314 個檔案和目錄。) 正準備解包 .../libptexenc1_2015.20160222.37495-1_amd64.deb ... 正在解包 libptexenc1:amd64 (2015.20160222.37495-1) ... 正在選中未選擇的軟體包 libsynctex1:amd64。 正準備解包 .../libsynctex1_2015.20160222.37495-1_amd64.deb ... 正在解包 libsynctex1:amd64 (2015.20160222.37495-1) ... 正在選中未選擇的軟體包 libtexlua52:amd64。 正準備解包 .../libtexlua52_2015.20160222.37495-1_amd64.deb ... 正在解包 libtexlua52:amd64 (2015.20160222.37495-1) ... 正在選中未選擇的軟體包 libtexluajit2:amd64。 正準備解包 .../libtexluajit2_2015.20160222.37495-1_amd64.deb ... 正在解包 libtexluajit2:amd64 (2015.20160222.37495-1) ... 正在選中未選擇的軟體包 libpotrace0。 正準備解包 .../libpotrace0_1.13-2_amd64.deb ... 正在解包 libpotrace0 (1.13-2) ... 正在選中未選擇的軟體包 tex-common。 正準備解包 .../tex-common_6.04ubuntu1_all.deb ... 正在解包 tex-common (6.04ubuntu1) ... 正在選中未選擇的軟體包 texlive-binaries。 正準備解包 .../texlive-binaries_2015.20160222.37495-1_amd64.deb ... 正在解包 texlive-binaries (2015.20160222.37495-1) ... 正在選中未選擇的軟體包 dvipng。 正準備解包 .../dvipng_1.15-0ubuntu1_amd64.deb ... 正在解包 dvipng (1.15-0ubuntu1) ... 正在選中未選擇的軟體包 fonts-cabin。 正準備解包 .../fonts-cabin_1.5-2_all.deb ... 正在解包 fonts-cabin (1.5-2) ... 正在選中未選擇的軟體包 fonts-comfortaa。 正準備解包 .../fonts-comfortaa_2.003-1_all.deb ... 正在解包 fonts-comfortaa (2.003-1) ... 正在選中未選擇的軟體包 fonts-crosextra-caladea。 正準備解包 .../fonts-crosextra-caladea_20130214-1_all.deb ... 正在解包 fonts-crosextra-caladea (20130214-1) ... 正在選中未選擇的軟體包 fonts-crosextra-carlito。 正準備解包 .../fonts-crosextra-carlito_20130920-1_all.deb ... 正在解包 fonts-crosextra-carlito (20130920-1) ... 正在選中未選擇的軟體包 fonts-ebgaramond。 正準備解包 .../fonts-ebgaramond_0.015+git20130628-3_all.deb ... 正在解包 fonts-ebgaramond (0.015+git20130628-3) ... 正在選中未選擇的軟體包 fonts-ebgaramond-extra。 正準備解包 .../fonts-ebgaramond-extra_0.015+git20130628-3_all.deb ... 正在解包 fonts-ebgaramond-extra (0.015+git20130628-3) ... 正在選中未選擇的軟體包 fonts-freefont-otf。 正準備解包 .../fonts-freefont-otf_20120503-4_all.deb ... 正在解包 fonts-freefont-otf (20120503-4) ... 正在選中未選擇的軟體包 fonts-gfs-artemisia。 正準備解包 .../fonts-gfs-artemisia_1.1-5_all.deb ... 正在解包 fonts-gfs-artemisia (1.1-5) ... 正在選中未選擇的軟體包 fonts-gfs-complutum。 正準備解包 .../fonts-gfs-complutum_1.1-6_all.deb ... 正在解包 fonts-gfs-complutum (1.1-6) ... 正在選中未選擇的軟體包 fonts-gfs-didot。 正準備解包 .../fonts-gfs-didot_1.1-6_all.deb ... 正在解包 fonts-gfs-didot (1.1-6) ... 正在選中未選擇的軟體包 fonts-gfs-neohellenic。 正準備解包 .../fonts-gfs-neohellenic_1.1-6_all.deb ... 正在解包 fonts-gfs-neohellenic (1.1-6) ... 正在選中未選擇的軟體包 fonts-gfs-olga。 正準備解包 .../fonts-gfs-olga_1.1-5_all.deb ... 正在解包 fonts-gfs-olga (1.1-5) ... 正在選中未選擇的軟體包 fonts-gfs-solomos。 正準備解包 .../fonts-gfs-solomos_1.1-5_all.deb ... 正在解包 fonts-gfs-solomos (1.1-5) ... 正在選中未選擇的軟體包 fonts-junicode。 正準備解包 .../fonts-junicode_0.7.8-2_all.deb ... 正在解包 fonts-junicode (0.7.8-2) ... 正在選中未選擇的軟體包 fonts-linuxlibertine。 正準備解包 .../fonts-linuxlibertine_5.3.0-2_all.deb ... 正在解包 fonts-linuxlibertine (5.3.0-2) ... 正在選中未選擇的軟體包 fonts-lmodern。 正準備解包 .../fonts-lmodern_2.004.5-1_all.deb ... 正在解包 fonts-lmodern (2.004.5-1) ... 正在選中未選擇的軟體包 fonts-lobster。 正準備解包 .../fonts-lobster_2.0-2_all.deb ... 正在解包 fonts-lobster (2.0-2) ... 正在選中未選擇的軟體包 fonts-lobstertwo。 正準備解包 .../fonts-lobstertwo_2.0-2_all.deb ... 正在解包 fonts-lobstertwo (2.0-2) ... 正在選中未選擇的軟體包 fonts-oflb-asana-math。 正準備解包 .../fonts-oflb-asana-math_000.907-6_all.deb ... 正在解包 fonts-oflb-asana-math (000.907-6) ... 正在選中未選擇的軟體包 fonts-roboto-hinted。 正準備解包 .../fonts-roboto-hinted_2%3a0~20160106-1ubuntu0.1_all.deb ... 正在解包 fonts-roboto-hinted (2:0~20160106-1ubuntu0.1) ... 正在選中未選擇的軟體包 fonts-sil-gentium。 正準備解包 .../fonts-sil-gentium_20081126%3a1.03-1_all.deb ... 正在解包 fonts-sil-gentium (20081126:1.03-1) ... 正在選中未選擇的軟體包 fonts-sil-gentium-basic。 正準備解包 .../fonts-sil-gentium-basic_1.1-7_all.deb ... 正在解包 fonts-sil-gentium-basic (1.1-7) ... 正在選中未選擇的軟體包 fonts-sil-gentiumplus。 正準備解包 .../fonts-sil-gentiumplus_5.000-1_all.deb ... 正在解包 fonts-sil-gentiumplus (5.000-1) ... 正在選中未選擇的軟體包 fonts-texgyre。 正準備解包 .../fonts-texgyre_20150923-1_all.deb ... 正在解包 fonts-texgyre (20150923-1) ... 正在選中未選擇的軟體包 isympy。 正準備解包 .../isympy_0.7.6.1-1_all.deb ... 正在解包 isympy (0.7.6.1-1) ... 正在選中未選擇的軟體包 libfile-which-perl。 正準備解包 .../libfile-which-perl_1.19-1_all.deb ... 正在解包 libfile-which-perl (1.19-1) ... 正在選中未選擇的軟體包 libfile-homedir-perl。 正準備解包 .../libfile-homedir-perl_1.00-1_all.deb ... 正在解包 libfile-homedir-perl (1.00-1) ... 正在選中未選擇的軟體包 libglpk36:amd64。 正準備解包 .../libglpk36_4.57-1build3_amd64.deb ... 正在解包 libglpk36:amd64 (4.57-1build3) ... 正在選中未選擇的軟體包 libgsl2:amd64。 正準備解包 .../libgsl2_2.1+dfsg-2_amd64.deb ... 正在解包 libgsl2:amd64 (2.1+dfsg-2) ... 正在選中未選擇的軟體包 lmodern。 正準備解包 .../lmodern_2.004.5-1_all.deb ... 正在解包 lmodern (2.004.5-1) ... 正在選中未選擇的軟體包 preview-latex-style。 正準備解包 .../preview-latex-style_11.88-1.1ubuntu1_all.deb ... 正在解包 preview-latex-style (11.88-1.1ubuntu1) ... 正在選中未選擇的軟體包 texlive-base。 正準備解包 .../texlive-base_2015.20160320-1ubuntu0.1_all.deb ... 正在解包 texlive-base (2015.20160320-1ubuntu0.1) ... 正在選中未選擇的軟體包 texlive-latex-base。 正準備解包 .../texlive-latex-base_2015.20160320-1ubuntu0.1_all.deb ... 正在解包 texlive-latex-base (2015.20160320-1ubuntu0.1) ... 正在選中未選擇的軟體包 texlive-latex-recommended。 正準備解包 .../texlive-latex-recommended_2015.20160320-1ubuntu0.1_all.deb ... 正在解包 texlive-latex-recommended (2015.20160320-1ubuntu0.1) ... 正在選中未選擇的軟體包 texlive-pictures。 正準備解包 .../texlive-pictures_2015.20160320-1ubuntu0.1_all.deb ... 正在解包 texlive-pictures (2015.20160320-1ubuntu0.1) ... 正在選中未選擇的軟體包 texlive-generic-recommended。 正準備解包 .../texlive-generic-recommended_2015.20160320-1ubuntu0.1_all.deb ... 正在解包 texlive-generic-recommended (2015.20160320-1ubuntu0.1) ... 正在選中未選擇的軟體包 texlive-pstricks。 正準備解包 .../texlive-pstricks_2015.20160320-1_all.deb ... 正在解包 texlive-pstricks (2015.20160320-1) ... 正在選中未選擇的軟體包 prosper。 正準備解包 .../prosper_1.00.4+cvs.2007.05.01-4_all.deb ... 正在解包 prosper (1.00.4+cvs.2007.05.01-4) ... 正在選中未選擇的軟體包 ps2eps。 正準備解包 .../ps2eps_1.68+binaryfree-1_amd64.deb ... 正在解包 ps2eps (1.68+binaryfree-1) ... 正在選中未選擇的軟體包 python-antlr。 正準備解包 .../python-antlr_2.7.7+dfsg-6ubuntu1_all.deb ... 正在解包 python-antlr (2.7.7+dfsg-6ubuntu1) ... 正在選中未選擇的軟體包 python-bs4。 正準備解包 .../python-bs4_4.4.1-1_all.deb ... 正在解包 python-bs4 (4.4.1-1) ... 正在選中未選擇的軟體包 libdsdp-5.8gf。 正準備解包 .../libdsdp-5.8gf_5.8-9.1ubuntu2_amd64.deb ... 正在解包 libdsdp-5.8gf (5.8-9.1ubuntu2) ... 正在選中未選擇的軟體包 python-cvxopt。 正準備解包 .../python-cvxopt_1.1.4-1.4_amd64.deb ... 正在解包 python-cvxopt (1.1.4-1.4) ... 正在選中未選擇的軟體包 python-gmpy。 正準備解包 .../python-gmpy_1.17-1_amd64.deb ... 正在解包 python-gmpy (1.17-1) ... 正在選中未選擇的軟體包 python-html5lib。 正準備解包 .../python-html5lib_0.999-4_all.deb ... 正在解包 python-html5lib (0.999-4) ... 正在選中未選擇的軟體包 python-jdcal。 正準備解包 .../python-jdcal_1.0-1build1_all.deb ... 正在解包 python-jdcal (1.0-1build1) ... 正在選中未選擇的軟體包 python-joblib。 正準備解包 .../python-joblib_0.9.4-1_all.deb ... 正在解包 python-joblib (0.9.4-1) ... 正在選中未選擇的軟體包 python-lxml。 正準備解包 .../python-lxml_3.5.0-1build1_amd64.deb ... 正在解包 python-lxml (3.5.0-1build1) ... 正在選中未選擇的軟體包 python-mpmath。 正準備解包 .../python-mpmath_0.19-3_all.deb ... 正在解包 python-mpmath (0.19-3) ... 正在選中未選擇的軟體包 python-numexpr。 正準備解包 .../python-numexpr_2.4.3-1ubuntu1_amd64.deb ... 正在解包 python-numexpr (2.4.3-1ubuntu1) ... 正在選中未選擇的軟體包 python-openpyxl。 正準備解包 .../python-openpyxl_2.3.0-1_all.deb ... 正在解包 python-openpyxl (2.3.0-1) ... 正在選中未選擇的軟體包 python-pandas-lib。 正準備解包 .../python-pandas-lib_0.17.1-3ubuntu2_amd64.deb ... 正在解包 python-pandas-lib (0.17.1-3ubuntu2) ... 正在選中未選擇的軟體包 python-pandas。 正準備解包 .../python-pandas_0.17.1-3ubuntu2_all.deb ... 正在解包 python-pandas (0.17.1-3ubuntu2) ... 正在選中未選擇的軟體包 python-patsy。 正準備解包 .../python-patsy_0.4.1-2_all.deb ... 正在解包 python-patsy (0.4.1-2) ... 正在選中未選擇的軟體包 python-py。 正準備解包 .../python-py_1.4.31-1_all.deb ... 正在解包 python-py (1.4.31-1) ... 正在選中未選擇的軟體包 python-pyglet。 正準備解包 .../python-pyglet_1.1.4.dfsg-3_all.deb ... 正在解包 python-pyglet (1.1.4.dfsg-3) ... 正在選中未選擇的軟體包 python-pytest。 正準備解包 .../python-pytest_2.8.7-4_all.deb ... 正在解包 python-pytest (2.8.7-4) ... 正在選中未選擇的軟體包 python-sympy。 正準備解包 .../python-sympy_0.7.6.1-1_all.deb ... 正在解包 python-sympy (0.7.6.1-1) ... 正在選中未選擇的軟體包 python-sympy-doc。 正準備解包 .../python-sympy-doc_0.7.6.1-1_all.deb ... 正在解包 python-sympy-doc (0.7.6.1-1) ... 正在選中未選擇的軟體包 python-tables-lib。 正準備解包 .../python-tables-lib_3.2.2-2_amd64.deb ... 正在解包 python-tables-lib (3.2.2-2) ... 正在選中未選擇的軟體包 python-tables-data。 正準備解包 .../python-tables-data_3.2.2-2_all.deb ... 正在解包 python-tables-data (3.2.2-2) ... 正在選中未選擇的軟體包 python-tables。 正準備解包 .../python-tables_3.2.2-2_all.deb ... 正在解包 python-tables (3.2.2-2) ... 正在選中未選擇的軟體包 python-xlrd。 正準備解包 .../python-xlrd_0.9.4-1_all.deb ... 正在解包 python-xlrd (0.9.4-1) ... 正在選中未選擇的軟體包 python-xlwt。 正準備解包 .../python-xlwt_0.7.5+debian1-1_all.deb ... 正在解包 python-xlwt (0.7.5+debian1-1) ... 正在選中未選擇的軟體包 tex-gyre。 正準備解包 .../tex-gyre_20150923-1_all.deb ... 正在解包 tex-gyre (20150923-1) ... 正在選中未選擇的軟體包 texlive-extra-utils。 正準備解包 .../texlive-extra-utils_2015.20160320-1_all.deb ... 正在解包 texlive-extra-utils (2015.20160320-1) ... 正在選中未選擇的軟體包 texlive-font-utils。 正準備解包 .../texlive-font-utils_2015.20160320-1_all.deb ... 正在解包 texlive-font-utils (2015.20160320-1) ... 正在選中未選擇的軟體包 ttf-adf-gillius。 正準備解包 .../ttf-adf-gillius_0.20090423-2_all.deb ... 正在解包 ttf-adf-gillius (0.20090423-2) ... 正在選中未選擇的軟體包 ttf-adf-universalis。 正準備解包 .../ttf-adf-universalis_0.20090423-2_all.deb ... 正在解包 ttf-adf-universalis (0.20090423-2) ... 正在選中未選擇的軟體包 ttf-adf-accanthis。 正準備解包 .../ttf-adf-accanthis_0.20090423-2_all.deb ... 正在解包 ttf-adf-accanthis (0.20090423-2) ... 正在選中未選擇的軟體包 texlive-fonts-extra。 正準備解包 .../texlive-fonts-extra_2015.20160320-1_all.deb ... 正在解包 texlive-fonts-extra (2015.20160320-1) ... 正在選中未選擇的軟體包 texlive-fonts-extra-doc。 正準備解包 .../texlive-fonts-extra-doc_2015.20160320-1_all.deb ... 正在解包 texlive-fonts-extra-doc (2015.20160320-1) ... 正在選中未選擇的軟體包 texlive-fonts-recommended。 正準備解包 .../texlive-fonts-recommended_2015.20160320-1ubuntu0.1_all.deb ... 正在解包 texlive-fonts-recommended (2015.20160320-1ubuntu0.1) ... 正在選中未選擇的軟體包 texlive-fonts-recommended-doc。 正準備解包 .../texlive-fonts-recommended-doc_2015.20160320-1ubuntu0.1_all.deb ... 正在解包 texlive-fonts-recommended-doc (2015.20160320-1ubuntu0.1) ... 正在選中未選擇的軟體包 texlive-latex-base-doc。 正準備解包 .../texlive-latex-base-doc_2015.20160320-1ubuntu0.1_all.deb ... 正在解包 texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... 正在選中未選擇的軟體包 texlive-latex-extra。 正準備解包 .../texlive-latex-extra_2015.20160320-1_all.deb ... 正在解包 texlive-latex-extra (2015.20160320-1) ... 正在選中未選擇的軟體包 texlive-latex-extra-doc。 正準備解包 .../texlive-latex-extra-doc_2015.20160320-1_all.deb ... 正在解包 texlive-latex-extra-doc (2015.20160320-1) ... 正在選中未選擇的軟體包 texlive-latex-recommended-doc。 正準備解包 .../texlive-latex-recommended-doc_2015.20160320-1ubuntu0.1_all.deb ... 正在解包 texlive-latex-recommended-doc (2015.20160320-1ubuntu0.1) ... 正在選中未選擇的軟體包 texlive-pictures-doc。 正準備解包 .../texlive-pictures-doc_2015.20160320-1ubuntu0.1_all.deb ... 正在解包 texlive-pictures-doc (2015.20160320-1ubuntu0.1) ... 正在選中未選擇的軟體包 texlive-pstricks-doc。 正準備解包 .../texlive-pstricks-doc_2015.20160320-1_all.deb ... 正在解包 texlive-pstricks-doc (2015.20160320-1) ... 正在選中未選擇的軟體包 tipa。 正準備解包 .../tipa_2%3a1.3-20_all.deb ... 正在解包 tipa (2:1.3-20) ... 正在選中未選擇的軟體包 python-scipy。 正準備解包 .../python-scipy_0.17.0-1_amd64.deb ... 正在解包 python-scipy (0.17.0-1) ... 正在選中未選擇的軟體包 python-statsmodels-lib。 正準備解包 .../python-statsmodels-lib_0.6.1-4_amd64.deb ... 正在解包 python-statsmodels-lib (0.6.1-4) ... 正在選中未選擇的軟體包 python-statsmodels。 正準備解包 .../python-statsmodels_0.6.1-4_all.deb ... 正在解包 python-statsmodels (0.6.1-4) ... 正在處理用於 libc-bin (2.23-0ubuntu10) 的觸發器 ... 正在處理用於 man-db (2.7.5-1) 的觸發器 ... 正在處理用於 doc-base (0.10.7) 的觸發器 ... Processing 8 added doc-base files... 正在處理用於 install-info (6.1.0.dfsg.1-5) 的觸發器 ... 正在處理用於 fontconfig (2.11.94-0ubuntu1.1) 的觸發器 ... 正在處理用於 mime-support (3.59ubuntu1) 的觸發器 ... 正在設定 libptexenc1:amd64 (2015.20160222.37495-1) ... 正在設定 libsynctex1:amd64 (2015.20160222.37495-1) ... 正在設定 libtexlua52:amd64 (2015.20160222.37495-1) ... 正在設定 libtexluajit2:amd64 (2015.20160222.37495-1) ... 正在設定 libpotrace0 (1.13-2) ... 正在設定 tex-common (6.04ubuntu1) ... update-language: texlive-base not installed and configured, doing nothing! 正在設定 texlive-binaries (2015.20160222.37495-1) ... update-alternatives: 使用 /usr/bin/xdvi-xaw 來在自動模式中提供 /usr/bin/xdvi.bin (xdvi.bin) update-alternatives: 使用 /usr/bin/bibtex.original 來在自動模式中提供 /usr/bin/bibtex (bibtex) 正在設定 dvipng (1.15-0ubuntu1) ... 正在設定 fonts-cabin (1.5-2) ... 正在設定 fonts-comfortaa (2.003-1) ... 正在設定 fonts-crosextra-caladea (20130214-1) ... 正在設定 fonts-crosextra-carlito (20130920-1) ... 正在設定 fonts-ebgaramond (0.015+git20130628-3) ... 正在設定 fonts-ebgaramond-extra (0.015+git20130628-3) ... 正在設定 fonts-freefont-otf (20120503-4) ... 正在設定 fonts-gfs-artemisia (1.1-5) ... 正在設定 fonts-gfs-complutum (1.1-6) ... 正在設定 fonts-gfs-didot (1.1-6) ... 正在設定 fonts-gfs-neohellenic (1.1-6) ... 正在設定 fonts-gfs-olga (1.1-5) ... 正在設定 fonts-gfs-solomos (1.1-5) ... 正在設定 fonts-junicode (0.7.8-2) ... 正在設定 fonts-linuxlibertine (5.3.0-2) ... 正在設定 fonts-lmodern (2.004.5-1) ... 正在設定 fonts-lobster (2.0-2) ... 正在設定 fonts-lobstertwo (2.0-2) ... 正在設定 fonts-oflb-asana-math (000.907-6) ... 正在設定 fonts-roboto-hinted (2:0~20160106-1ubuntu0.1) ... 正在設定 fonts-sil-gentium (20081126:1.03-1) ... 正在設定 fonts-sil-gentium-basic (1.1-7) ... 正在設定 fonts-sil-gentiumplus (5.000-1) ... 正在設定 fonts-texgyre (20150923-1) ... 正在設定 isympy (0.7.6.1-1) ... 正在設定 libfile-which-perl (1.19-1) ... 正在設定 libfile-homedir-perl (1.00-1) ... 正在設定 libglpk36:amd64 (4.57-1build3) ... 正在設定 libgsl2:amd64 (2.1+dfsg-2) ... 正在設定 lmodern (2.004.5-1) ... 正在設定 preview-latex-style (11.88-1.1ubuntu1) ... 正在設定 texlive-base (2015.20160320-1ubuntu0.1) ... mktexlsr: Updating /var/lib/texmf/ls-R-TEXLIVEDIST... mktexlsr: Updating /var/lib/texmf/ls-R-TEXMFMAIN... mktexlsr: Updating /var/lib/texmf/ls-R... mktexlsr: Done. /usr/bin/tl-paper: setting paper size for dvips to a4. /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. /usr/bin/tl-paper: setting paper size for xdvi to a4. /usr/bin/tl-paper: setting paper size for pdftex to a4. 正在設定 texlive-latex-base (2015.20160320-1ubuntu0.1) ... 正在設定 texlive-latex-recommended (2015.20160320-1ubuntu0.1) ... 正在設定 texlive-pictures (2015.20160320-1ubuntu0.1) ... 正在設定 texlive-generic-recommended (2015.20160320-1ubuntu0.1) ... 正在設定 texlive-pstricks (2015.20160320-1) ... 正在設定 prosper (1.00.4+cvs.2007.05.01-4) ... Regenerating '/var/lib/texmf/fmtutil.cnf-DEBIAN'... done. Regenerating '/var/lib/texmf/fmtutil.cnf-TEXLIVEDIST'... done. update-fmtutil has updated the following file(s): /var/lib/texmf/fmtutil.cnf-DEBIAN /var/lib/texmf/fmtutil.cnf-TEXLIVEDIST If you want to activate the changes in the above file(s), you should run fmtutil-sys or fmtutil. Running mktexlsr. This may take some time... done. 正在設定 ps2eps (1.68+binaryfree-1) ... 正在設定 python-antlr (2.7.7+dfsg-6ubuntu1) ... 正在設定 python-bs4 (4.4.1-1) ... 正在設定 libdsdp-5.8gf (5.8-9.1ubuntu2) ... 正在設定 python-cvxopt (1.1.4-1.4) ... 正在設定 python-gmpy (1.17-1) ... 正在設定 python-html5lib (0.999-4) ... 正在設定 python-jdcal (1.0-1build1) ... 正在設定 python-joblib (0.9.4-1) ... 正在設定 python-lxml (3.5.0-1build1) ... 正在設定 python-mpmath (0.19-3) ... 正在設定 python-numexpr (2.4.3-1ubuntu1) ... 正在設定 python-openpyxl (2.3.0-1) ... 正在設定 python-pandas-lib (0.17.1-3ubuntu2) ... 正在設定 python-pandas (0.17.1-3ubuntu2) ... 正在設定 python-patsy (0.4.1-2) ... 正在設定 python-py (1.4.31-1) ... 正在設定 python-pyglet (1.1.4.dfsg-3) ... 正在設定 python-pytest (2.8.7-4) ... 正在設定 python-sympy (0.7.6.1-1) ... 正在設定 python-sympy-doc (0.7.6.1-1) ... 正在設定 python-tables-lib (3.2.2-2) ... 正在設定 python-tables-data (3.2.2-2) ... 正在設定 python-tables (3.2.2-2) ... 正在設定 python-xlrd (0.9.4-1) ... 正在設定 python-xlwt (0.7.5+debian1-1) ... 正在設定 tex-gyre (20150923-1) ... 正在設定 texlive-extra-utils (2015.20160320-1) ... 正在設定 texlive-font-utils (2015.20160320-1) ... 正在設定 ttf-adf-gillius (0.20090423-2) ... 正在設定 ttf-adf-universalis (0.20090423-2) ... 正在設定 ttf-adf-accanthis (0.20090423-2) ... 正在設定 texlive-fonts-extra (2015.20160320-1) ... 正在設定 texlive-fonts-extra-doc (2015.20160320-1) ... 正在設定 texlive-fonts-recommended (2015.20160320-1ubuntu0.1) ... 正在設定 texlive-fonts-recommended-doc (2015.20160320-1ubuntu0.1) ... 正在設定 texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... 正在設定 texlive-latex-extra (2015.20160320-1) ... 正在設定 texlive-latex-extra-doc (2015.20160320-1) ... 正在設定 texlive-latex-recommended-doc (2015.20160320-1ubuntu0.1) ... 正在設定 texlive-pictures-doc (2015.20160320-1ubuntu0.1) ... 正在設定 texlive-pstricks-doc (2015.20160320-1) ... 正在設定 tipa (2:1.3-20) ... Regenerating '/var/lib/texmf/fmtutil.cnf-DEBIAN'... done. Regenerating '/var/lib/texmf/fmtutil.cnf-TEXLIVEDIST'... done. update-fmtutil has updated the following file(s): /var/lib/texmf/fmtutil.cnf-DEBIAN /var/lib/texmf/fmtutil.cnf-TEXLIVEDIST If you want to activate the changes in the above file(s), you should run fmtutil-sys or fmtutil. 正在設定 python-scipy (0.17.0-1) ... 正在設定 python-statsmodels-lib (0.6.1-4) ... 正在設定 python-statsmodels (0.6.1-4) ... 正在處理用於 libc-bin (2.23-0ubuntu10) 的觸發器 ... 正在處理用於 tex-common (6.04ubuntu1) 的觸發器 ... Running updmap-sys. This may take some time... done. Running mktexlsr /var/lib/texmf ... done. Building format(s) --all. This may take some time... done. [email protected]:~/python_ws$ sudo pip install scipy The directory '/home/carto/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/carto/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Requirement already satisfied (use --upgrade to upgrade): scipy in /usr/lib/python2.7/dist-packages You are using pip version 8.1.1, however version 18.0 is available. You should consider upgrading via the 'pip install --upgrade pip' command. [email protected]:~/python_ws$ sudo pip install -U scikit-learn The directory '/home/carto/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/carto/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting scikit-learn Downloading https://files.pythonhosted.org/packages/bc/67/370aa248f54769a56216707ad7b9af19745e85a603fafa47bde353f327fb/scikit_learn-0.19.2-cp27-cp27mu-manylinux1_x86_64.whl (5.0MB) 100% |████████████████████████████████| 5.0MB 212kB/s Installing collected packages: scikit-learn Successfully installed scikit-learn-0.19.2 You are using pip version 8.1.1, however version 18.0 is available. You should consider upgrading via the 'pip install --upgrade pip' command. [email protected]:~/python_ws$ pip list actionlib (1.11.13) adium-theme-ubuntu (0.3.4) alabaster (0.7.7) angles (1.9.11) attrs (15.2.0) autobahn (0.10.3) Babel (1.3) base-local-planner (1.14.4) beautifulsoup4 (4.4.1) bondpy (1.8.1) bzr (2.7.0) camera-calibration (1.12.23) camera-calibration-parsers (1.11.13) catkin (0.7.11) catkin-pkg (0.4.6) catkin-pkg-modules (0.4.6) chardet (2.3.0) configobj (5.0.6) controller-manager (0.13.3) controller-manager-msgs (0.13.3) cryptography (1.2.3) cv-bridge (1.12.8) cvxopt (1.1.4) cycler (0.9.0) decorator (4.0.6) defusedxml (0.4.1) diagnostic-analysis (1.9.3) diagnostic-common-diagnostics (1.9.3) diagnostic-updater (1.9.3) docutils (0.12) dynamic-reconfigure (1.5.49) ecdsa (0.13) empy (3.3.2) enum34 (1.1.2) futures (3.0.5) gazebo-plugins (2.5.17) gazebo-ros (2.5.17) gencpp (0.6.0) geneus (2.2.6) genlisp (0.4.16) genmsg (0.5.10) gennodejs (2.0.1) genpy (0.6.7) gmpy (1.17) html5lib (0.999) httplib2 (0.9.1) idna (2.0) image-geometry (1.12.8) interactive-markers (1.11.3) ipaddress (1.0.16) ipython (2.4.1) jdcal (1.0) Jinja2 (2.8) joblib (0.9.4) keyring (7.3) laser-geometry (1.6.4) launchpadlib (1.10.3) lazr.restfulclient (0.13.4) lazr.uri (1.0.3) lxml (3.5.0) lz4 (0.7.0) MarkupSafe (0.23) matplotlib (1.5.1) mercurial (3.7.3) message-filters (1.12.13) mpi4py (1.3.1) mpmath (0.19) msgpack-python (0.4.6) netifaces (0.10.4) nose (1.3.7) numexpr (2.4.3) numpy (1.11.0) oauth (1.0.1) openpyxl (2.3.0) PAM (0.4.2) pandas (0.17.1) paramiko (1.16.0) patsy (0.4.1) pexpect (4.0.1) Pillow (3.1.2) pip (8.1.1) pluginlib (1.11.3) psutil (3.4.2) ptyprocess (0.5) py (1.4.31) pyasn1 (0.1.9) pyasn1-modules (0.0.7) pycrypto (2.6.1) pycurl (7.43.0) pydot (1.0.29) pyglet (1.1.4) Pygments (2.1) pygobject (3.20.0) pygpgme (0.3) PyMySQL (0.7.2) PyOpenGL (3.0.2) pyOpenSSL (0.15.1) pyparsing (2.0.3) pyserial (3.0.1) Pyste (0.9.10) pytest (2.8.7) python-dateutil (2.4.2) python-qt-binding (0.3.3) python-snappy (0.5) pytz (2014.10) PyYAML (3.11) pyzmq (15.2.0) qt-dotgraph (0.3.8) qt-gui (0.3.8) qt-gui-cpp (0.3.8) qt-gui-py-common (0.3.8) resource-retriever (1.12.4) roman (2.0.0) rosbag (1.12.13) rosboost-cfg (1.14.3) rosclean (1.14.3) roscreate (1.14.3) rosdep (0.12.2) rosdistro (0.6.8) rosdistro-modules (0.6.8) rosgraph (1.12.13) rosinstall (0.7.8) rosinstall-generator (0.1.14) roslaunch (1.12.13) roslib (1.14.3) roslint (0.11.0) roslz4 (1.12.13) rosmake (1.14.3) rosmaster (1.12.13) rosmsg (1.12.13) rosnode (1.12.13) rosparam (1.12.13) rospkg (1.1.4) rospkg-modules (1.1.4) rospy (1.12.13) rosservice (1.12.13) rostest (1.12.13) rostopic (1.12.13) rosunit (1.14.3) roswtf (1.12.13) rqt-action (0.4.9) rqt-bag (0.4.12) rqt-bag-plugins (0.4.12) rqt-console (0.4.8) rqt-dep (0.4.9) rqt-graph (0.4.9) rqt-gui (0.5.0) rqt-gui-py (0.5.0) rqt-image-view (0.4.11) rqt-launch (0.4.8) rqt-logger-level (0.4.8) rqt-moveit (0.5.7) rqt-msg (0.4.8) rqt-nav-view (0.5.7) rqt-plot (0.4.8) rqt-pose-view (0.5.8) rqt-publisher (0.4.8) rqt-py-common (0.5.0) rqt-py-console (0.4.8) rqt-reconfigure (0.4.10) rqt-robot-dashboard (0.5.7) rqt-robot-monitor (0.5.8) rqt-robot-steering (0.5.9) rqt-runtime-monitor (0.5.7) rqt-rviz (0.5.10) rqt-service-caller (0.4.8) rqt-shell (0.4.9) rqt-srv (0.4.8) rqt-tf-tree (0.5.8) rqt-top (0.4.8) rqt-topic (0.4.10) rqt-web (0.4.8) rviz (1.12.16) scikit-learn (0.19.2) scipy (0.17.0) SecretStorage (2.1.3) sensor-msgs (1.12.6) service-identity (16.0.0) setuptools (20.7.0) simplegeneric (0.8.1) simplejson (3.8.1) six (1.10.0) smach (2.0.1) smach-ros (2.0.1) smclib (1.8.1) Sphinx (1.3.6) sphinx-rtd-theme (0.1.9) statsmodels (0.6.1) sympy (0.7.6.1) tables (3.2.2) tf (1.11.9) tf-conversions (1.11.9) tf2-geometry-msgs (0.5.17) tf2-kdl (0.5.17) tf2-py (0.5.17) tf2-ros (0.5.17) topic-tools (1.12.13) tornado (4.2.1) trollius (2.0.1) Twisted (16.0.0) txaio (1.0.0) unity-lens-photos (1.0) vcstools (0.1.40) wadllib (1.3.2) wheel (0.29.0) wstool (0.1.17) wxPython (3.0.2.0) wxPython-common (3.0.2.0) xacro (1.11.3) xlrd (0.9.4) xlwt (0.7.5) zope.interface (4.1.3) You are using pip version 8.1.1, however version 18.0 is available. You should consider upgrading via the 'pip install --upgrade pip' command.

相關推薦

Linux安裝scikit-learn

[email protected]:~$ python Python 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609] on linux2 Type "help", "copyright", "credits" or

Windows安裝Scikit-learn

官方給出的scikit-learn user guide Release 0.18.1 中提到所依賴的包有 Scikit-learn requires: • Python (>= 2.6 or >= 3.3), • NumPy (>= 1.6.1),

windows安裝scikit learn以及python的各種包

每次安裝都是不完整,這次配置又出問題,於是決定從頭開始安裝。 首先,windows7 32位的系統。 首先安裝python2.7,官網下載的,安裝路徑是c:\python2.7 因為之前雖然安裝的不完整,但是我已經配置好環境變數等引數了。具體Path新增 C:\Pyth

Ubuntu安裝scikit-learn(sklearn)

按說,這個安裝應該也不是很困難,但是官方網站的說明在我看來寫的實在是有待改進,所以寫文一篇,方便以後安裝。 背景: Ubuntu 13.04 python 2 .7. 4(系統預裝) 步驟: 1. 安裝支援部分: 在terminal裡面直接輸入以下命令,這個命令會安

linux安裝numpy,pandas,scipy,matplotlib,scikit-learn

我沒 順序 sci apt 求解 備註 .com sudo cond python在數據科學方面需要用到的庫: a。Numpy:科學計算庫。提供矩陣運算的庫。 b。Pandas:數據分析處理庫 c。scipy:數值計算庫。提供數值積分和常微分方程組求解算法。提供了一個非常廣

windows使用scikit-learn學習機器學習——安裝和配置

style weight 這一 策略 學習資料 scipy 錯誤 erl pycharm   環境搭建過程挺麻煩...但終於是弄好了,先給一些過程中參考的比較重要的資料(找微軟的機器學習資料是個人摸索經驗,無任何借鑒):     1.如果嫌網上各種numpy、scipy等

python機器學習包 Windows pip安裝 scikit-learn numpy scipy

1.到PIP的目錄中C:\Python34\Scripts;2. 2.1  pip安裝numpy pip install numpy 2.2  pip安裝sklearn pip install -U scikit-learn   2.3  pip安裝scipy(注:sklearn 依賴

linux安裝JDK

down 安裝目錄 port libraries .com hit java_home sse ava 方法一:手動安裝jdk的安裝包,配置環境變量 1.在/usr/目錄下創建java目錄 [[email protected]/* */ ~]# mkdi

linux安裝DB2的詳細步驟

justify linux style 第一步:檢查程序包及其版本 compat-libstdc++-7.3-2.96.118.i386.rpm 在linux的安裝盤上,找到後使用rpm -i compat-libstdc++-7.3-2.96.118.i386.rpm 安裝即可

Linux安裝PHP的lua擴展庫

directory http ash make try 不安裝 .net ges 執行 一、安裝Lua 5.3.4 下載 http://www.lua.org/ftp/lua-5.3.4.tar.gz tar xvf lua-5.3.4.tar.gz cd lua

Linux安裝Elasticsearch5.0

https sea 內容 bsp lib 影響 inux 行數據 mit 載Elasticsearch   登錄官網 https://www.elastic.co/cn/downloads   選擇下載elasticsearch,根據需要選擇對應的安裝包,這裏選擇5.0

驗證Linux安裝的redis是否已經後臺啟動的方法

linux 虛擬機 配置文件 redis後臺運行 redis啟動 1、讓redis在linux虛擬機上運行,需要修改 redis.conf 配置文件(通常使用備份文件,避免破壞原配置文件)。這段英文是指“默認的redis是不會在後臺運行的,如果需要使用,則修改成yes”即 daemoniz

Linux安裝軟件命令詳解

代碼包 相關信息 make bin 一個 軟件包 輸入 -i bin文件 Linux下軟件安裝方法總結:一、rpm包安裝方式步驟:1、找到相應的軟件包,比如soft.version.rpm,下載到本機某個目錄;2、打開一個終端,su -成root用戶;3、cd soft.v

Linux安裝ArcGIS10.2

nbsp 主機 yum 研究 無法 部分 開發 cgi 虛擬 最近由於工作需要,沈迷可視化無法自拔,一直在研究基於GIS的地圖可視化,自己在本機windows搭建了一個ArcGIS服務器,用Tableau和R調用WMS服務成功,不愧是GIS元老級應用,效果超贊。

高斯(Gaussian)軟件linux安裝

linux 軟件包 版本號 壓縮包 高斯 gaussian 高斯(Gaussian)軟件的安裝方法相對於其他的計算軟件,高斯軟件的安裝應該算是最簡單了。首先下載到高斯的軟件包,然後解壓,最後配置環境變量就可以使用了。高斯分為 03版本和09版本,每個版本還有小版本號,例如;A01,B0

Linux安裝Mysql

ibm get col cli nbsp bench -s sudo clas 1. sudo apt-get install mysql-server 2. sudo apt-get isntall mysql-client 3. sudo apt-get instal

Java學習筆記——Linux安裝配置MySQL

code names 刪掉 set 影響 per install nod 設置 山重水復疑無路,柳暗花明又一村               ——遊山西村 系統:Ubuntu 16.04LTS 1\官網下載mysql-5.7.18-linux-glibc2.5-x86

Linux安裝nmap掃描工具

sca tcp 可能 失敗 會話 黑客 install 進制 其余   NMAP是一款流行的網絡掃描和嗅探工具,被廣泛應用在黑客領域做漏洞探測以及安全掃描,更多的nmap是一個好用的網絡工具,在生產和開發中也經常用到,主要做端口開放性檢測和局域網信息的查看收集等,不同Lin

linux安裝nmon監控工具

註意 tor dha 壓縮 spa eas span project log 1.首先下載壓縮包 wget http://sourceforge.net/projects/nmon/files/download/nmon_x86_12a.zip/download

Linux安裝破解JIRA 6.3.6 並連接MYSQL5

alt ria ack 擴展 val strong jdb 參數 數據庫 序言 JIRA 是澳大利亞 Atlassian 公司開發的一款優秀的問題跟蹤管理軟件工具,可以對各種類型的問題進行跟蹤管理,包括缺陷、任務、需求、改進等。JIRA采用J2EE技術,能夠跨平臺部署。它