Tag: apt

如何避免更新包linux-firmware创建initrd.img文件?

在Ubuntu 14.04 LTS上,每次尝试更新我的linux-firmware软件包都会在我的/ boot / mount点填充名为initrd.img-3.13.0-*-generic ,阻止成功更新。 kgrittn @ Kevin-Desktop:〜$ sudo apt-get upgrade 阅读包裹清单……完成 构建依赖树 阅读国家信息……完成 计算升级……完成 0升级,0新安装,0删除,0未升级。 1未完全安装或删除。 执行此操作后,将使用0 B的额外磁盘空间。 你想继续吗? [Y / N] 设置linux-firmware(1.127.23)…… update-initramfs:生成/boot/initrd.img-3.13.0-106-generic update-initramfs:生成/boot/initrd.img-3.13.0-105-generic update-initramfs:生成/boot/initrd.img-3.13.0-103-generic update-initramfs:生成/boot/initrd.img-3.13.0-101-generic update-initramfs:生成/boot/initrd.img-3.13.0-100-generic update-initramfs:生成/boot/initrd.img-3.13.0-98-generic grep:/boot/config-3.13.0-98-generic:没有这样的文件或目录 update-initramfs:生成/boot/initrd.img-3.13.0-96-generic grep:/boot/config-3.13.0-96-generic:没有这样的文件或目录 update-initramfs:生成/boot/initrd.img-3.13.0-95-generic grep:/boot/config-3.13.0-95-generic:没有这样的文件或目录 update-initramfs:生成/boot/initrd.img-3.13.0-93-generic grep:/boot/config-3.13.0-93-generic:没有这样的文件或目录 update-initramfs:生成/boot/initrd.img-3.13.0-92-generic grep:/boot/config-3.13.0-92-generic:没有这样的文件或目录 update-initramfs:生成/boot/initrd.img-3.13.0-91-generic grep:/boot/config-3.13.0-91-generic:没有这样的文件或目录 update-initramfs:生成/boot/initrd.img-3.13.0-88-generic grep:/boot/config-3.13.0-88-generic:没有这样的文件或目录 update-initramfs:生成/boot/initrd.img-3.13.0-87-generic grep:/boot/config-3.13.0-87-generic:没有这样的文件或目录 update-initramfs:生成/boot/initrd.img-3.13.0-86-generic grep:/boot/config-3.13.0-86-generic:没有这样的文件或目录 update-initramfs:生成/boot/initrd.img-3.13.0-85-generic grep:/boot/config-3.13.0-85-generic:没有这样的文件或目录 update-initramfs:生成/boot/initrd.img-3.13.0-83-generic grep:/boot/config-3.13.0-83-generic:没有这样的文件或目录 update-initramfs:生成/boot/initrd.img-3.13.0-79-generic grep:/boot/config-3.13.0-79-generic:没有这样的文件或目录 […]

相同的包 – 多个回购

如果同一个软件包在多个存储库中可用,Ubuntu会选择从哪个存储库下载软件包? 假设最初从存储库X安装了包A,之后我添加了包含A的repo Y.将选择哪个repo来更新包? 此外,如果我完全删除此软件包并尝试重新安装,那么Ubuntu将首选哪个repo来安装软件包?

由于未满足的依赖性,无法在Ubuntu 18上安装PHP7.2-dev

我有Ubuntu 18分配,但我需要为PECL extenssions安装php7.2-dev。 mvolchkov@ias-su:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04 LTS Release: 18.04 Codename: bionic 我尝试安装php7.2-dev: mvolchkov@ias-su:~$ sudo apt-get install php7.2-dev Unresolved packages: php7.2-dev : Depend on: libpcre3-dev (>= 2:8.35) but will not be installed Depend on: libssl-dev but will not be installed But it depends on: libpcre3-dev […]

什么是’人气竞赛’套餐?

我正在安装ubuntu服务器,并在配置阶段注意到它。 这个包有什么作用,它的用途是什么?

使用apt-get upgrade时如何强制安装内核更新?

要更新我的服务器,我使用apt-get upgrade 。 但是当有内核更新时,我总是需要做apt-get install linux-….因为apt-get update不会安装它们。 有没有办法告诉它安装它们? 我试过-f但它不起作用。

BURG For Ubuntu 14.04 Trusty

作为标题..我该怎么做? 我真的想要那个..但是ingalex删除了文件夹..使sudo apt-get update显示这样的错误 W: Failed to fetch http://ppa.launchpad.net/ingalex/super-boot-manager/ubuntu/dists/trusty/main/source/Sources 404 Not Found W: Failed to fetch http://ppa.launchpad.net/ingalex/super-boot-manager/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead.

有没有办法通过命令行检查存储库中是否有可用的程序?

当我找到一个有趣的程序,我想在ubuntu中测试和安装时,首先检查它是否在存储库中可用。 为此,我使用软件中心。 但是否有可能通过命令行检查它,即apt或aptitude? 类似的apt get install命令?

“你想继续吗?”为什么大写?

我是Ubuntu的新手,一些小事开始让我烦恼。 比如在尝试安装程序时,Ubuntu问道, 你想继续[Y / n]吗? 困扰我的是为什么字母“Y”是大写字母而“n”是小写字母。 他们是否有任何重要原因,为什么一个是上层,后者是更低? 无论我输入的是什么情况都不会改变结果:它是继续还是不继续。 他们是否试图通知我们我们可以同时进入并且它不会改变任何东西?

如何在Ubuntu 14.04中安装PgAdmin3版本1.20.0

我尝试使用PPA安装 首先,我添加一个指向/etc/apt/sources.list文件存储库source.list目录的链接 $ Sudo nano /etc/apt/sources.list deb http://ppa.launchpad.net/pitti/postgresql/ubuntu precise play deb-src http://ppa.launchpad.net/pitti/postgresql/ubuntu precise play 其次,我用命令更新了存储库 $ Sudo apt-get update 虽然有错误 : W: GPG error: precise http://ppa.launchpad.net Release: The following signatures could not be verified Because The public key is not available: NO_PUBKEY 99B656EA8683D8A2 我添加了一种克服apt-key的方法,创建一个文件夹Key1包含代码key1下面链接的代码 然后我运行命令 $ Sudo apt-key add / directory / key1 成功 我试图更新后面的第三个存储库 […]

如何解决ubuntu 16.04上的更新问题

虽然更新我有这样的错误 W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1 W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1 W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1 W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1 W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured […]