We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 486ca34 + 7921b2c commit 59070a7Copy full SHA for 59070a7
content/learning-paths/servers-and-cloud-computing/csp/google.md
@@ -56,11 +56,11 @@ Install the `gcc` compiler:
56
{{< tabpane code=true >}}
57
{{< tab header="Ubuntu" language="bash">}}
58
sudo apt update
59
-sudo apt install unzip -y
+sudo apt install gcc -y
60
{{< /tab >}}
61
{{< tab header="SUSE Linux" language="bash">}}
62
sudo zypper refresh
63
-sudo zypper install -y curl unzip
+sudo zypper install -y gcc
64
65
{{< /tabpane >}}
66
0 commit comments