# deepin-diskmanager **Repository Path**: openkylin/deepin-diskmanager ## Basic Information - **Project Name**: deepin-diskmanager - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: openkylin/yangtze - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 15 - **Forks**: 0 - **Created**: 2022-07-31 - **Last Updated**: 2025-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # diskManager Disk Utility is a useful tool to help you better manage your disks through disk partitioning, disk data administration, and health management. ## Dependencies * smartmontools * exfat-fuse * Qt5 (>= 5.3) * Qt5-X11extras ### Build dependencies * cmake * qt5 * dtk ## Installation sudo apt-get install deepin-diskmanager ### Build from source code 1. Make sure you have installed all dependencies. 2. Build: ``` $ cd deepin-diskmanager $ mkdir Build $ cd Build $ cmake .. $ make ``` 3. Install: ``` $ sudo make install ``` When install complete, the executable binary file is placed into `/usr/bin/deepin-diskmanager`. ## Getting help Any usage issues can ask for help via * [WiKi](https://wiki.deepin.org) * [Forum](https://bbs.deepin.org) * [Developer Center](https://github.com/linuxdeepin/developer-center) ## 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) ## License This project is licensed under GPL-3.0-only.