Tag: 软件包管理

葡萄酒不会通过终端安装

每当我尝试安装葡萄酒时,这就是我得到的: galien1@galien1-desktop:~$ sudo apt-get install wine [sudo] password for galien1:(Password) Reading package lists… Done Building dependency tree Reading state information… Done Package wine is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package ‘wine’ has […]

不能使用apt:libstdc ++。so.6:找不到版本`GLIBCXX_3.4.20′

当我使用apt我有问题: $ sudo apt-get update apt-get: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20′ not found (required by apt-get) apt-get: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20′ not found (required by /usr/lib/x86_64-linux-gnu/libapt-private.so.0.0) 但是,安装新的apt输出: dpkg: regarding …/apt_1.2.10ubuntu1_amd64.deb containing apt: apt breaks apt-utils (<< 1.1.3) apt-utils (version 1.0.1ubuntu2) is present and installed. dpkg: error processing archive /home/anawasreh/Downloads/apt_1.2.10ubuntu1_amd64.deb (–install): installing apt would break apt-utils, and deconfiguration is […]

有关在ubuntu中安装haskell平台或堆栈的任何建议吗?

我试图安装haskell-platform ,我得到以下未满足的依赖项。 Reading package lists… Building dependency tree… Reading state information… 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 Incoming. The following information may help […]

Ubuntu故障 – 不要安装任何软件包。 我该怎么办?

最近,我从Ubuntu得到了一些奇怪的行为。 首先,最重要的是它不会安装更新。 它给出了包安装错误,它根本无法工作。 之前我尝试通过软件中心安装TeamViewer,但是遇到了相同的包错误。 我也觉得连接速度比它应该慢 – 不知道这个是否与这种情况相关。 我的安装有什么问题? 如何修复这些软件包安装错误?

适用于Ubuntu 14.04.5的Virtualbox 5.1.2

现在Ubuntu 14.04.5可用16.04内核,我应该为ubuntu 14.04.5下载哪个virtualbox软件包? 我应该下载为14.04(可靠)还是16.04(xenial)编译的软件包? 或者它是否独立于内核版本,更多地依赖于特定ubuntu版本的GCC,Python和其他系统库的版本?

如何在不使用Internet的情况下在其他Ubuntu计算机上安装程序

我有几台运行Ubuntu的电脑。 我也有一个缓慢的互联网连接。 如果我使用apt-get安装程序,是否将安装文件放在我可以访问的地方,这样我就可以使用它们在我的其他Ubuntu机器上安装相同的程序,而不必从网上多次下载相同的程序? 这样做的方法是什么?

无法启动Ubuntu软件!

自从我在儿子的联想G50-45上安装了“干净”的Ubuntu 16.04 LTS(“Xenial Xerus”)后,他无法启动(新的)Ubuntu软件…… 我们从Dash启动程序,启动器上出现“Ubuntu Software”图标,然后消失; “gnome-software”通常显示在系统监视器中,但有时会消失。 我如何解决这个问题,以便我的儿子可以实际使用Ubuntu软件? 当我进入: gnome-software 什么都没发生。 光标只是移动到下一行,没有错误消息,似乎没有发生任何事情(即使在等待一点之后),系统监视器中没有显示“Ubuntu软件”,也没有显示新的终端提示。 当我输入时也是如此: sudo gnome-software 我没想到“sudo”会有所作为,但我认为尝试没有任何害处。 我已经尝试了,以防万一在更新中遇到任何错误: sudo apt-get update && sudo apt-get upgrade 重启后没有任何区别。 我还使用以下命令执行此操作,在每个命令之间重新启动。 sudo apt-get update sudo apt-get upgrade 我也尝试使用以下命令进行更新,这没有任何区别。 sudo apt upgrade sudo apt full-upgrade 再一次,我在每次尝试之间重新开始。 我甚至尝试过重新安装软件中心,但这并没有什么区别。 sudo apt-get –purge remove gnome-software sudo apt-get install gnome-software 有趣的是,当Ubuntu软件重新安装时,它在Dash中被列为“软件”,看起来似乎是GNOME /通用(非品牌)图标。 为了澄清,当我尝试启动(现在重新安装的)GNOME软件时,它与第一个地方发生的事情完全相同(除了带有新徽标,这一次)……同样如此如果我尝试使用终端启动(现在重新安装)GNOME软件。 当我进入: gksudo […]

为什么在/ var / cache / apt / archives /中有deb文件?

为什么在/var/cache/apt/archives/中有deb文件? 在哪些情况下deb文件下载到该目录?

dpkg:错误:无法扫描更新目录`/ var / lib / dpkg / updates /’

我想在ubuntu中安装一个软件包但每次运行./configure命令时都会给我这个错误: E: Cannot get debconf version. Is debconf installed? debconf: apt-extracttemplates failed: No such file or directory Extracting templates from packages: 35%E: Cannot get debconf version. Is debconf installed? debconf: apt-extracttemplates failed: No such file or directory Extracting templates from packages: 70%E: Cannot get debconf version. Is debconf installed? debconf: apt-extracttemplates failed: No such file […]

如何在ubuntu 14.04.3LTS 64位上修复安装wine

我知道有很多关于wine的问题,但我无法找到或解决问题。 有人可以帮我修一下关于Wine的安装吗。 以下是尝试修复时的命令输出: sudo dpkg –add-architecture i386 sudo apt-get dist-upgrade Reading package lists… Done Building dependency tree Reading state information… Done Calculating upgrade… Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. sudo apt-get update sudo apt-get install wine Reading package lists… Done Building dependency tree Reading state information… Done Some […]