https://bugs.kde.org/show_bug.cgi?id=497138
--- Comment #3 from Mina <842m...@gmail.com> --- pkcon showed the same error again with kdesu or kde-runtime-data or something. Fatal error: Error while installing package: trying to overwrite '/usr/share/man/man1/kdesu.1.gz', which is also in package kde-runtime-data 4 This time, the `sudo apt --fix-broken install` command didn't work. But I got things moving forward another way. Following help from Libera chat or IRC, I went to this. https://discuss.kde.org/t/neon-plasma-6-0-pkcon-update-fatal-error/10644 And then I took a look at `/var/log/apt/term.log` with nano. Like below. nano /var/log/apt/term.log And then, I went on scrolling till near the end. And from what I found, I did: `sudo dpkg -i --force-overwrite /var/cache/apt/archives/kde-cli-tools-data_4%3a6.2.0-0zneon+22.04+jammy+release+build4_all.deb` ...as instructed by the link at kde discuss. ...and that got things moving forward again with pkcon. Yay : ) -- You are receiving this mail because: You are watching all bug changes.