Questions tagged «software-installation»

在运行的系统上以二进制文件或源代码形式安装软件。

1
如何为python安装numpy和scipy?
我很累尝试为phyton 2.7.5安装numpy和scipy,我需要此版本的python,因为我的最终目标是安装类(http://class-code.net/)和montepython(http:// montepython .net /)。 (我有Ubuntu 12.04) 当我尝试导入numpy或scipy时,每次都会出现以下错误: $ phyton2.7 >>> import numpy Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/dist-packages/numpy/__init__.py", line 137, in <module> import add_newdocs File "/usr/lib/python2.7/dist-packages/numpy/add_newdocs.py", line 9, in <module> from numpy.lib import add_newdoc File "/usr/lib/python2.7/dist-packages/numpy/lib/__init__.py", line 4, in <module> from type_check …




3
在哪里解压缩android studio文件?
我是Ubuntu的新手,我刚刚安装了双引导Ubuntu 12.04。我想安装android studio,但我真的不知道如何。我已经下载了android-studio-bundle.tgz文件,并在其中写入了将文件解压缩到适当位置的信息。我真的不知道什么位置适合我的应用程序。您能告诉我在哪里解压缩此文件,或者这是否是安装android studio的正确方法?另外,如果您认为我是一个很好的指南或阅读有关ubuntu技巧的地方,我也将不胜感激,只是对ubuntu有一般的了解。 主要问题:我应该在哪里解压缩android-studio-bundle.tgz文件?

6
无法安装谷歌浏览器。我如何解决它?
我无法安装Google Chrome浏览器。我想知道为什么以及如何解决它。这是我在安装Google Chrome时从终端获得的日志。 $ sudo dpkg --install chrome.deb [sudo] password for young: Selecting previously unselected package google-chrome-stable. (Reading database ... 141861 files and directories currently installed.) Unpacking google-chrome-stable (from chrome.deb) ... dpkg: dependency problems prevent configuration of google-chrome-stable: google-chrome-stable depends on libgconf2-4 (>= 2.27.0); however: Package libgconf2-4 is not installed. …


7
如何安装python映像库(PIL)?
如何在Ubuntu上安装python映像库(PIL)? 我试着做 sudo apt-get install python-imaging 但是现在当我运行python selftest.py(我从http://pythonware.com/products/pil/网站上的某个地方获得的脚本)时,我得到了(除其他警告消息外): ... *** JPEG support not installed *** ZLIB (PNG/ZIP) support not installed ... *** 1 tests of 57 failed. 我是否以某种方式弄乱了PIL-我该如何解决? PIL可能还不错,但是“ selftest.py”并不是检查PIL是否正确安装的正确程序-我还能如何判断PIL是否正确安装? (我正在使用Ubuntu 12.04 LTS“ Precise Pangolin”)。 (我最终想要做的是在一些python代码中添加2D条码生成器,而我发现所有用python编写的2D条码生成器似乎都使用了PIL。)

4
Ubuntu软件中心间谍软件中的程序免费吗?
在Ubuntu软件中心中,程序的不同部分 由Ubuntu提供 规范合作伙伴 购买 我知道所有这些都是开源的;但是Canonical是否进行了任何验证过程,以确保它们没有任何间谍软件或恶意软件? 我想知道是否有人会花时间查看所有这些(到目前为止2355个程序),以及每个版本的软件代码!! 我很担心,因为我经常从软件中心安装不太受欢迎的软件:)

1
无法找到软件包software-properties-common [关闭]
在我的15.04 ubuntu(我将其作为虚拟服务器)上,我想安装unity ...但要一步一步操作,所以fist software-properties-common很常见,但是我得到了: sudo apt-get install software-properties-common Reading package lists... Done Building dependency tree... Done E: Unable to locate package software-properties-common 有人可以帮忙继续吗? /# cat /etc/apt/sources.list deb http://archive.ubuntu.com/ubuntu vivid main restricted universe deb http://archive.ubuntu.com/ubuntu vivid-updates main restricted universe deb http://security.ubuntu.com/ubuntu vivid-security main restricted universe multiverse deb http://archive.canonical.com/ubuntu vivid partner /# …






By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.