Deepin File Manager is a file management tool independently developed by Deepin Technology, featuring functions such as searching, copying, trash management, compression/decompression and viewing file properties.
The master branch is current development branch, build dependencies may change without updating README.md. Please refer to ./debian/control
for an accurate list of build dependencies
- cmake,
- debhelper (>=9),
- pkg-config,
- dh-systemd,
- qtbase5-dev,
- qtbase5-private-dev,
- qtmultimedia5-dev,
- libffmpegthumbnailer-dev,
- libqt5svg5-dev,
- libpolkit-agent-1-dev,
- libpolkit-qt5-1-dev,
- libdtkwidget-dev,
- libdtkgui-dev,
- libdtkcore-dev,
- libdtkcore5-bin,
- qttools5-dev-tools,
- dde-dock-dev(>=4.8.4.1),
- libdframeworkdbus-dev,
- libtag1-dev,
- libdmr-dev,
- libicu-dev,
- libdeepin-pdfium-dev,
- libqt5xdg-dev,
- libgio-qt-dev,
- libdfm-io-dev,
- libdfm-mount-dev,
- libdfm-burn-dev,
- libssl-dev,
- libgtest-dev,
- libgmock-dev,
- libgsettings-qt-dev,
- liblucene++-dev,
- libdocparser-dev,
- libboost-filesystem-dev,
- libsecret-1-dev,
- libkf5codecs-dev,
- libpoppler-cpp-dev,
- libcryptsetup-dev,
- deepin-desktop-base | deepin-desktop-server | deepin-desktop-device
- Make sure you have installed all dependencies.
The package name may vary between different distros. If dde-file-manager is available in your distro, it is a better idea to check the packaging script provided by your distro.
Assume you are using Deepin or another Debian-based distro that provides dde-file-manager:
$ git clone https://github.com/linuxdeepin/dde-file-manager
$ cd dde-file-manager
$ sudo apt build-dep ./
- Build:
$ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr
$ cmake --build build
- Install:
$ sudo cmake --build build --target install
The executable binary file could be found at /usr/bin/dde-file-manager
Execute dde-file-manager
We encourage you to report issues and contribute changes
dde-file-manager is licensed under GPL-3.0-or-later