Questions tagged «apt»

Advanced Packaging Tool,基于Debian的发行版的软件包管理器。它也是在Ubuntu中安装软件包的最常用工具。有关使用任何apt工具的问题,应使用此标记。

7
如何删除cuda-9.0并安装cuda-8.0?
我一直在为TensorFlow的使用安装CUDA。 我意识到cuda-9.0今天才发布,所以我不小心下载并打包了它,并将其安装在我的机器上。 我意识到cuda-9.0尚未与TensorFlow兼容,因此我必须使用以下方法将其卸载: sudo apt autoremove cuda 确实删除了所有内容,但是现在无论何时我尝试安装cuda-8.0,在下载并dpkging后,它都会提示我安装cuda-9.0。 现在,我知道可以通过以下方法解决此问题: sudo apt-get install cuda-8-0 但是我还需要安装补丁,这种方式无法完成。 我一直在尝试许多方法来解决此问题: sudo apt-get remove cuda-9-0-blablal 使用以下方法删除cuda-9的apt-key: apt-key del [KEY] 但是这些都没有真正起作用。 有人可以帮我吗? 更新 发布此消息后,我立即想出了答案,结果很简单。 我将其留给其他人使用: 通过从中删除cuda-9内容,我能够简单地解决它 /etc/apt/sources.list.d/cuda-9-0-local.list 更新2 现在我还有另一个问题 sudo dpkg -i cuda-8-0-blabla 没有一个出现sources.list.d了。

1
如何从apt安装Python 3.4.5?
我已经安装了Python 3.5。我以前从源代码安装了Python 3.4,并设法以某种方式将其卸载。现在,如果我尝试通过安装Python 3.4 apt-get install python3.4,它将返回 Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'libpython3.4-minimal' for regex 'python3.4' 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 直接执行也python3.4 --version不起作用。我该怎么办?
17 apt  python  python3 


1
升级glibc
我只是在这里读到glibc中存在安全性错误,并且该错误已得到修复。 我发现,glibc的实际安装版本可以通过显示ldd --version。我的系统运行2.19版。 因此,我现在想对其进行升级,但是我不知道该怎么做。(我不想升级整个系统)。我试图找出其中包含glibc的软件包apt-cache search glibc。但是有数百个包裹... 那么,有人知道如何找出需要升级以获得新版本的glibc的软件包吗?
17 14.04  apt  upgrade  glibc 

9
升级到18.04,现在有很多损坏的程序包和未满足的依赖项
我犯了一个可怕的错误,并通过执行以下操作在没有在其他分区中进行备份的情况下升级到了18.04: sudo apt update sudo apt upgrade sudo apt dist-upgrade sudo apt-get autoremove sudo apt install update-manager-core sudo do-release-upgrade -d 然后我在重启后做了更新和升级命令。现在,存在许多sudo apt-get -f install无法满足的依赖关系和损坏的软件包这些命令无法修复的问题。UPDATE sudo apt install -f错误日志的输出的第一部分是: Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... failed. The following packages have unmet dependencies: gnome-calendar : Depends: gsettings-desktop-schemas …



2
在Ubuntu 16.04中安装gcc-7(和更新的软件包)
关闭。这个问题是题外话。它当前不接受答案。 想改善这个问题吗? 更新问题,使它成为Ask Ubuntu 的主题。 2年前关闭。 我正在运行Ubuntu 16.04 LTS,我想安装较新版本的GCC,尤其是2017年5月2日发布的gcc-7 。在工具链测试版本ppa中有一个针对它的软件包,但是旁边列出的Ubuntu版本是7-20170407-0ubuntu2(我不知道它对应什么)。我尝试按照此问题 和该问题中的说明进行操作,但遇到了相同的问题。它们来自gcc 7.1正式发布之前的内容,所以我不确定现在发布的说明是否会有所更改? 即使添加了ppa,我也会得到以下信息: user@computer:~$ sudo add-apt-repository ppa:ubuntu-toolchain-r/test user@computer:~$ sudo apt-get update user@computer:~$ sudo apt install gcc-7 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package gcc-7 关于如何安装新gcc的任何想法?我不打算升级我的发行版。我也不是从源头开始构建,但是这是我的最后选择,因为手动管理所有内容都很烦人。

3
无法安装GitKraken
我刚刚从网站下载了GitKraken(一个Git GUI)。当我尝试通过“发现中心”安装它时,它不起作用。因此,我在网上某个地方找到了该命令dpkg -i [filename],并在gitkraken .deb和andddd MAGIC上使用了该命令!有用! 然后,我尝试运行GitKraken(gitkraken在终端中键入),这给了我这个美丽的错误: Node started time: 1489531028950 libcurl.so.4: cannot open shared object file: No such file or directory Error: libcurl.so.4: cannot open shared object file: No such file or directory at Error (native) at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:158:20) at Object.Module._extensions..node (module.js:568:18) at Object.module.(anonymous function) [as …
16 apt  dpkg  kde  git 

3
apt-get更新后的Intel图形ppa错误
我如何忽略此消息? W: GPG error: https://download.01.org/gfx/ubuntu/16.04/main xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 56A3DEF863961D39 W: The repository 'https://download.01.org/gfx/ubuntu/16.04/main xenial InRelease' is not signed. N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use. N: See apt-secure(8) …
16 drivers  apt  graphics 

4
无法从14.04升级到16.04。无法计算升级。计算升级时发生无法解决的问题
无法从14.04升级到16.04。我正在尝试sudo do-release-upgrade,但失败并显示以下错误: Calculating the changes Could not calculate the upgrade An unresolvable problem occurred while calculating the upgrade. This can be caused by: * Upgrading to a pre-release version of Ubuntu * Running the current pre-release version of Ubuntu * Unofficial software packages not provided by Ubuntu If none of …
16 14.04  apt  upgrade  16.04 

3
sudo apt-get安装libstdc ++
当我尝试libstdc++使用安装时: sudo apt-get install libstdc++ 我在ubuntu中收到以下错误。你有什么想法吗? The following packages have unmet dependencies: libstdc++-4.8-doc : Conflicts: libstdc++6-4.4-doc but 4.4.7-8ubuntu1 is to be installed Conflicts: libstdc++6-4.6-doc but 4.6.4-6ubuntu2 is to be installed Conflicts: libstdc++6-4.7-doc but 4.7.3-12ubuntu1 is to be installed libstdc++-4.9-doc : Conflicts: libstdc++-4.8-doc but 4.8.5-2ubuntu1~14.04.1 is to be installed Conflicts: libstdc++6-4.4-doc …
16 apt  gcc 

1
dpkg -i和apt-get install之间的区别
从所有其他问答中(例如:dpkg和aptitude / apt-get有什么区别?),我知道这apt-get是一个包装,dpkg并提供了依赖性管理。 假设我要安装的东西没有任何依赖性(或者它们也同时安装),那么使用apt-getvs 安装它之间会有什么区别dpkg 例如(我正在寻找的具体差异) 如果说dpkg不能从某个地方下载pkg,我必须在开始安装之前下载,而apt-get我将代表我这样做。 dpkg不会配置pkg,它只会复制文件。apt-get也会配置。 ...

2
通过apt安装ruby 2.2.3
如何在Ubuntu Wily上通过apt安装Ruby 2.2.3?我尝试了sudo apt-get install ruby2.2-dev和sudo apt-get install ruby2.2(有什么区别,顺便说一句),两个命令似乎都安装了很多。但是,此后没有ruby可执行文件。
16 apt  ruby  15.10 

2
如何避免内核更新?
我想冻结Kubuntu 14.04.1 LTS Trusty的内核版本。注释第5行和第6行是否足够/etc/apt/source.list(请参见下文)? 4 ... 5 deb http://de.archive.ubuntu.com/ubuntu/ trusty main restricted 6 deb-src http://de.archive.ubuntu.com/ubuntu/ trusty main restricted 7 ... 这是使用哪个内核的检查(前面带有“ i”的内核): root:~# aptitude search linux-image-generic linux-headers-generic i A linux-headers-generic - Generische Linux-Kernel-Header p linux-headers-generic-lts-quantal - Generische Linux-Kernel-Header p linux-headers-generic-lts-raring - Generische Linux-Kernel-Header p linux-headers-generic-lts-saucy - Generische Linux-Kernel-Header p linux-headers-generic-lts-trusty …

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.