When I try to install deepin
on Ubuntu 20.04 I get the following error:
Processing triggers for initramfs-tools (0.136ubuntu6.3) ...
update-initramfs: Generating /boot/initrd.img-5.10.4-051004-generic
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8125b-2.fw for module r8169
W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.5.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.5.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_dmc_ver2_08.bin for module i915
W: plymouth module (/usr/lib/x86_64-linux-gnu/plymouth//ubuntudde-text.so) missing, skipping that theme.
I: The initramfs will attempt to resume from /dev/dm-1
I: (/dev/mapper/vgubuntu-swap_1)
I: Set the RESUME variable to override this.
Processing triggers for resolvconf (1.82) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for libc-bin (2.31-0ubuntu9.1) ...
Errors were encountered while processing:
deepin-anything-dkms
dde-file-manager
ubuntudde-dde
deepin-anything-server
ubuntudde-desktop
ubuntudde-dde-extras
E: Sub-process /usr/bin/dpkg returned an error code (1)
How can I solve it?
I tried this :
apt-cache policy deepin-anything-dkms dde-file-manager ubuntudde-dde deepin-anything-server ubuntudde-desktop ubuntudde-dde-extras
It gave me :
deepin-anything-dkms:
Installed: 5.0.1-4
Candidate: 5.0.1-4
Version table:
*** 5.0.1-4 500
500 ://ppa.launchpad.net/ubuntudde-dev/stable/ubuntu focal/main amd64 Packages
500 ://ppa.launchpad.net/ubuntudde-dev/stable/ubuntu focal/main i386 Packages
100 /var/lib/dpkg/status
dde-file-manager:
Installed: 5.0.0-2
Candidate: 5.0.0-2
Version table:
*** 5.0.0-2 500
500 ://ppa.launchpad.net/ubuntudde-dev/stable/ubuntu focal/main amd64 Packages
100 /var/lib/dpkg/status
ubuntudde-dde:
Installed: 1.1
Candidate: 1.1
Version table:
*** 1.1 500
500 ://ppa.launchpad.net/ubuntudde-dev/stable/ubuntu focal/main amd64 Packages
500 ://ppa.launchpad.net/ubuntudde-dev/stable/ubuntu focal/main i386 Packages
100 /var/lib/dpkg/status
deepin-anything-server:
Installed: 5.0.1-4
Candidate: 5.0.1-4
Version table:
*** 5.0.1-4 500
500 ://ppa.launchpad.net/ubuntudde-dev/stable/ubuntu focal/main amd64 Packages
100 /var/lib/dpkg/status
ubuntudde-desktop:
Installed: 1.0-10
Candidate: 1.0-10
Version table:
*** 1.0-10 500
500 ://ppa.launchpad.net/ubuntudde-dev/stable/ubuntu focal/main amd64 Packages
100 /var/lib/dpkg/status
ubuntudde-dde-extras:
Installed: 1.0.1
Candidate: 1.0.1
Version table:
*** 1.0.1 500
500 ://ppa.launchpad.net/ubuntudde-dev/stable/ubuntu focal/main amd64 Packages
500 ://ppa.launchpad.net/ubuntudde-dev/stable/ubuntu focal/main i386 Packages
100 /var/lib/dpkg/status
I tried : sudo apt-get install –f
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package –f
Please someone help me with this issue...
apt-cache policy deepin-anything-dkms dde-file-manager ubuntudde-dde deepin-anything-server ubuntudde-desktop ubuntudde-dde-extras
to the question. Also trysudo apt-get install -f
and add full error log of this command. – N0rbert Jan 06 '21 at 12:41git clone https://github.com/linuxdeepin/deepin-anything
after you have theubuntudde-dev/stable
repo enabled (as you already have), enable source repo for it in the "Software Sources" or "Software and Updates" GUI program that comes with ubuntu (or use terminal to uncomment the line deb-src line in/etc/apt/sources.list.d/ubuntudde-dev-ubuntu-stable-focal.list
sudo apt-get build-dep deepin-anything-dkms
cd deeping-anything
dpkg-buildpackage -rfakeroot -uc -b
sudo dpkg --install ../deepin*.deb
then try installing deepin again
– Eyad Ahmed Aug 29 '22 at 01:00