0

I have done cloned deepin-terminal source code from github. Now, what should I do if I want to build it and install deepin-terminal into my ubuntu laptop? Thank you for answer and help, I am really newbie in linux.

sumarouno
  • 3
  • 2

1 Answers1

0

There are no instructions with the repository that I could find, but Noobslab have provided a PPA for Deepin applications including the terminal. To use it, do:

sudo add-apt-repository ppa:noobslab/deepin-sc
sudo apt-get update
sudo apt-get install deepin-terminal
muru
  • 207,228