📦 Universal Package Manager
From a usage perspective, xlings is a universal package manager that supports multiple version coexistence and switching
Since xpkg can describe almost anything, xlings can be used to install and manage the lifecycle of software or environment configurations described by xpkg
Installation Examples
Application Software
xlings install vscodeProgramming Language Environment
xlings install cppFont Configuration
xlings install config:fontconfig-user-moyingjiTutorial Project
Install the mcpp-standard tutorial project and automatically configure the experimental environment for local practice code
xlings install d2x:mcpp-standardProject Development Environment
Install the software and tools required for the dragonos project and automatically configure the development environment
xlings install dragonos:dragonos-devProject Source Code
Install the source code for the linux project
xlings install scode:linuxUninstallation Examples
xlings remove vscodeTIP
Here we use vscode as an example, you can uninstall other packages by replacing with the corresponding package name
