例如: $ sudo apt-get install curl Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: bsh : Depends: libjline-java but it is not going to be installed groovy : Depends: libjline-java …
我正在尝试在ubuntu上安装PIL python模块 我首先需要使用以下命令安装名为python-imaging的软件包 sudo apt-get build-dep python-imaging 当我尝试执行此操作时,出现错误 E: You must put some 'source' URIs in your sources.list 我看到了这个问题,虽然显示了如何通过GUI进行修复,但是我正在使用命令行。有谁知道我该如何解决这个错误。 更新:根据以下答案,我已经更新了我的包裹清单,但是现在出现此错误。不知道它是否相关,否则,我将开始一个新问题,因为我无法在任何地方找到对该错误的引用。 E: Build-Depends dependency for python-imaging cannot be satisfied because candidate version of package python-all-dev can't satisfy version requirements
我正在使用32位Google Chrome 48.0。今天,当我启动谷歌浏览器时,收到以下消息: This computer will soon stop receiving Google Chrome updates because this Linux system will no longer be supported 我以为Ubuntu 14.04被支持了五年,这到底是怎么回事? 在64位Ubuntu上,我从Update Manager收到错误消息apt-get update: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/Release Unable to find expected entry 'main/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file) Some index files failed to …
对于下载python软件包时必须使用上述命令的情况,我有些困惑。我试图根据这个问题的答案下载名为pyudev的软件包。我执行了以下命令: sudo pip install python-pyudev 但收到以下消息: Downloading/unpacking python-pyudev Could not find any downloads that satisfy the requirement python-pyudev Cleaning up... No distributions at all found for python-pyudev Storing complete log in /home/vineet/.pip/pip.log 但是以下工作正常: sudo apt-get install python-pyudev 什么时候apt-get应该用来安装软件包python-pip?什么时候应该使用?
我正在尝试安装,flashybrid但是当我输入apt-get install flashybrid命令时,出现此错误: root@user-desktop:/home/user# apt-get install flashybrid Reading package lists... Done Building dependency tree Reading state information... Done flashybrid is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0B of additional disk space …
该命令之间的区别是什么(如果有的话): sudo apt-get clean 而这个命令: sudo apt-get clean all 在我的Lubuntu 12.04系统上,模拟这些命令可以发现它们的行为完全相同: ek@Apok:~$ apt-get -s clean NOTE: This is only a simulation! apt-get needs root privileges for real execution. Keep also in mind that locking is deactivated, so don't depend on the relevance to the real current situation! Del /var/cache/apt/archives/* /var/cache/apt/archives/partial/* …
我在终端中运行了以下命令: sudo apt-get update 更新以以下错误报告结束: W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://extras.ubuntu.com precise Release: The following signatures were invalid: BADSIG 16126D3A3E5C1192 Ubuntu Extras Archive Automatic Signing Key <ftpmaster@ubuntu.com> W: GPG error: http://ppa.launchpad.net precise …