That doesn't work and now updating fails to connect to Deepi's community packages.
That doesn't work and now updating fails to connect to Deepi's community packages.
I have the same problem. I solved this using the follow command
sudo dpkg --configure -a
The Deepin team needs to fix the dependencies!
Failed downloads for updates are constant and recurrent. I have posted about this problem before and it was not given the importance it deserves.
How long will we have to use patches with sudo dpkg --configure -a
Recurring bugs in Deepin V20.2 updates
https://pastebin.com/SijE5Cnb
Recurring bugs in Deepin V20.2 updates II
https://pastebin.com/wcu3bST0
I have the same problem. I solved this using the follow command
sudo dpkg --configure -a
It seems that your suggestion for me does not work.
You need to release a new update with the CORRECT FIXES for the RECORDING FAILURES presented.
The issue is on these three for the PAM configuration; systemd, systemd-sysv and libpam-systemd:amd.
You have to clean, update and upgrade. Then override with yes. After, f install, update, and dist upgrade. I get no more errors.
that is great but in my case I didn't have any issues upgrading to 20.2. It had successfully upgraded. It was AFTER the upgrade that new updates were available that affected 3 dependencies in the PAM Configuration.
cd /var/lib/dpkg
sudo mv info info-bak
sudo mkdir info
sudo apt install -f
that is great but in my case I didn't have any issues upgrading to 20.2. It had successfully upgraded. It was AFTER the upgrade that new updates were available that affected 3 dependencies in the PAM Configuration.
Try dist-upgrade
cd /var/lib/dpkg
sudo mv info info-bak
sudo mkdir info
sudo apt install -f
Solved
https://www.cnblogs.com/bk770466199/p/6430467.html 看看这个链接能解决你的问题不
1. ps -ef | grep "deepin-anything" | grep -v grep | awk '{print $2}' | sudo xargs -I {} kill -9 {} | sudo rmmod vfs_monitor
2. sudo dpkg --configure -a
Hi Deepiners,
After upgrading to 20.2, there were new updates available which included systemd. Everything installed fin with the exception of systemd (241.10.2-1+dde). See below...Any help is appreciated.. thank you!