Questions tagged «apt»

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

4
似乎没有使用apt.conf“ Acquire :: http:Proxy” proxyserver:port”(Win7上Virtual Box下的Ubuntu 13.04)
这用于在VirtualBox VM中安装Ubuntu 13.04 Desktop。我在xyz251:9090上具有HTTP代理的公司网络上。我已经使用自动配置脚本配置了来宾操作系统,因此Firefox可以正常工作,但是无法使用代理连接获得“ apt-get”或“ Ubuntu软件中心”。 我创建了文件“ /etc/apt/apt.conf”,它现在包含一行文本: Acquire::http:Proxy "http://x.y.z.251:9090" 这是我在“系统设置/网络/网络代理”中指定并应用于整个系统的proxy.pac文件。 当我使用Firefox时,数据包跟踪显示TCP连接是通过公司代理在端口9090进行的,当我运行“ Ubuntu软件中心”和“ apt-get”时,数据包跟踪显示带有最终目标IP的TCP SYN数据包地址和端口80。当然,对SYN数据包没有任何响应,因为公司防火墙阻止了端口80上的TCP连接进出。 在终端窗口中使用“ sudo apt-get”,我总是看到: Ign cdrom://Ubuntu 13.04 _Raring Ringtail_ - Release amd64 (20130424) raring/main Translation-en_US Ign cdrom://Ubuntu 13.04 _Raring Ringtail_ - Release amd64 (20130424) raring/main Translation-en Ign cdrom://Ubuntu 13.04 _Raring Ringtail_ - Release amd64 (20130424) raring/restricted …

2
apt:尿素头将在下次重启时重新配置
我键入以下命令来删除软件包和相关的配置文件: sudo apt-get --purge remove supervisor 命令结束没有错误,但是我得到了以下消息: ureadahead will be reprofiled on next reboot 这是什么意思?我必须重启(还是建议重启)?

2
如何仅apt-get升级某些应用程序?
我只能使用流量受限的移动宽带连接。sudo apt-get dist-upgrade想要获得〜500MB的数据,这对我来说现在不可行。 因此,是否可以仅升级某些应用程序,例如Firefox? 我很清楚一些库也必须升级,但是每天100MB不会受到损害,而500MB则可以。 基本上,我想在一个月内将升级过程分成几个小部分,这样我就不会仅仅因为下载更新而超出了我的每日配额。

4
如何从要安装在apt-get中的软件包列表中删除软件包?
我尝试vim使用安装后,在尝试安装apt-get install时apt-get不断出现分段错误vim-runtime。我很确定这只是一个特定的软件包,并且每当我尝试apt-get install安装任何其他软件包时,vim-runtime它就会在要安装的软件包列表中,并且它始终是第一个尝试安装的软件包,因此我可以不要安装任何其他软件包。 如何vim-runtime从要安装的软件包列表中删除?即使它不是我要安装的软件包的依存关系,它也会始终显示。 注意:这是在ARM上运行的Ubuntu rootfs上。
13 apt 


2
未满足的依赖项-无法删除软件包libgbm1
在这种情况下,我libgbm1被关押了,给我以下信息: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. 既然我仔细阅读了添加PPA后如何解决未满足的依赖关系?我试图sudo apt-get remove libgbm1按照建议删除损坏的包装。但是,删除命令给了我同样的错误。 sudo apt-get upgrade不会升级此软件包("...and 1 not upgraded.")。我需要这个来构建其他依赖于它的软件包(pkgProblemResover再次出现问题)。看来我无法还原版本,也无法前进。 我尝试过的步骤: 禁止在一些PPA库software updates和sudo apt-get update然后试图用容易解决,没有工作。 sudo apt-get -f install与and 1 not upgraded。 尝试安装libgbm1依赖的软件包。但是出现了更多的软件包,很快就堆积了数十个,这似乎不可靠,并且它们也报告了类似的错误。 为什么我不能取出包装?如何解决?

2
dpkg报告在任何APT命令之后配置庞大的python相关软件包列表的问题
由于python,我无法在Ubuntu中安装任何新软件包。 我尝试过,sudo apt-get install python3 python3-dev 但得到以下输出: Reading package lists... Building dependency tree... Reading state information... python3 is already the newest version. python3-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 280 not fully installed or removed. Need to get 0 …

3
E:无法找到软件包git
我正在尝试安装git,我使用了sudo apt-get install git命令,结果是: E: Unable to locate package git 许多人都问过这个问题,但没有一个答案解决了我的问题,我尝试过: sudo apt-get update sudo apt-get upgrade 附:我正在使用Ubuntu 14.04
13 apt  git 



1
如何在自动删除4个Linux内核之前将它们默认保留在/ boot中
我进行了一些挖掘,发现内核的自动清理已开始,/etc/kernel/postinst.d/apt-auto-removal并且文件状态为: # In the common case this results in two kernels saved (booted into the # second-latest kernel, we install the latest kernel in an upgrade), but # can save up to four. Kernel refers here to a distinct release, which can # potentially be installed in multiple flavours counting …

3
为什么apt-get安装Virtual Box而不是g ++?
我刚遇到一个我不知道可能与Linux终端有关的主要安全问题。我正在尝试安装g ++ 5.0。我是Linux的新手,所以我输入了sudo apt-get install g++ 5.0。它安装了Virtual Box,而不仅仅是返回错误或其他内容! 如果我尝试从终端安装一件东西而安装了完全不同的东西,这是否意味着可能会发生其他事情,可能是恶意软件?无论如何,当我输入完全不同的内容时,为什么还要安装Virtual Box?

2
Ubuntu Flavor iso与台式机软件包有何区别?
TL; DR:Ubuntu风味iso安装(例如Lubuntu)与通过安装桌面程序包apt-get有何不同?(例如sudo apt-get install lubuntu-desktop) 问题的上下文: 不久前,我在AskUbuntu上回答了一个问题,我在哪里测试了虚拟机的删除unity-desktop和安装ubuntu-gnome-desktop。这会导致启动徽标(plymouth)更改,桌面更改,安装了不同的软件包(gnome-network-manager而不是network-manager, 如果我没有记错的话)。看来,即使我开始使用标准的Ubuntu系统,实际上我还是切换到了不同的Ubuntu风格。因此产生了一个问题:将预制的Ubuntu风味iso与安装软件包有何区别?引擎盖下面的底座是否全部相同,或者从iso安装是否具有特定的配置?如果可以通过程序包管理器安装调味料,那么为什么存在单独的调味料iso?(明显的答案是用户方便,但是我认为还必须存在其他原因。Canonical是一家企业,并且如果sysadmin或最终用户可以得到相同的东西,则提供额外的iso版本对企业来说没有多大意义。自己通过软件包管理器进行操作)。
12 apt  iso 

5
15.10上没有“ libicu52”的安装候选
尝试安装时sudo apt-get install libicu52,出现以下错误。 我正在使用Ubuntu 15.10(64位)。 Reading package lists... Done Building dependency tree Reading state information... Done Package libicu52 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 'libicu52' …

6
在Xubuntu 15.10上未安装Wine 1.7
因此,昨天完成了我的Xubuntu安装之后,我尝试使用ppa:ubuntu-wine / ppa安装Wine 1.7。但是,这样做之后sudo apt-get install wine1.7,它总是给我这个错误: Reading package lists... Done Building dependency tree Reading state information... Done 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 …
12 apt  xubuntu  wine  ppa 

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.