Tag: 软件安装

获得Python 2.5和2.7的最佳方法是什么

Ubuntu 10.04只有两个受支持的Python版本2.6和3.1。 开发人员通常需要更多,以测试他们的Python代码是否适用于2.7,2.5(甚至可能是2.4和更旧版本)。 在清晰的系统上并排安装这些Python版本的最佳方法是什么? 是Felix Krull的PPA ,我目前正在使用它吗? 顺便说一句,一些重要的包装在死亡PPA的那些非标准python中是不可用的: python-setuptools(但你可以安装python-setuptools-deadsnakes) python廓

如何检查模块是否安装在Python中,并在需要时安装它?

在终端中,在我启动Python之后,我怎么知道python中存在哪些模块? 假设我需要学习NumPy和SciPy模块。 如果没有安装,我将如何安装? 我怎么知道它是否已安装?

在哪里解压android studio文件?

我是Ubuntu的新手,我刚刚安装了双启动Ubuntu 12.04。 我想安装android studio,但我真的不知道怎么做。 我已经下载了android-studio-bundle.tgz文件,并在其中编写解压缩文件在适当的位置。 我真的不知道我的应用程序的适当位置意味着什么。 你能告诉我在哪里打开这个文件,或者这是安装android studio的正确方法吗? 如果你评论我一个很好的指南或地方阅读关于ubuntu的提示我会非常感激,只是对ubuntu有一般的了解。 主要问题:我应该在哪里解压我的android-studio-bundle.tgz文件?

安装P3DFFT

我在ubuntu中安装P3DFFT。 我为它下载了“.tar.gz”文件并解压缩。 然后使用“./configure”命令。 配置给出了以下错误,“configure:error:您必须选择使用ESSL或FTTW”我在P3DFFT之前已经使用了FTTW lib。 请帮我解决这个错误。 谢谢

如何安装Remastersys?

我想安装Remastersys,但是我收到以下错误: $ sudo apt-get install remastersys Reading package lists… Done Building dependency tree Reading state information… Done E: Unable to locate package remastersys 在软件中心搜索Remastersys也没有给出正确的结果: 我已经尝试按照这些说明添加了软件源,如下面的屏幕截图所示,但我仍然得到同样的错误:

安装任何应用程序时“dpkg被中断错误”

我有ubuntu 11.10,当我在终端运行任何包管理命令时,我收到此消息 E: dpkg was interrupted, you must manually run ‘sudo dpkg –configure -a’ to correct the problem. 有什么问题,如何解决?

获取root用户的警告文件权限

这个警告意味着什么? 我在amazon ec2 Ubuntu 14.04 LTS实例上使用root执行以下命令时得到了它: $ pip install https://github.com/troeger/opensubmit/archive/0.6.2.tar.gz The directory ‘/home/ubuntu/.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/ubuntu/.cache/pip’ or its […]

如何安装VirtualBox?

我是Ubuntu的新手,我想通过终端在Ubuntu中安装VirtualBox。 你能告诉我安装它的命令吗?

将MATLAB 2016a安装到ubuntu 16.04上?

嘿我最近建了一台电脑并把ubuntu 16.04放到它上面。 现在我要经历并添加不同的软件包。 我得到的其中一个是MATLAB 2016a,我不知道如何在Linux系统上安装。 我以前从未使用过,所以请原谅学习曲线。 有人能指出我如何去做正确的方向吗? 我有下载的zip文件,但我似乎无法提取文件。 这似乎是我坚持的部分。 提前致谢。

无法解析程序包依赖性

我试图在Ubuntu中安装java,但它给了我这个错误: $ sudo apt-get install default-jre Reading package lists… Done Building dependency tree Reading state information… Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of […]