# deepin-deb-installer **Repository Path**: wcp_code/deepin-deb-installer ## Basic Information - **Project Name**: deepin-deb-installer - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-29 - **Last Updated**: 2025-09-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Deepin deb installer Deepin deb installer helps users install and remove local packages. Deepin deb installer is an easy-to-use deb package management tool with a simple interface for users to quickly install customized applications not included in App Store supporting bulk installation, version identification and auto completion. ### Dependencies - libqapt3 - libqapt3-runtime - deepin-elf-verify - deepin-elf-sign-tool ### Build dependencies - pkg-config - cmake - libqt5widgets5 - libqt5concurrent5 - libqapt-dev - libdtkwidget-dev - qtbase5-dev - qttools5-dev-tools - qttools5-dev - qtchooser - libgtest-dev - deepin-gettext-tools - libpolkit-qt5-1-dev ## Installation ### Build from source code 1. Make sure you have installed all dependencies ```shell sudo apt build-dep deepin-deb-installer ``` 2. Build ```shell mkdir build cd build cmake .. make ``` 3. Install ```shell sudo make install ``` ## Documentations Please see [INTRODUCTION.md](./INTRODUCTION.md) ## Getting help Any usage issues can ask for help via * [Gitter](https://gitter.im/orgs/linuxdeepin/rooms) * [IRC channel](https://webchat.freenode.net/?channels=deepin) * [Forum](https://bbs.deepin.org) * [WiKi](https://wiki.deepin.org/) ## Getting involved We encourage you to report issues and contribute changes * [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en). (English) ## License Deepin deb installer is licensed under [GPL-3.0-or-later](LICENSE)