-
Notifications
You must be signed in to change notification settings - Fork 461
Open
Labels
feature requestFeature request: request to add new features or functionalityFeature request: request to add new features or functionalityp2P2P2
Description
Description
While following the official gcsfuse
installation guide on the current stable release, Debian 13 (“Trixie”), I encountered a repository error.
https://cloud.google.com/storage/docs/cloud-storage-fuse/install#ubuntudebian
Error
Hit:1 http://deb.debian.org/debian trixie InRelease
Hit:2 http://deb.debian.org/debian trixie-updates InRelease
Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
Ign:4 https://packages.cloud.google.com/apt gcsfuse-trixie InRelease
Err:5 https://packages.cloud.google.com/apt gcsfuse-trixie Release
404 Not Found [IP: 142.251.39.78 443]
Error: The repository 'https://packages.cloud.google.com/apt gcsfuse-trixie Release' does not have a Release file.
Notice: Updating from such a repository can't be done securely, and is therefore disabled by default.
Notice: See apt-secure(8) manpage for repository creation and user configuration details.
Workaround
Use the repository for the previous stable Debian release (“bookworm”) instead of dynamically detecting the codename with lsb_release -c -s
:
export GCSFUSE_REPO="gcsfuse-bookworm"
Notes
- It is possible to install the
gcsfuse-bookworm
repository on Debian Trixie. - I’m reporting this because Debian’s current stable is now “Trixie,” not “Bookworm,” and Google’s official installation instructions should work without any manual workarounds. Debian Trixie (released August 9, 2025) ought to be supported directly.
Metadata
Metadata
Assignees
Labels
feature requestFeature request: request to add new features or functionalityFeature request: request to add new features or functionalityp2P2P2