bazelbuild/bazel

[bazel.build] Mutliple problems with /install/ubuntu

Open

#26,309 创建于 2025年6月16日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Java (4,465 fork)batch import
P2help wantedteam-Documentationteam-OSStype: documentation (cleanup)

仓库指标

Star
 (25,384 star)
PR 合并指标
 (平均合并 22天 20小时) (30 天内合并 77 个 PR)

描述

Page link:

https://bazel.build/install/ubuntu

Problem description (include actual vs expected text, if applicable):

Hi,

the installation instructions for Debian/Ubuntu contain multiple errors:

  • The apt-transtport-https package is a dummy since Debian Stretch, as of which its functionality has been integrated into the main apt package, so its installation is useless
  • The repository keyring should NOT be stored in /usr/share/keyrings unless there's also a package available for managing the keyring going forward. If such a package doesn't exist, the keyring should be stored in /etc/apt/keyrings instead. See here for the details, where it says:

    If future updates to the certificate will be managed by an apt/dpkg package as recommended below, then it SHOULD be downloaded into /usr/share/keyrings using the same filename that will be provided by the package. If it will be managed locally , it SHOULD be downloaded into /etc/apt/keyrings instead.

Please fix.

Where do you see this issue? (include link to specific section of the page, if applicable)

https://bazel.build/install/ubuntu#install-on-ubuntu

Any other information you'd like to share?

No response

贡献者指南