Update Manager error message[solved]

Archived topics about LMDE 1 and LMDE 2
Locked
abtygwyn
Level 4
Level 4
Posts: 204
Joined: Mon Apr 25, 2011 4:33 am

Update Manager error message[solved]

Post by abtygwyn »

My new installation of LMDE seems to work very well, but update manager is giving me the following error message.
Please let me know if this is something which I need to address or if it will sort itself.

Thanks

W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY CC482EE74FA9719D
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
zerozero

Re: Update Manager error message

Post by zerozero »

why are you using ppa's in the first place with lmde?
the missing keyring is the least of your problems.
abtygwyn
Level 4
Level 4
Posts: 204
Joined: Mon Apr 25, 2011 4:33 am

Re: Update Manager error message

Post by abtygwyn »

zerozero wrote:why are you using ppa's in the first place with lmde?
the missing keyring is the least of your problems.
Not sure! Sorry, ppa's means nothing to me. I have just installed LMDE on my new hard drive and it seems to work fine. Please clue me in if I need to set it up differently. I may not know what to do, but I'm pretty good at following instructions! :D

I had thought using update manager was the simplest way of keeping LMDE up to date now, but again that's my inexperience talking.

I'm sure you'll let me know so thanks in advance.
zerozero

Re: Update Manager error message

Post by zerozero »

:wink: no problem
- you installed lmde and it's working fine (that's good to know)
- now you find out that there's one application that you need/you are used to have in previous installs and here you go sudo add-apt-repository whatever
- problem: yes. that command is ubuntu specific (and derivatives like mint main edition) and won't work in debian
- problem: yes. even if it worked you would easily break your install because mixing both (ubuntu and debian) is not recommended and most of the times won't play nice.
- ppa's http://www.makeuseof.com/tag/ubuntu-ppa ... explained/
- now the real question: what app you wanted to install? (what are you missing in debian?) what ppa was that?
abtygwyn
Level 4
Level 4
Posts: 204
Joined: Mon Apr 25, 2011 4:33 am

Re: Update Manager error message

Post by abtygwyn »

zerozero wrote::wink: no problem
- you installed lmde and it's working fine (that's good to know)
- now you find out that there's one application that you need/you are used to have in previous installs and here you go sudo add-apt-repository whatever
- problem: yes. that command is ubuntu specific (and derivatives like mint main edition) and won't work in debian
- problem: yes. even if it worked you would easily break your install because mixing both (ubuntu and debian) is not recommended and most of the times won't play nice.
- ppa's http://www.makeuseof.com/tag/ubuntu-ppa ... explained/
- now the real question: what app you wanted to install? (what are you missing in debian?) what ppa was that?
No new package as such, I had just noticed the shield on update manager had gone blue which I assume is telling me there are updates/upgrades of some sort available. So I refresh to find out what's going on. Result I seem to remember there was one update to mint themes or something similar, but for the life of me I can't remember exactly now, so I clicked on install updates and the result was the error message. Apologies if that's no great help.

The only residual problem I have is with the BBC_iplayer_desktop installation. I have installed adobeair which is required to install the iplayer_desktop but the installation will not proceed because the system will not grant rights to the software to gain access to the storage space which happens to be in /opt/BBC_iplayer etc I have got round this by simply using get_iplayer which is not quite as neat a solution but works and also provides me with mp4 files which will play on my android whereas the BBC iplayer files do not.

I think I'm fiddling at the edges here so don't waste too much time sorting me out, much appreciated though it is!

Thanks

Andrew
zerozero

Re: Update Manager error message

Post by zerozero »

there's no problem
but we can go to the buttom of this, give us the terminal output of
inxi -r
abtygwyn
Level 4
Level 4
Posts: 204
Joined: Mon Apr 25, 2011 4:33 am

Re: Update Manager error message

Post by abtygwyn »

zerozero wrote:there's no problem
but we can go to the buttom of this, give us the terminal output of
inxi -r
As requested ....

andrew@laptopu400:~$ inxi -r
Repos: Active apt sources in file: /etc/apt/sources.list
deb http://packages.linuxmint.com/ debian main upstream import
deb http://mirror.rts-informatique.fr/linux ... ian/latest testing main contrib non-free
deb http://mirror.rts-informatique.fr/linux ... t/security testing/updates main contrib non-free
deb http://mirror.rts-informatique.fr/linux ... multimedia testing main non-free
Active apt sources in file: /etc/apt/sources.list.d/bimsebasse-cinnamonextras.list
deb http://ppa.launchpad.net/bimsebasse/cin ... ras/ubuntu precise main
andrew@laptopu400:~$

Thanks

Andrew
zerozero

Re: Update Manager error message

Post by zerozero »

ok, so you added bimsebasse's ppa. not a biggie 8)
now you have to add the keyring

Code: Select all

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4FA9719D

Code: Select all

sudo apt-get update
all should be fine now
abtygwyn
Level 4
Level 4
Posts: 204
Joined: Mon Apr 25, 2011 4:33 am

Re: Update Manager error message

Post by abtygwyn »

zerozero wrote:ok, so you added bimsebasse's ppa. not a biggie 8)
now you have to add the keyring

Code: Select all

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4FA9719D

Code: Select all

sudo apt-get update
all should be fine now
Thanks have updated. Have not actually checked yet but the update ran correctly with no error messages. I'm still at a loss as to how the ppa was added. I have not knowingly added it. Could it have been part of a normal update which somehow got missed or which didn't install correctly at the time?

Thanks for the help again.

Andrew
Locked

Return to “LMDE Archive”