Questions tagged «apt»

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

2
运行bash脚本时自动确认?
我正在研究一个简单的bash脚本,该脚本配置新服务器的方式。没什么特别的,但是希望它将在将来节省我很多时间。 我如何防止这样的提示: You are about to add the following PPA to your system: Stable version of nginx. More info: https://launchpad.net/~nginx/+archive/stable Press [ENTER] to continue or ctrl-c to cancel adding it 从脚本运行这样的命令时: sudo add-apt-repository ppa:nginx/stable sudo apt-get update sudo apt-get -y install nginx 是否可以设置自动接受标志或类似的标志?
12 apt  bash  scripts  automation 

2
libgtk-3-0依赖性问题
我一直在尝试更新Ubuntu机器上的标准软件包。除了我运行的某些Windows工具的VirtualBox外,此框上没有任何多余的内容。这是一个输出: $ sudo apt-get update [...] $ sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: libgail-3-0 : Depends: libgtk-3-0 (= 3.6.0-0ubuntu3.2) but 3.6.0-0ubuntu3.1 is installed libgtk-3-0 : …


1
如何在中断dist-upgrade中断后修复Ubuntu安装而不丢失任何自定义设置?
在尝试使用以下命令升级我的Xubuntu 14.04安装期间 sudo apt-get dist-upgrade 我犯了错误的问题,即关闭笔记本电脑来中断该过程,从而导致该笔记本电脑挂在磁盘上。重新打开后,显示器保持黑色,因此我被迫重新启动系统。从那以后,我发现了许多驱动程序故障(wlan0丢失,无法安装USB记忆棒,无法识别USB鼠标以及可能还有更多未发现的硬件问题)。 我的初学者尝试手动修复单个问题可能会使情况变得更糟。在安装当前发行版期间,我选择对整个硬盘进行加密。
12 drivers  apt 

1
如何在apt-get上安装python-dev?
我曾尝试这个和这个和这个和这个 这些都没有安装python-dev,我安装了amd64系统14.04并运行,当我尝试安装wagtail,django cms时,出现错误: pysass.c:4:20: fatal error: Python.h: No such file or directory #include <Python.h> ^ compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Cleaning up... Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/ libsass/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace ('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-ojWg1O-record/install- record.txt --single-version-externally-managed --compile failed with error …

1
apt-cacher和apt-cacher-ng之间的区别
apt-cacher和之间到底有什么区别apt-cacher-ng?我似乎找不到比较两者的地方。我已经找到了关于它们的教程和手册,从设置的角度看,它们似乎是相同的。 一个比另一个更好或更可靠吗?一个提供其他不提供的服务吗?各自的优缺点是什么?

5
为什么apt-get需要sudo?
这可能是一个愚蠢的问题,但是我最近意识到我不知道为什么 apt-get没有单用户功能。 我不想要的答案: “这是因为apt写入系统级目录”。这就是表面层次的原因,但是我正在寻找更深层次的层次。从根本上阻止单用户环境(la pip + virtualenv)吗? “您可以仅从源代码构建”。这是一种解决方法,但不能解决我的问题。我不想解决短期问题,无论如何我都可以在所有机器上拥有root用户访问权限。
12 apt 



2
如何安装旧内核?
我正在运行Ubuntu 15.10的实例。我需要安装Ubuntu 14.10使用的最新内核,我认为它是3.16.0-28-generic。输入sudo apt-get install linux-image-3.16.0-28-generic将返回一条错误消息,指出该消息不可用,可能已被废弃或发生其他情况。我认为,如果我添加一些东西,sources.list它将能够得到它。但是我要添加什么呢? 在任何人继续讨论可能造成的麻烦之前,对我来说都没有关系。
12 apt  kernel 

2
将Lightning日历添加到Thunderbird(60+)的正确方法是什么?
Ubuntu(版本60.2.1)中的Thunderbird的最新更新破坏了作为附件安装的Lightning日历。看这里。Mozilla提供了最新版本中捆绑的Lightning,但Ubuntu(和Debian?)软件包没有提供,因此现在存储库中的Thunderbird版本与Mozilla提供的附加组件(5.4,仅对Thunderbird 52有用)不匹配。)。 其中一个建议选项是搜索并安装由Mozilla提供的测试版,但它看起来是一个解决方法(未来的自动更新受到损害)。另一个方法是删除不兼容的Ligthning附加组件,并xul-ext-lightning通过apt 安装一个单独的软件包(),但该软件包尚未本地化(至少从2010年开始提供英语版本)。 那么,从现在开始,哪种正确的“面向未来”的方法在Mozilla Thunderbird中安装Lightning(Ubuntu维护人员打算这样做)? 删除内部附件(.xpi)并安装(xul-ext-lightning)[此软件包将与Thunderbird一起进行相应更新,并最终进行本地化] 保留Mozilla附加组件,直到解决与Thunderbird apt软件包不匹配的问题 删除附加组件,然后等待将来的Thunderbird apt软件包将其集成(因为Mozilla将其捆绑到其他平台)


1
如何在默认情况下为apt-get和apt启用--verbose-versions?
apt-get并apt有一个非常有用的选项--verbose-versions(或-V简称),可在其输出中显示版本号。例如: $ sudo apt dist-upgrade --verbose-versions Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be upgraded: firefox (53.0.3+build1-0ubuntu0.17.04.2 => 54.0+build3-0ubuntu0.17.04.1) firefox-locale-ar (53.0.3+build1-0ubuntu0.17.04.2 => 54.0+build3-0ubuntu0.17.04.1) firefox-locale-en (53.0.3+build1-0ubuntu0.17.04.2 => 54.0+build3-0ubuntu0.17.04.1) firefox-locale-es (53.0.3+build1-0ubuntu0.17.04.2 => 54.0+build3-0ubuntu0.17.04.1) firefox-locale-zh-hans (53.0.3+build1-0ubuntu0.17.04.2 => 54.0+build3-0ubuntu0.17.04.1) 默认情况下如何启用此选项?
11 apt 

5
升级到Ubuntu 17.04后,软件包系统损坏
将我的Ubuntu升级到17.04之后,软件包系统损坏了。当我执行以下任何命令时,出现一些错误。 sudo apt-get --fix-打破安装 $ sudo apt-get --fix-broken install ... ... ubuntuone-credentials-common unity-plugin-scopes unity-scope- mediascanner2 unity-webapps-qml url-dispatcher usermetricsservice vbetool vlc-nox Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: click-apparmor The following packages will be upgraded: click-apparmor 1 upgraded, 0 newly installed, 0 to remove …

1
Ubuntu 16.04损坏的内核程序包不允许我使用apt-get安装或删除任何内容
每当我尝试使用apt-get进行任何操作时,无论是安装,删除,清除,更新,升级,总是会遇到相同的错误。 ses@ses-VirtualBox:~/Downloads$ sudo apt-get install ssh Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: linux-headers-4.4.0-45 linux-headers-4.4.0-45-generic linux-image-4.4.0-45-generic linux-image-extra-4.4.0-45-generic Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: ncurses-term openssh-server openssh-sftp-server ssh-import-id …
11 apt  kernel  updates  dpkg 

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.