bazelbuild/bazel
Vedi su GitHub[bazel.build] Mutliple problems with /install/ubuntu
Open
#26.309 aperta il 16 giu 2025
P2help wantedteam-Documentationteam-OSStype: documentation (cleanup)
Metriche repository
- Star
- (25.384 star)
- Metriche merge PR
- (Merge medio 22g 20h) (77 PR mergiate in 30 g)
Descrizione
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-httpspackage is a dummy since Debian Stretch, as of which its functionality has been integrated into the mainaptpackage, so its installation is useless - The repository keyring should NOT be stored in
/usr/share/keyringsunless 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/keyringsinstead. 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