Questions tagged «apt»

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


3
使用apt-get安装软件包列表
我重新安装了Lubuntu,并希望从给定列表安装软件包,而无需键入sudo apt-get install package_name。可能吗? 我不是在谈论安装后脚本,那是完全不同的东西。
8 apt 


3
MySQL奇怪的安装问题(记录器:找不到命令)
这个问题真的很奇怪,我尝试了很多方法来解决,但没有任何效果。我的最后一个输出是: Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2 not fully installed or removed. After this operation, 0 B of additional disk space will be used. perl: warning: Setting locale failed. perl: warning: Please …
8 apt  dpkg  mysql 

3
使用终端Ubuntu 14.04进行代理身份验证
我想从安全代理网络上的终端访问互联网以更新文件等。我已经尝试了以下方法: 添加到/etc/apt/apt.conf,/etc/apt/apt.conf.d/01proxy,/etc/apt/apt.conf.d/01ubuntu: Acquire::http::proxy "http://name:password@proxy_server:port"; export http_proxy=http://name:password@proxy_server:port/ 在终端上。 添加export http_proxy=http://name:password@proxy_server:port/到/etc/bash.bashrc 这些不是主要的努力。我的用户名中没有空格,密码中也没有任何特殊字符(尤其是“ @”)。我已经仔细检查过,所有输入的信息都是正确的。该信息是正确的,因为它可与浏览器一起使用(首次打开浏览器时,网络中的手动代理和身份验证)。我也尝试过将“代理”中的“ p”变成大写字母,但没有用。我总是会收到错误消息: 407 Proxy Authentication Required. 任何帮助都将受到赞赏。

3
如何获得最新的自动制作?
这与/ubuntu/453660/warning-automake-1-11-is-probably-too-old非常相似 在Ubuntu 12.04 LTS上,我收到以下错误消息: WARNING: 'automake-1.14' is missing on your system. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4 files included by 'configure.ac'. The 'automake' program is part of the GNU Automake package: <http://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order …

1
如何知道是否有可用的更新?
我正在运行12.04 LTS ubuntu服务器。而且我认为如果能够在更新可用时得到通知会很好。但我找不到方法 我尝试查看apt-get手册页。从中我可以用来apt-get -s upgrade在脚本中获取apt-get输出,而不会阻塞问题。 现在,我清楚地看到了区别: 有可用的更新: apt-get -s upgrade Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be upgraded: dpkg dpkg-dev libdpkg-perl 3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Inst dpkg [1.16.1.2ubuntu7.2] (1.16.1.2ubuntu7.3 Ubuntu:12.04/precise-updates [amd64]) Conf …
8 apt  updates  bash  php 

2
手动卸载GDAL
我也跟着./configure,make,make install当我最初我的Ubuntu机器上安装GDAL的做法,但现在我想升级到1.10。 不幸的是,我想使用容易进行升级,但执行后,apt-get install我跑gdal-config --version我仍然得到一个版本为1.9。 我尝试手动重命名.so文件/usr/local/lib,/usr/lib但是仍然无法手动卸载GDAL。 有人成功做到了吗?
8 apt  uninstall 

1
apt-get不会升级旧的通用Pae
运行#apt-get upgrade,我被告知要运行sudo apt-get -f install。我这样做,然后看到: The following extra packages will be installed: linux-generic-pae linux-headers-generic-pae linux-image-generic-pae The following packages will be upgraded: linux-generic-pae linux-headers-generic-pae linux-image-generic-pae 3 upgraded, 0 newly installed, 0 to remove and 138 not upgraded. 3 not fully installed or removed. Need to get 0 B/6,460 B of archives. …
8 apt  upgrade 

1
apt-get无法在袜子代理后面工作
我正在尝试将Ubuntu 12.04计算机连接到袜子代理服务器。我有我的 192.168.30.0/24局域网,并且正在运行dante socks代理服务器192.168.30.134:1018。我还有一个pfsense路由器,在192.168.30.31该路由器上创建了一个劣等的LAN 192.168.1.0/24。 在这个劣等的LAN中,我有一台Ubuntu客户端计算机,需要将其连接到我的代理服务器,以便代理该计算机上的所有流量。我已经在全局ubuntu设置中配置了袜子代理。pfsense防火墙配置为仅允许从LANtoWAN直接连接到我的袜子代理服务器(以及我的本地DNS和Google DNS)。 所有其他流量都被阻止(因为它应该通过我的代理服务器)。浏览正常,因此我知道它已正确配置并正在通过代理,但是我无法获取apt-get update等命令。我试图用or 前缀配置proxychains或dante-client运行它,但是它不起作用。没有结果,只是当我以root用户身份运行它时给我错误类型。proxychainssocksifysocksifyproxychainsfailed to fetch http:// ....... Connection failed 我该如何apt-get上班?是否可以在没有任何第三方(但丁客户端,代理链等)客户端的情况下进行管理?
8 apt 

2
当32位库保持可卸载依赖关系时,如何安装?
我正在尝试在Ubuntu 13.10上安装Adobe Air。在此版本的Ubuntu中,类似ia32-libs和的软件包ia32-libs-multiarch不再可用,因此我尝试自行安装所需的32位库。运行时,./AdobeAIRInstaller.bin我遇到了一些有关缺少库的错误,大多数错误是我设法使用来安装的sudo apt-get install <library-name>:i386,这些错误消失了。我在解决最后两个缺少的模块时遇到了问题: Gtk-消息:无法加载模块“ overlay-scrollbar” Gtk消息:无法加载模块“ unity-gtk-module” 我尝试overlay-scrollbar-gtk2:i386使用apt 安装: overlay-scrollbar-gtk2:i386:取决于:overlay-scrollbar:i386,但不可安装 好吧,这取决于无法安装的软件包。多么不方便。因此,我尝试了Googling到Saucy的32位overlay-scrollbar库的过程,该库在此处找到。首先,我安装了overlay-scrollbar: $ sudo dpkg -i overlay-scrollbar_0.2.16 + r359 + 13.10.20130826-0ubuntu1_all.deb (正在读取数据库...当前安装的226507个文件和目录。) 正在准备替换overlay-scrollbar 0.2.16 + r359 + 13.10.20130826-0ubuntu1(使用overlay-scrollbar_0.2.16 + r359 + 13.10.20130826-0ubuntu1_all.deb)... 打开更换覆盖式滚动条的包装... 设置叠加式滚动条(0.2.16 + r359 + 13.10.20130826-0ubuntu1)... 正在处理libglib2.0-0:i386的触发器... 正在处理libglib2.0-0:amd64的触发器... 大!有效。然后我尝试安装overlay-scrollbar-gtk2:i386: $ sudo dpkg -i overlay-scrollbar-gtk2_0.2.16 + r359 …

4
我无法在Ubuntu中安装easy_install
我必须在ubuntu中安装Review Board,我尝试了以下命令,但出现错误 sudo apt-get install python-setuptools. Reading package lists... Done Building dependency tree Reading state information... Done Package python-setuptools 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 python-setuptools …
8 apt  python 

3
Apt-get 403 Forbidden,但可在浏览器中访问
我注意到apt-get update最近的跑步导致很多PPA返回“ 403 Forbidden”。在努力清理它们的过程中,我看了一下: W: Failed to fetch http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu/dists/raring/main/binary-amd64/Packages 403 Forbidden W: Failed to fetch http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu/dists/raring/main/binary-i386/Packages 403 Forbidden E: Some index files failed to download. They have been ignored, or old ones used instead. 奇怪的是,如果我将这些URL复制到浏览器中,则可以正常访问文件。如果仍然可以访问,为什么会轻易报告“ 403 Forbidden”?我尝试重新添加通过add-apt-repository它再次下载签名密钥的ppa ,但它仍然报告“ 403 Forbidden”。
8 apt  ppa 

3
shell脚本有条件地添加apt存储库
我想编写一个将添加apt信息库的shell脚本。 我知道我可以使用来做sudo add-apt-repository -y <repo>。 我的问题是只有在尚未添加存储库的情况下才能执行此操作,例如: if repo was not added yet: sudo add-apt-repository -y <repo> sudo apt-get update 谢谢


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.