Linux Lite Forums

Software - Support => Updates => Topic started by: ???? on September 11, 2022, 03:55:36 AM

Title: Update Error - NO_PUBKEY
Post by: ???? on September 11, 2022, 03:55:36 AM
Here is the log

===========================
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://repo.linuxliteos.com/linuxlite emerald InRelease
Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu focal InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:5 http://archive.canonical.com/ubuntu focal InRelease
Hit:6 http://ppa.launchpad.net/qbittorrent-team/qbittorrent-stable/ubuntu focal InRelease
Get:7 http://ftp.de.debian.org/debian bullseye InRelease [116 kB]
Hit:8 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease
Err:7 http://ftp.de.debian.org/debian bullseye InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 605C66F00D6C9793
Reading package lists...
W: GPG error: http://ftp.de.debian.org/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 605C66F00D6C9793
E: The repository 'http://ftp.de.debian.org/debian bullseye InRelease' is not signed.
Title: Re: Update Error - NO_PUBKEY
Post by: trinidad on September 11, 2022, 10:37:40 AM
Try: http://deb.debian.org/debian/ bullseye
 
As a point of interest Linux Lite 5.x emerald is based on Ubuntu focal and the Debian parent is Buster not Bullseye so you may still have update issues with whatever software it is you have installed. Also occasionally mirrors don't keep up. Using the official Debian mirror is the most reliable. Please use Gdebi installer to install Debian based software.

TC
Title: Re: Update Error - NO_PUBKEY
Post by: ???? on September 11, 2022, 08:21:26 PM
Try: http://deb.debian.org/debian/ bullseye
 
As a point of interest Linux Lite 5.x emerald is based on Ubuntu focal and the Debian parent is Buster not Bullseye so you may still have update issues with whatever software it is you have installed. Also occasionally mirrors don't keep up. Using the official Debian mirror is the most reliable. Please use Gdebi installer to install Debian based software.

TC

I am a newbie.  Please direct me how to use Gdebi.  Thanks a lot.
Title: Re: Update Error - NO_PUBKEY
Post by: Şerban S. on September 13, 2022, 01:17:54 AM
I am a newbie.  Please direct me how to use Gdebi.  Thanks a lot.

Hi! :)

1. First, you need to install GDebi. To do that, use Synaptic Package Manager.
2. After installing GDebi, you need to download the package you want to install on your system. From the log file, I guess is qbittorrent.
3. After downloading the package (say, qbittorrent.deb), either doubleclick the file, or right-click on the file then choose from the menu "Open With..." then "gdebi". This will start GDebi Package Manager.
I hope this helped!

Best regards! :)
Title: Re: Update Error - NO_PUBKEY
Post by: ???? on September 13, 2022, 10:17:53 AM
I am a newbie.  Please direct me how to use Gdebi.  Thanks a lot.

Hi! :)

1. First, you need to install GDebi. To do that, use Synaptic Package Manager.
2. After installing GDebi, you need to download the package you want to install on your system. From the log file, I guess is qbittorrent.
3. After downloading the package (say, qbittorrent.deb), either doubleclick the file, or right-click on the file then choose from the menu "Open With..." then "gdebi". This will start GDebi Package Manager.
I hope this helped!

Best regards! :)

I could only finish the first step.  Then I can't find qbittorrent.deb to download.....

Help!
Title: Re: Update Error - NO_PUBKEY
Post by: stevef on September 13, 2022, 12:53:23 PM
Are you sure that qbittorrent is the issue ?

The logs imply (to me) that qbittorent is from an ubuntu PPA which appears ok.
Title: Re: Update Error - NO_PUBKEY
Post by: firenice03 on September 13, 2022, 01:57:42 PM


No sure why the Debian repo...
You can add the Keys see if it helps... You'll want to run for each of the 3 keys
648ACFD622F3D138
0E98404D386FA1D9
605C66F00D6C9793

try the following command in the terminal... Note sudo will prompt for password

Code: [Select]
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ###
Title: Re: Update Error - NO_PUBKEY
Post by: Jerry on September 13, 2022, 07:33:58 PM
Would be better to know the reason why a Debian repo was added, then if it's even necessary, then offer a better supported alternative for the software in question.
Title: Re: Update Error - NO_PUBKEY
Post by: ???? on September 13, 2022, 09:40:42 PM
Would be better to know the reason why a Debian repo was added, then if it's even necessary, then offer a better supported alternative for the software in question.

Do you mean I don't need Debian repo?  I don't even know why it's there.  :51:

If I don't need it, how do I remove it?
Title: Re: Update Error - NO_PUBKEY
Post by: stevef on September 14, 2022, 03:53:02 AM
What software/application have you tried to add recently ?

Anything between the last successful update and the beginning of the problem.
Title: Re: Update Error - NO_PUBKEY
Post by: ???? on September 14, 2022, 05:00:12 AM
What software/application have you tried to add recently ?

Anything between the last successful update and the beginning of the problem.

It's been about half a year since the last update.  I don't think I have added any applications.  If I don't need the repo, I'd like to remove it.
Title: Re: Update Error - NO_PUBKEY
Post by: trinidad on September 14, 2022, 01:45:40 PM
Open up your package manager. Click Installed. Then click Origin. This will list the Repos. Click the Bullseye repo. That will list the Debian package you installed. Uninstall it from there once you know what it is or correct the Debian URL in your source list if you want to keep it.
It's a newbie here friends so jump the gun advice is not necessarily helpful.
https://www.dbts-analytics.com/htoll.html

(https://www.dbts-analytics.com/htoll.html)
TC
Title: Re: Update Error - NO_PUBKEY
Post by: ???? on September 15, 2022, 08:34:10 PM
Open up your package manager. Click Installed. Then click Origin. This will list the Repos. Click the Bullseye repo. That will list the Debian package you installed. Uninstall it from there once you know what it is or correct the Debian URL in your source list if you want to keep it.
It's a newbie here friends so jump the gun advice is not necessarily helpful.
https://www.dbts-analytics.com/htoll.html

(https://www.dbts-analytics.com/htoll.html)
TC

Now I am able to do update.  Thank you.  Then I try to upgrade qbittorrent, but it says I have the latest version which is not.  The latest version is v4.4.5.  Please help again.

sudo apt upgrade qbittorrent
Reading package lists... Done
Building dependency tree       
Reading state information... Done
qbittorrent is already the newest version (1:4.3.9.99~202110311443-7435-01519b5e7~ubuntu20.04.1).
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Title: Re: Update Error - NO_PUBKEY
Post by: Şerban S. on September 19, 2022, 02:55:58 AM

Now I am able to do update.  Thank you.  Then I try to upgrade qbittorrent, but it says I have the latest version which is not.  The latest version is v4.4.5.  Please help again.
[...]
qbittorrent is already the newest version (1:4.3.9.99~202110311443-7435-01519b5e7~ubuntu20.04.1).

Hi! :)

As I see it, you are mistaking the package version (1:4.3.9.99), for application version.
To check application's version, you need to start the application, then click on the Help menu. You'll find in the pop-up menu the option "About". Click this one and you'll get the running version there.
I use Transmission. From Lite Software, you can install Deluge. They are also bittorrent clients. I use Transmission mainly to download ISO files. Works a little faster than the usual http download. Linux Lite, provides torrent download links, so I tested myself both applications.

All the best! :)