Manjaro 20.04 KDE update issue - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: Manjaro 20.04 KDE update issue (/showthread.php?tid=9696) |
Manjaro 20.04 KDE update issue - mlentink - 04-20-2020 This is most probably due to my lack of familiarity with Arch/Manjaro but running Manjaro 20.04 KDE (from a sd-card flashed earlier today) I have a problem with an update. the system tells me there are 150 updates available and after pressing the key to start the update it starts downloading and checking integrity. Then it encounters an already exisiting file and quits with an error. Installation of a single package halts with the same message: Code: conflicting files: (translated) So basically I cannot update, but I can' t install packages either (like ntfs-3g, printer related packages and Thunderbird. Can anybody help me resolve this, other then checking each individual package until I have found the culprit? Thx! RE: Manjaro 20.04 KDE update issue - gleachkr - 04-20-2020 there was a little linking issue in the nss package a short while ago, that creates this problem (see: https://www.archlinux.org/news/nss3511-1-and-lib32-nss3511-1-updates-require-manual-intervention/) The solution is posted there, but the short version is: run pacman -Syu --overwrite /usr/lib\*/p11-kit-trust.so RE: Manjaro 20.04 KDE update issue - e-minguez - 04-20-2020 (04-20-2020, 10:08 AM)mlentink Wrote: This is most probably due to my lack of familiarity with Arch/Manjaro but running Manjaro 20.04 KDE (from a sd-card flashed earlier today) I have a problem with an update. the system tells me there are 150 updates available and after pressing the key to start the update it starts downloading and checking integrity. Then it encounters an already exisiting file and quits with an error. It is always a good idea to visit the manjaro forums as they provide instructions to update (such as https://forum.manjaro.org/t/arm-stable-update-2020-04-17-qt5-thunderbird-breath2-and-kernels/136479 ). The updates should be seamless but, you know, computers RE: Manjaro 20.04 KDE update issue - Eight Bit - 04-20-2020 (04-20-2020, 10:42 AM)e-minguez Wrote:(04-20-2020, 10:08 AM)mlentink Wrote: This is most probably due to my lack of familiarity with Arch/Manjaro but running Manjaro 20.04 KDE (from a sd-card flashed earlier today) I have a problem with an update. the system tells me there are 150 updates available and after pressing the key to start the update it starts downloading and checking integrity. Then it encounters an already exisiting file and quits with an error. Oh... I just deleted that file... That worked too RE: Manjaro 20.04 KDE update issue - mlentink - 04-20-2020 (04-20-2020, 10:42 AM)e-minguez Wrote:(04-20-2020, 10:08 AM)mlentink Wrote: This is most probably due to my lack of familiarity with Arch/Manjaro but running Manjaro 20.04 KDE (from a sd-card flashed earlier today) I have a problem with an update. the system tells me there are 150 updates available and after pressing the key to start the update it starts downloading and checking integrity. Then it encounters an already exisiting file and quits with an error. Thanks.Simply deleting the offending file did the trick! RE: Manjaro 20.04 KDE update issue - erock22 - 06-06-2020 (04-20-2020, 10:31 AM)gleachkr Wrote: pacman -Syu --overwrite /usr/lib\*/p11-kit-trust.so Thanks, that command worked for me! I had the same problem after installing a new image on my upgraded emmc. |