# codium **Repository Path**: bianbu/codium ## Basic Information - **Project Name**: codium - **Description**: 该项目是将 VSCodium 发布的 `tar.gz` 做成 `deb` 包。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-30 - **Last Updated**: 2025-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 该项目是将 [VSCodium](https://github.com/VSCodium/vscodium) 发布的 `tar.gz` 做成 `deb` 包。 ## 安装依赖 ```shell sudo apt install -y dpkg-dev devscripts ``` ## 更新 ```shell ./update.sh ``` ## 修改 changelog ```shell dch -v -1 -D stable ``` ## 编译 ```shell dpkg-buildpackage -b -uc -us ```