Linux Lite Forums

Software - Support => Updates => Topic started by: 2BSafe on July 13, 2021, 03:04:44 PM

Title: Error on updates
Post by: 2BSafe on July 13, 2021, 03:04:44 PM
===========================
Install Updates Error log
===========================
Install Updates could not successfully download and install available updates.
Go to https://www.linuxliteos.com/forums/ (https://www.linuxliteos.com/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?
Title: Re: Error on updates
Post by: stevef on July 14, 2021, 12:47:00 AM
Instead of using 'su' try using 'sudo'.

Code: [Select]
sudo dpkg --configure -a
You should be prompted for your password and then the command should run with elevated su privilege.
Title: Re: Error on updates
Post by: chushingura on September 05, 2022, 07:24:24 AM
Umm, I have the same problem. I tried this but it didn't solve it.
Title: Re: Error on updates
Post by: stevef on September 05, 2022, 08:02:40 AM
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 ?
Title: Re: Error on updates
Post by: chushingura on September 05, 2022, 08:31:23 AM
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.linuxliteos.com/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.
Title: Re: Error on updates
Post by: stevef on September 05, 2022, 08:44:18 AM
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.
Title: Re: Error on updates
Post by: chushingura on September 05, 2022, 09:11:21 AM
Yes, will do. Thanks