look here:
https://bbs.deepin.org/post/44998
https://bbs.deepin.org/post/44998
or
- cd /etc/apt/
- sudo wget -O apt.tar "https://bbs.deepin.org/index#MjY0MjF8YTllZjY4OWF8MTQ3ODc4MTM0N3w1MTQ5Mnw0NDk5OA%3D%3D"
- sudo tar xf apt.tar
- sudo apt update && sudo apt install dde
Hello There,
I'm prettu sure, this is possible, however I'm having a hard time makin it. How can I install Deepin Desktop Enviroment on another Debian-based distro like parrot
I figure was just the matter of adding the repository line on apt.sources file, adding the keys and done, however I'm stuck.
Here is what I've done so far.
- Added the line deb http://packages.deepin.com/deepin/ unstable main contrib non-free on /etc/apt/sources.list
- Dowloaded via wget the deepin-keyring,gpg from the same server
- Instal the key via the gpg --import / export combination but the key on the server is "209088E7"
When I execute the apt-get update I got the error: ... no public key but for a key ending "3E31DF51"
I try to execute apt-key adv --keyserver keyserver.ubuntu.com --rec-keys 3E31DF51" but the command hangs forever
Can anyone give me a hand on this?