Questions tagged «apt»

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

1
WSL 18.04上的APT损坏
我在Ubuntu 18.04的WSL安装上遇到apt问题。 每当我尝试使用apt安装软件包时,都会得到以下信息: Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: [...] E: Could not read response to hello message from hook [ ! -f /usr/bin/snap ] || /usr/bin/snap advise-snap --from-apt 2>/dev/null || true: Success E: …

2
如何获得“ apt-get update”以在无法访问互联网且手动分配IP地址的计算机上工作?
我已经apt-mirror在一台可以访问互联网的计算机上成功设置并下载了最新的ubuntu软件包。目标是在apt-get update无法访问Internet的目标计算机上进行操作时,将该计算机用作存储库。两台机器都设置了手动IP地址,并且两台机器都以Ubuntu 16.04作为操作系统运行。的etc/apt/sources.list在目标机器只有1行: deb http://<local_repo_IP>/ubuntu/ xenial main restricted multiverse universe 但是在sudo apt-get update目标计算机上执行操作时,出现以下错误: Ign:1 http://<local_repo_IP>/ubuntu/dists/xenial main InRelease Ign:2 http://<local_repo_IP>/ubuntu/dists/xenial main Release Ign:3 http://<local_repo_IP>/ubuntu/dists/xenial main/restricted amd64 Packages Ign:4 http://<local_repo_IP>/ubuntu/dists/xenial main/restricted i386 Packages Ign:5 http://<local_repo_IP>/ubuntu/dists/xenial main/restricted all Packages Ign:6 http://<local_repo_IP>/ubuntu/dists/xenial main/restricted Translation-en_HK Ign:7 http://<local_repo_IP>/ubuntu/dists/xenial main/restricted Translation-en Ign:8 http://<local_repo_IP>/ubuntu/dists/xenial main/multiverse amd64 Packages Ign:9 …

4
给定的程序包和依赖项需要多少空间?
给定一个程序包名称,我想查找如果删除了程序包及其依赖项,将释放多少空间。 由于包之间可能会共享依赖关系,因此正确的放置方式是:包占用多少空间,包括该包仅使用的所有依赖关系 我更喜欢CLI解决方案,因为我会在脚本中使用它们

1
如何在Ubuntu 12.04.3 LTS上安装Tomcat 7.0.42?
系统管理员给了我一个虚拟机,我可以通过终端访问它。 我具有root用户访问权限,并且它具有Ubuntu 12.04.3 LTS。 该命令apt-cache policy tomcat7通知: tomcat7: Installed: (none) Candidate: 7.0.26-1ubuntu1.2 Version table: 7.0.26-1ubuntu1.2 0 500 http://br.archive.ubuntu.com/ubuntu/ precise-updates/universe amd64 Packages 500 http://security.ubuntu.com/ubuntu/ precise-security/universe amd64 Packages 7.0.26-1ubuntu1 0 500 http://br.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages root@mymachine:~# 但是,我想在上面安装最新的Tomcat 7(7.0.42)。 可以吗 如果是,怎么办?

3
apt-get --force-yes:如何抑制其他问题
以acroread或libpam-ldap包为例。 即使安装了apt-get --force-yes它们,他们仍然会提出问题: acroread 想知道acrobat是否应该是标准的PDF阅读器(如何假设是?) libpam-ldap您的LDAP服务器URI,版本,密码是什么?(如何假设任何东西,ldap.conf无论如何都会被p覆盖) 是否有“为上帝的缘故承担任何责任并停止na”的开关apt-get?
19 apt 

3
发生错误,请运行程序包管理器
我刚刚将我的Dell Inspiron 1545笔记本电脑从Ubuntu 12.04升级到了13.04。不幸的是,顶部栏现在有一个带有减号的红色小圆圈。当我单击它时,它将打开一个带有以下消息的框: 发生错误,请从右键单击窗口中单击鼠标右键运行Package Manager或在终端中apt-get来查看问题所在。错误消息为:“未知错误:”(E:需要重新安装google-chrome-stable软件包,但我找不到它的存档。)'这通常意味着您已经安装了未满足的软件包依存关系 我一般没有使用ubuntu或linux的经验,也不知道这意味着什么。在我看来,这听起来像是某种Google chrome错误。我在几分钟前才下载并安装了google chrome。我在终端中运行了apt-get,但它什么也没做,我也不知道从右键单击窗口运行Package Manager的含义。自从安装linux以来,Google chrome和geany ide是我安装的唯一软件。计算机似乎运行得很好。您对我应该做什么有任何建议? 来自sudo apt-get -f install的结果是: E:需要重新安装google-chrome-stable软件包,但是找不到它的存档。

2
如何安装autoconf
我需要安装Tesseract,需要安装autoconf automake libtool,但是出现以下错误: sahu@sahu-desktop:/$ sudo apt-get install autoconf Reading package lists... Done Building dependency tree Reading state information... Done Package autoconf 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: …
19 installation  apt 

7
dpkg:invoke-rc.d:initscript mysql,动作“启动”失败
我在这里阅读了许多帖子,它们都声明可以运行以下命令: Apt-get -f删除* * apt-get更新 apt-get升级 apt-get -f安装* * 我已经以各种顺序看到了这些问题,但没有一个问题得到解决。无论我尝试什么,我都会得到: apt-get -f install mysql-server Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: mysql-server-5.5 mysql-server-core-5.5 Suggested packages: tinyca mailx The following NEW packages will be installed: mysql-server mysql-server-5.5 mysql-server-core-5.5 0 upgraded, …
19 apt  dpkg  mysql 

5
未安装从15.10升级到16.04的apt
尝试使用终端进行升级时,升级将停止。这是终端中显示的行: The required dependency 'apt(>=1.0.10.2 ubuntu2)' is not installed. 我的问题是我不知道安装此依赖项的命令。使用其他命令,它说apt是最新的。解决方案?
19 apt  upgrade  16.04  15.10 

3
apt-get -d install和apt-get下载之间的区别
Apt(高级包装工具)可以选择仅通过下载软件包apt-get -d install [pkg-name]。我也找到apt-get download [pkg-name]下载软件包。 那么--download-only(apt-get -d install)和download(apt-get download)有什么区别? 我应该何时在它们之间使用?
19 apt 

1
为什么我的64位系统寻找32位存储库?
我的笔记本电脑上安装了64位12.10。运行apt-get更新时,它将下载32位软件包的软件包列表(以及源和64位软件包列表)。为什么在64位系统上查找32位软件包列表?我在下面提供了它尝试找到的项目之一。 http://us.archive.ubuntu.com/ubuntu/dists/quantal-backports/multiverse/binary-i386/Packages
19 apt  multiarch 


4
安装新功能时,如何删除CD / DVD安装作为apt-get软件包的源?
我正在将Ubuntu服务器(9.0.4'Jaunty')作为VMware映像运行。 在奇怪的情况下,我真的很痛苦,我需要安装一个新的软件包,然后不得不取出安装CD-ROM,并将其提供给VMware映像使用,这样我才能继续安装软件包。 有没有办法将原始安装介质从源软件包列表中删除-我假设所有软件包都可以从Internet上获得。 谢谢。

3
收到错误:snapd.snap-repair.service是禁用或静态单元,不启动它
我最近将操作系统升级到Ubuntu 18.04(通过启动设备进行新安装)。但是,在尝试命令时: sudo apt-get upgrade 它可以正常工作,直到停止并显示〜75%为止: snapd.snap-repair.service is a disabled or a static unit, not starting it. 我不太确定这意味着什么,如果我Crtl- Z要摆脱它,无论何时尝试安装任何我得到的东西: E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? 并必须重新启动计算机以安装所有内容。
19 apt  upgrade  18.04 

4
Ubuntu Server 18.04 LTS中缺少php-mcrypt软件包
php-mcryptUbuntu Server 18.04 LTS中缺少该软件包吗? apt install php-mcrypt Reading package lists... Done Building dependency tree Reading state information... Done Package php-mcrypt 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 …

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.