Cloud Storage FUSE installieren oder aktualisieren
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Auf dieser Seite wird beschrieben, wie Sie Cloud Storage FUSE mit vordefinierten Linux-Binärdateien oder dem neuesten Quellcode installieren und auf die neueste Version von Cloud Storage FUSE aktualisieren. Informationen dazu, welche Frameworks, Betriebssysteme und Architekturen von Cloud Storage FUSE unterstützt werden, finden Sie unter Frameworks, Betriebssysteme und Architekturen.
Cloud Storage FUSE mit vordefinierten Linux-Binärdateien installieren
Führen Sie die folgenden Anweisungen aus, um Cloud Storage FUSE mithilfe von vordefinierten Linux-Bibliotheken zu installieren oder zu aktualisieren.
Paketmanager konfigurieren
Ubuntu/Debian
Wenn Ihre Distribution die Option "signed-by" unterstützt, führen Sie die folgenden Anweisungen aus:
Fügen Sie die URL der Cloud Storage FUSE-Distribution als Paketquelle hinzu:
Cloud Storage FUSE installieren oder aktualisieren
Ubuntu/Debian
Aktualisieren Sie die Liste der verfügbaren Pakete und installieren Sie Cloud Storage FUSE:
sudoapt-getupdatesudoapt-getinstallgcsfuse
CentOS/Red Hat/Rocky Linux
Wenn Sie das Betriebssystem CentOS, Red Hat oder Rocky Linux verwenden, führen Sie die folgenden Anweisungen aus:
Installieren Sie Cloud Storage FUSE:
sudoyuminstallgcsfuse
Hinweis: Beantworten Sie alle Fragen zum Hinzufügen des GPG-Signaturschlüssels mit "Ja".
SUSE Linux
Wenn Sie das Betriebssystem SUSE Linux verwenden, führen Sie die folgenden Anweisungen aus:
Installieren Sie Cloud Storage FUSE:
sudozypperinstallgcsfuse
Hinweis: Beantworten Sie alle Fragen zum Hinzufügen des GPG-Signaturschlüssels mit "Ja".
Alternativ können Sie das neueste vordefinierte Paket von Cloud Storage FUSE direkt von GitHub herunterladen.
So führen Sie ein Upgrade auf die neueste Version von Cloud Storage FUSE mit vordefinierten Linux-Binärdateien durch:
Ubuntu/Debian
Wenn Sie das Linux-Betriebssystem Ubuntu oder Debian verwenden, führen Sie die folgenden Schritte aus, um ein Upgrade auf die neueste Version von Cloud Storage FUSE durchzuführen:
Wenn Sie das Betriebssystem CentOS, Red Hat oder Rocky Linux verwenden, führen Sie die folgenden Schritte aus, um auf die neueste Version von Cloud Storage FUSE zu aktualisieren:
sudoapt-getupdatesudoyum-yupgradegcsfuse
SUSE Linux
Wenn Sie das SUSE Linux-Betriebssystem verwenden, führen Sie mithilfe der folgenden Anleitung ein Upgrade auf die neueste Version von Cloud Storage FUSE durch:
sudozypperrefreshsudozypper-nupdategcsfuse
Cloud Storage FUSE mit einem Build des neuesten Quellcodes installieren oder aktualisieren
Führen Sie die folgenden Anweisungen aus, um Cloud Storage FUSE durch Erstellen des neuesten Quellcodes aus GitHub zu installieren oder zu aktualisieren:
Installieren Sie fuse, git und go, falls Sie dies noch nicht getan haben (die neueste Version von go finden Sie unter go.mod).
Installieren Sie Cloud Storage FUSE mit dem Befehl go install:
Bei Erfolg wird eine Binärdatei mit dem Namen gcsfuse in $GOPATH/bin installiert.
GOPATH ist eine Umgebungsvariable, mit der der Stamm Ihres go-Arbeitsbereichs ermittelt wird.
Alternativ können Sie Cloud Storage FUSE installieren, indem Sie das Git-Repository in Ihr lokales Dateisystem klonen:
Wechseln Sie von Ihrem aktuellen Arbeitsverzeichnis in den Ordner gcsfuse, der das Cloud Storage FUSE-Repository enthält:
cdgcsfuse
Installieren Sie Cloud Storage FUSE mit dem Befehl go install:
goinstall.
Bei Erfolg wird eine Binärdatei mit dem Namen gcsfuse in $GOPATH/bin installiert.
Wenn Sie mithilfe des Quellcodes auf die neueste Version von Cloud Storage FUSE aktualisieren möchten, führen Sie die Installationsanleitung noch einmal aus.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-25 (UTC)."],[],[],null,["# Install or upgrade Cloud Storage FUSE\n\nThis page describes how to install [Cloud Storage FUSE](/storage/docs/gcs-fuse) using prebuilt Linux\nbinaries or the latest source code, and how to upgrade to the latest version\nof Cloud Storage FUSE. For information on which frameworks, operating systems, and\narchitectures Cloud Storage FUSE supports, see\n[Frameworks, operating systems, and architectures](/storage/docs/cloud-storage-fuse/overview#frameworks-os-architectures).\n\nInstall Cloud Storage FUSE by using prebuilt Linux binaries\n-----------------------------------------------------------\n\nTo install or upgrade Cloud Storage FUSE by using prebuilt Linux libraries, complete\nthe following instructions.\n\n### Configure package manager\n\n### Ubuntu/Debian\n\nIf your distribution supports the signed-by option, complete the following\ninstructions:\n\n1. Add the Cloud Storage FUSE distribution URL as a package source:\n\n export GCSFUSE_REPO=gcsfuse-`lsb_release -c -s`\n echo \"deb [signed-by=/usr/share/keyrings/cloud.google.asc] https://packages.cloud.google.com/apt $GCSFUSE_REPO main\" | sudo tee /etc/apt/sources.list.d/gcsfuse.list\n\n2. Import the Google Cloud public key:\n\n curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo tee /usr/share/keyrings/cloud.google.asc\n\nIf your distribution is outdated and doesn't support the signed-by option,\ncomplete the following instructions:\n\n1. Add the Cloud Storage FUSE distribution URL as a package source:\n\n export GCSFUSE_REPO=gcsfuse-`lsb_release -c -s`\n echo \"deb https://packages.cloud.google.com/apt $GCSFUSE_REPO main\" | sudo tee /etc/apt/sources.list.d/gcsfuse.list\n\n2. Import the Google Cloud public key:\n\n curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -\n\n### CentOS/Red Hat/Rocky Linux\n\nIf you're using the CentOS, Red Hat, or Rocky Linux operating system,\ncomplete the following instructions:\n\n1. Configure the Cloud Storage FUSE repository and its associated public key:\n\n sudo tee /etc/yum.repos.d/gcsfuse.repo \u003e /dev/null \u003c\u003cEOF\n [gcsfuse]\n name=gcsfuse (packages.cloud.google.com)\n baseurl=https://packages.cloud.google.com/yum/repos/gcsfuse-el7-x86_64\n enabled=1\n gpgcheck=1\n repo_gpgcheck=0\n gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg\n https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg\n EOF\n\n2. If you haven't yet, install [FUSE](https://github.com/libfuse/libfuse) by using the\n [`YUM` Linux package manager](https://www.redhat.com/sysadmin/how-manage-packages):\n\n sudo yum install fuse\n\n### SUSE Linux\n\nIf you're using the SUSE Linux operating system, complete the\nfollowing instructions:\n\n1. Configure the Cloud Storage FUSE repository and its associated public key:\n\n sudo tee /etc/zypp/repos.d/gcsfuse.repo \u003e /dev/null \u003c\u003cEOF\n [gcsfuse]\n name=gcsfuse (packages.cloud.google.com)\n baseurl=https://packages.cloud.google.com/yum/repos/gcsfuse-el7-x86_64\n enabled=1\n gpgcheck=1\n repo_gpgcheck=0\n gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg\n https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg\n EOF\n\n2. If you haven't yet, install [FUSE](https://github.com/libfuse/libfuse) by using the\n [`ZYPPER` Linux package manager](https://documentation.suse.com/smart/systems-management/html/concept-zypper/index.html):\n\n sudo zypper install fuse\n\n### Install or upgrade Cloud Storage FUSE\n\n### Ubuntu/Debian\n\nUpdate the list of available packages and install Cloud Storage FUSE: \n\n sudo apt-get update\n sudo apt-get install gcsfuse\n\n### CentOS/Red Hat/Rocky Linux\n\nIf you're using the CentOS, Red Hat, or Rocky Linux operating system,\ncomplete the following instructions:\n\nInstall Cloud Storage FUSE: \n\n sudo yum install gcsfuse\n\nBe sure to answer \"yes\" to any questions about adding the GPG signing key.\n\n### SUSE Linux\n\nIf you're using the SUSE Linux operating system, complete the\nfollowing instructions:\n\nInstall Cloud Storage FUSE: \n\n sudo zypper install gcsfuse\n\nBe sure to answer \"yes\" to any questions about adding the GPG signing key.\n\nAlternatively, you can download the latest prebuilt package of\nCloud Storage FUSE directly from [GitHub](https://github.com/GoogleCloudPlatform/gcsfuse/releases).\n\nTo upgrade to the latest version of Cloud Storage FUSE using prebuilt Linux binaries,\nuse the following instructions: \n\n### Ubuntu/Debian\n\nIf you're using the Ubuntu or Debian Linux operating system, use the\nfollowing instructions to upgrade to the latest version of Cloud Storage FUSE: \n\n sudo apt-get update\n sudo apt-get install --only-upgrade gcsfuse\n\n### CentOS/Red Hat/Rocky Linux\n\nIf you're using the CentOS, Red Hat, or Rocky Linux operating system,\nuse the following instructions to upgrade to the latest version of\nCloud Storage FUSE: \n\n sudo apt-get update\n sudo yum -y upgrade gcsfuse\n\n### SUSE Linux\n\nIf you're using the SUSE Linux operating system,\nuse the following instructions to upgrade to the latest version of\nCloud Storage FUSE: \n\n sudo zypper refresh\n sudo zypper -n update gcsfuse\n\nInstall or upgrade Cloud Storage FUSE by building the latest source code\n------------------------------------------------------------------------\n\nTo install or upgrade Cloud Storage FUSE by building the\n[latest source code from GitHub](https://github.com/GoogleCloudPlatform/gcsfuse/tree/master), complete the following instructions:\n\n1. If you haven't yet, install `fuse`, `git`, and `go` (see\n [go.mod](https://github.com/GoogleCloudPlatform/gcsfuse/blob/master/go.mod) for the latest version of `go`).\n\n2. Install Cloud Storage FUSE by using the `go install` command:\n\n go install github.com/googlecloudplatform/gcsfuse/v3@master\n\n If successful, a binary named `gcsfuse` is installed to `$GOPATH/bin`.\n `GOPATH` is an environment variable that's used to find the root of your `go`\n workspace.\n\nAlternatively, you can also install Cloud Storage FUSE by cloning the git\nrepository to your local file system:\n\n1. Clone the Cloud Storage FUSE repository:\n\n git clone https://github.com/GoogleCloudPlatform/gcsfuse.git\n\n2. Switch your current working directory to the `gcsfuse` folder containing the\n Cloud Storage FUSE repository:\n\n cd gcsfuse\n\n3. Install Cloud Storage FUSE by using the `go install` command:\n\n go install .\n\n If successful, a binary named `gcsfuse` is installed to `$GOPATH/bin`.\n\nTo upgrade to the latest version of Cloud Storage FUSE using source code, re-run\nthe [install instructions](#install-source-code).\n\nWhat's next\n-----------\n\nLearn how to [mount buckets using Cloud Storage FUSE](/storage/docs/gcsfuse-mount)."]]