Cloud Shell comes with popular development languages and common command-line tools for everyday tasks.
Pre-installed software
Cloud Shell regularly updates pre-installed software versions. Run the version command for each tool to check the installed version.
Pre-installed languages
|
Language |
Version information |
|
Java |
|
|
Go |
|
|
Python |
|
|
Node.js |
|
|
PHP |
|
|
Ruby |
|
Pre-installed command-line tools
Cloud Shell does not grant sudo permissions. Operations that require sudo cannot be performed.
|
Tool type |
Tool |
Version information |
|
Linux utilities |
|
|
|
ping |
No version information |
|
|
telnet |
||
|
tmux |
||
|
ssh |
||
|
curl |
||
|
Other standard Debian system utilities |
||
|
Alibaba Cloud tools |
|
|
|
|
||
|
|
||
|
|
||
|
No version information |
||
|
Text editors |
|
|
|
|
||
|
|
||
|
Source code management |
|
|
|
Build and packaging tools |
|
|
|
|
||
|
|
||
|
|
||
|
|
||
|
Orchestration tools |
|
|
|
|
||
|
|
||
|
Container tools |
|
|
|
|
||
|
|
||
|
Database tools |
|
Install third-party software
Third-party software in temporary storage is lost when the Cloud Shell instance is destroyed. To persist software, mount an File Storage NAS file system instance and install the software in the $HOME directory. Persistent storage.
Cloud Shell does not grant sudo permissions. Install third-party software in the user directory by compiling source code or using similar methods.