Deepin Terminal is an advanced terminal emulator with workspace , multiple windows, remote management, quake mode and other features.
Make sure you have installed all dependencies, you can use the following command.
$ cd deepin-terminal
$ sudo apt build-dep .
Build:
$ cd deepin-terminal
$ mkdir build
$ cd build
$ cmake ..
$ make
Install:
$ sudo make install
The executable binary file could be found at /usr/bin/deepin-terminal
after the installation is finished.
CMake will tell you which package you are missing.
Terminal Settings's configure save at:
~/.config/deepin/deepin-terminal/config.conf
Remote Servers' configure save at:
~/.config/deepin/deepin-terminal/server-config.conf
Custom Command's configure save at:
~/.config/deepin/deepin-terminal/command-config.conf
Execute deepin-terminal -h
to get more details.
Any usage issues can ask for help via
We encourage you to report issues and contribute changes
Deepin Terminal is licensed under GPL-3.0-or-later.