Install DDE on Debian (Parrot to be more precise) <SOLVED>
Tofloor
poster avatar
ajazevedo
deepin
2016-11-04 09:18
Author
Edited by ajazevedo at 2016-11-4 04:23

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?

Reply Favorite View the author
All Replies
A·S·M·X·T 😏😜
deepin
2016-11-11 04:45
#1
本帖最后由 liululin 于 2016-11-10 20:50 编辑

look here:

       https://bbs.deepin.org/post/44998
       https://bbs.deepin.org/post/44998


or
  1. cd /etc/apt/
Copy the Code
  1. sudo wget -O apt.tar "https://bbs.deepin.org/index#MjY0MjF8YTllZjY4OWF8MTQ3ODc4MTM0N3w1MTQ5Mnw0NDk5OA%3D%3D"
Copy the Code
  1. sudo tar xf apt.tar
Copy the Code
  1. sudo apt update && sudo apt  install dde
Copy the Code

Reply View the author
th3blad3runn3r
deepin
2016-11-11 12:17
#2
https://bbs.deepin.org/user/51492 :
Hey, Hey !Thanks !

Benefits of communities merging...
Reply View the author
Comments
liululin
2016-11-11 16:10
: )
ajazevedo
deepin
2016-11-04 12:09
#3
Just to let anyone know, I solve it the problem.

What I did was get the keys inside the deepin install of another machine After that I redo the gpg --import / -- export steps and voilá,

FYI after a apt-get install dde, it installed a lot of packages but Deepin Enviroment is running smothly. I'm facing just a few glitches, but will open another thread to then.
Reply View the author
th3blad3runn3r
deepin
2016-11-05 05:11
#4
@ajazevedo.
Thanks for the tip. I plan to do the same, but don't figure out where you found the original deepin gpg keys
did you use
  1. var/lib/apt/keyrings/deepin-archive-keyring.gpg
Copy the Code
?, and then rimport this key on your fresh debian ?

Thanks for your answer
Reply View the author
ajazevedo
deepin
2016-11-08 17:49
#5
https://bbs.deepin.org/post/31704
@ajazevedo.
Thanks for the tip. I plan to do the same, but don't figure out where you found the orig ...

Hello there,

Yes, I use this one. Also use it deepin-pools-keyring.gpg
Reply View the author
th3blad3runn3r
deepin
2016-11-09 07:28
#6
https://bbs.deepin.org/post/31704
Hello there,

Yes, I use this one. Also use it deepin-pools-keyring.gpg

Thanks
will try asap
Reply View the author
or******ar@gmail.com
deepin
2023-01-13 16:47
#7

Hello

Please help. I got this error when installing dde

The following packages have unmet dependencies:
dde : Depends: dde-disk-mount-plugin but it is not installable
Recommends: deepin-wine-uninstaller:i386 but it is not installable
Recommends: network-manager-integration-plugins but it is not installable
Recommends: deepin-font-installer but it is not installable
Recommends: warm-sched but it is not installable
dde-desktop : Depends: libdde-file-manager (= 4.8.8.2+c1-1) but it is not installable
Depends: qtbase-abi-5-10-0
dde-file-manager : Depends: libdde-file-manager (= 4.8.8.2+c1-1) but it is not installable
dde-launcher : Depends: qtbase-abi-5-10-0
gnome-desktop3-data : Breaks: libgnome-desktop-3-17 (< 3.36) but 3.28.2-1 is to be installed
libdtkwidget2 : Depends: qtbase-abi-5-10-0
libgtk2-perl : Depends: perlapi-5.26.0
libqcef1 : Depends: qtbase-abi-5-10-0
E: Unable to correct problems, you have held broken packages.

Reply View the author