![]() |
Error on updates - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Updates (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=46) +--- Thread: Error on updates (/showthread.php?tid=7834) |
Error on updates - 2BSafe - 07-13-2021 =========================== Install Updates Error log =========================== Install Updates could not successfully download and install available updates. Go to https://www.freecinema2022.gq/forums/ and paste the log below into a new or existing thread for assistance. ============ Log =========== E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. I try to run and get dpkg: error: requested operation requires superuser privilege so I run: su dpkg --configure -a su: unrecognized option '--configure' Try 'su --help' for more information. I try with one - and get: su dpkg -configure -a su: invalid option -- 'a' Try 'su --help' for more information. There is no configure option in help. Ant idea? Re: Error on updates - stevef - 07-14-2021 Instead of using 'su' try using 'sudo'. Code: sudo dpkg --configure -a You should be prompted for your password and then the command should run with elevated su privilege. Re: Error on updates - chushingura - 09-05-2022 Umm, I have the same problem. I tried this but it didn't solve it. Re: Error on updates - stevef - 09-05-2022 Quote:Umm, I have the same problem. I tried this but it didn't solve it. Can you explain a bit more so that we can help ? Re: Error on updates - chushingura - 09-05-2022 Hi, Here is the error log. I tried using the advice you gave deejay but it did'nt solve the problem. =========================== Install Updates Error log =========================== Install Updates could not fetch the package cache information lists. Go to https://www.freecinema2022.gq/forums/ and paste the log below into a new or existing thread for assistance. ============ Log =========== Hit:1 http://ie.archive.ubuntu.com/ubuntu focal InRelease Hit:2 http://www.mirrorservice.org/sites/repo.linuxliteos.com/linuxlite emerald InRelease Hit:3 http://ie.archive.ubuntu.com/ubuntu focal-updates InRelease Get:4 http://ie.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:6 http://ie.archive.ubuntu.com/ubuntu focal-security InRelease [114 kB] Hit:7 http://archive.canonical.com/ubuntu focal InRelease Hit:8 https://brave-browser-apt-release.s3.brave.com stable InRelease Hit:5 https://deb.librewolf.net focal InRelease Get:9 https://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Focal InRelease [1,553 B] Err:9 https://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Focal InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 02456C79B2FD48BF Reading package lists... W: GPG error: https://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 02456C79B2FD48BF E: The repository 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Focal InRelease' is not signed. Re: Error on updates - stevef - 09-05-2022 That's a different problem and will need a different solution. Probably best to search the forums for a closer match to your problem and if you can't find anything start a new topic in the updates section of the forum. Re: Error on updates - chushingura - 09-05-2022 Yes, will do. Thanks |