Skip to content

linuxdeepin/deepin-deb-installer

Repository files navigation

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
sudo apt build-dep deepin-deb-installer
  1. Build
mkdir build
cd build
cmake ..
make
  1. Install
sudo make install

Documentations

Please see INTRODUCTION.md

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

Deepin deb installer is licensed under GPL-3.0-or-later