问题标签 [aptitude]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
10938 浏览

android - zipalign:加载共享库时出错:libc++.so:无法打开共享对象文件:没有这样的文件或目录

我正在尝试构建 android 应用程序。当我运行 zip align 工具优化 APK 时,我收到以下错误消息:

我试图安装 libc++

它说:找不到包“libc+”。

我的终端快照

我的终端快照

0 投票
1 回答
779 浏览

git - Gitlab apt存储库非常慢

自动Gitlab 安装程序(综合包)确实在我的 Debian Jessie 的 apt 上设置了一个自动存储库。虽然这很容易使用,但速度非常慢!运行 apt update 命令

使用所有其他 repos 资源非常快(需要 2-5 秒),但使用 gitlab 需要 20-30 秒。

我是唯一一个面临这个问题的人吗?

有没有办法为 gitlab 使用更快的镜像?

0 投票
2 回答
10924 浏览

python - 如何在 Debian 服务器上升级 python?

我刚刚创建了一个 Debian 8 云服务器,它默认安装了 Python 2.7.9,即使在sudo aptitude update && sudo aptitude upgrade. 如何将 python (in /usr/bin/python) 升级到2.7.11

我试过了:

无济于事。

0 投票
1 回答
673 浏览

debian - Does the command "aptitude upgrade" perform a full-upgrade or a safe-upgrade on Debian?

Both the commands aptitude full-upgrade and aptitude safe-upgrade are documented, including the dist-upgrade alias for full-upgrade.

However, simply aptitude upgrade will also upgrade the system in some way...which does it default to? Also how would I find this for myself? man aptitude upgrade doesn't help.

0 投票
1 回答
100 浏览

c - Program to remove all the consecutive same letter from a given string

I am trying to develop a logic that will remove all the adjacent duplicate characters from a string. For example:-
Input: azxxzy
Output: ay

Here is the logic that I have developed in C:

While executing the code it is throwing a compile error. What might be the problem?

0 投票
1 回答
324 浏览

php - 使用 aptitude 获取并安装特定的 php 版本

今天,当前的 PHP 版本是 Php7.0.8,我想用 aptitude 获取并安装 Php7.0.5。例如,可以使用 dotdeb 存储库吗?

如何在 Debian 8 Jessie 上获得具有 aptitude 的特定 php 版本?

0 投票
0 回答
2083 浏览

ubuntu - 如何将 ubuntu 中可靠的 mercurial 版本更新到最新版本

我有 mercurial 3.6.1,由于错误,该版本在我的项目中不起作用

无法在 mercurial repo 中提交

https://bz.mercurial-scm.org/show_bug.cgi?id=5311

现在我想更新到例如 3.8.2,但是做

不更新,并且

一样,还是一样的版本

0 投票
1 回答
743 浏览

apache - 如何在 ubuntu 14.04 桌面中摆脱“apache2 : Depends: perl but it is not going to be installed”?

这是我在控制台运行时出现的错误消息

更新输出

我最近做了

后来我去了

然后检查规范复选框,

sudo apt-get update 我执行的这个命令。

谁能帮我在我的ubuntu中安装apache!

0 投票
2 回答
92 浏览

apt-get - 在 Aptitude 中搜索包时如何使用逻辑运算符?

1) 如何使用 aptitude 搜索匹配“word1word2”的包?

2) 如何使用 aptitude 搜索匹配“word1word2”的包?

0 投票
1 回答
591 浏览

ubuntu-14.04 - 在 Ubuntu 14.04.5 上安装 ROS indigo - 软件包太新?

我正在尝试在 Ubuntu 14.04.5(新副本)上安装 ROS indigo。在遇到未满足的依赖项和 apt-get 的无限问题后,我尝试改用 aptitude。尝试单独安装“未满足”的依赖项时,我发现问题在于软件包太新,这意味着 ROS 请求的版本比已安装的版本旧。Aptitude 提供了用请求的旧包替换新包的能力。我是愚蠢的还是有人遇到了和我一样的问题?