https://github.com/linuxdeepin/deepin-deb-installer
Debian package installer for DDE
https://github.com/linuxdeepin/deepin-deb-installer
Last synced: 3 months ago
JSON representation
Debian package installer for DDE
- Host: GitHub
- URL: https://github.com/linuxdeepin/deepin-deb-installer
- Owner: linuxdeepin
- License: gpl-3.0
- Created: 2017-06-28T08:37:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-10-23T09:39:38.000Z (6 months ago)
- Last Synced: 2025-10-23T11:29:25.670Z (6 months ago)
- Language: C++
- Homepage:
- Size: 95.1 MB
- Stars: 36
- Watchers: 13
- Forks: 44
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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)