![]() |
Problems updating KDE Plasma Mobile OS - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: General Discussion on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=127) +--- Thread: Problems updating KDE Plasma Mobile OS (/showthread.php?tid=13337) |
Problems updating KDE Plasma Mobile OS - IMSAI8080 - 03-07-2021 Hello, I'm experiencing problems updating my OS (KDE Plasma Mobile). I'm using a SD Verbatim 32 GB (just KDE Plasma Mobile on it). On the terminal, after: $ sudo pacman -Suuyyw got this message: error: failed to update mobile (unable to lock database) error: failed to update core (unable to lock database) error: failed to update extra (unable to lock database) error: failed to update community (unable to lock database) error: failed to synchronize all databases Also, tapping on Discover, on the bottom of the screen, when the application starts, I got: unable to lock database Any help? Many thanks. RE: Problems updating KDE Plasma Mobile OS - mark1250 - 03-07-2021 Something set a lock on your package database. Try: Code: sudo rm /var/lib/pacman/db.lck Then try your update again. |