Software Installation and Multi-version Management
Package management with multi-version coexistence support - not only supports software/tool installation, but also environment configuration
Installing X
Application software
bash
xlings install vscodeTutorial project
bash
xlings install d2x:mcpp-standardEnvironment configuration
bash
xlings install config:xxxMulti-version Management
Install specific version
bash
xlings install python@3.13
xlings install python@3.8Switch to specific version
bash
xlings use python 3.8Uninstall specific version
bash
xlings remove python@3.8TIP
If 3.8 is the current version, after uninstallation it will automatically switch to other installed versions. For example: 3.13
