在 Ubuntu 16.04 中更新所有软件包后得到这个。
All packages are up to date.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
ubuntu-core-launcher
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Run Code Online (Sandbox Code Playgroud)
使用 删除 ubuntu-core-launcher 是否安全apt-get autoremove?
ubuntu-core-launcher 软件包用于仍在制作中的新 snappy软件包安装程序。现在运行sudo dpkg -s ubuntu-core-launcher将在优先级信息中显示它是可选的,这意味着您可以删除它。
现在有问题的漏洞为说明此影响Ubuntu的LTS 16.04和需要升级到1.0.27版或更高版本与最新版本在这里。
但是把它放回去也很容易:
sudo apt update && sudo apt-get install ubuntu-core-launcher
删除它也很容易:
sudo apt-get purge --auto-remove ubuntu-core-launcher
Run Code Online (Sandbox Code Playgroud)
所以跑步sudo apt autoremove就可以了。
ubuntu-core-launcher 是 snapd 的一个依赖,它是 snap 打包格式的后端,是默认镜像的一部分。然而,ubuntu-core-launcher 不久前成为了 snap-confine 的过渡包。从 snapd v2.17.1ubuntu1 开始,snapd 显然直接依赖于 snap-confine 而不是 ubuntu-core-launcher,这使得系统上的任何东西都不需要 ubuntu-core-launcher 并且没有明确安装,从而使其成为自动删除的候选者. 由于它的唯一目的是无论如何都要拉入快照限制,因此您可以安全地使用sudo apt autoremove.
| 归档时间: |
|
| 查看次数: |
8285 次 |
| 最近记录: |