An open API service indexing awesome lists of open source software.

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

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)