Questions tagged «software-installation»

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



5
如何安装filezilla?
我想安装FileZilla。我可以在Ubuntu软件中心找到它,但没有下载按钮。使用Ubuntu Dash,我也找不到下载按钮。 使用终端是行不通的,因为我只找到了Ubuntu 12的使用说明(但是我在13.04上)。

3
安装ttf-mscorefonts-installer时出现权限错误/由于用户'_apt'无法访问文件而无法删除特权
我想在16.04上安装Microsoft字体并运行下面的命令,但是关于用户_apt没有下载.exe文件的权限,有很多错误(或只有警告?)。 命令: sudo apt install ttf-mscorefont-installer 错误消息(每个下载的字体exe都重复出现): ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/andale32.exe Get:1 http://downloads.sourceforge.net/corefonts/andale32.exe [198 kB] Fetched 198 kB in 1s (180 kB/s) W: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied) 但是最后仍然说安装成功。那么,这仅仅是软件包安装脚本中的错误,还是我这边有什么问题?我是否需要采取进一步措施? 完整输出(原始输出与相同--reinstall): $ sudo apt install --reinstall ttf-mscorefonts-installer Reading …

5
如何安装X11 / xorg?
我的12.04 x64系统无法引导到GUI,但是我仍然可以使用自己的帐户使用虚拟控制台,因此显然是由Windows管理系统引起的,如何从tty中重新安装它,apt-get命令是什么?

4
如何在16.04上安装Firefox 52 ESR?
这个问题问如何在保持64位的同时安装FF32位。 我想要更简单的东西:在我的16.04中,是否有规范的方法可以将firefox 52 ESR安装为“默认” firefox? 我找到了这个启动板团队 ...但是没有软件包。考虑到链接的博客文章的历史可以追溯到2012年,因此也许这也就不足为奇了。 因此,2017年,Ubuntu 16.04;如何安装FF 52 ESR(因为我只需要Java插件即可为我工作)。 (我当前的解决方案:我从mozilla下载了TAR文件,将其解压缩到/ opt;然后将/ usr / bin / firefox更改为该firefox的ESR版本的链接。有效,但是很丑)



2
在Ubuntu 13.04中找不到curl-config
我在R中安装软件包RCurl并收到错误 checking for curl-config... no Cannot find curl-config ERROR: configuration failed for package ‘RCurl’ 我试图在Ubuntu上安装libcurl,但是它不能解决我的问题,这有一些依赖 sudo apt-get install libcurl4-gnutls-dev 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 …




2
如何成功安装redis-server,“找不到tclsh8.5”错误
如何在Ubuntu 11.04上成功安装redis-server ..我遇到一些错误!我想在Ubuntu 11.04上安装当前稳定的Redis 我看到在apt-repository中,他们最新的是 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> Original-Maintainer: Chris Lamb <lamby@debian.org> Architecture: i386 Source: redis Version: 2:2.0.1-2 Depends: libc6 (>= 2.7), adduser Filename: pool/universe/r/redis/redis-server_2.0.1-2_i386.deb 优名 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:05:14 UTC 2011 i686 i686 i386 GNU/Linux 安装步骤 $ wget http://redis.googlecode.com/files/redis-2.2.12.tar.gz $ tar xzf redis-2.2.12.tar.gz $ cd …

2
如何在Ubuntu 16.10上为Python 3.6安装pip?
首先,我想指出这个问题似乎是重复的,但事实并非如此。我在Ask Ubuntu上看到的所有问题都是关于Python 3的pip,而我正在谈论的是Python 3.6。那时使用的步骤不适用于Python 3.6。 我从官方docker商店获得了清晰的Ubuntu 16.10映像。 跑 apt-get update 跑 apt-get install python3.6 跑 apt-get install python3-pip 跑 pip3 install requests bs4 跑 python3.6 script.py 得到ModuleNotFoundError如下: Traceback (most recent call last): File "script.py", line 6, in <module> import requests ModuleNotFoundError: No module named 'requests' 我在机器中有Python和pip: python3 python3.5 python3.5m python3.6 …


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.