Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: How can i Solve this

  1. #1
    Join Date
    Sep 2012
    Location
    Guntur
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    How can i Solve this

    When i ran the command "sudo apt-get-update"

    it is showing the following warning.. what does that mean?? how can i solve that error??


    W: GPG error: http://www.duinsoft.nl debs Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E18CE6625CB26B26

  2. #2
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: How can i Solve this

    Please help yourself and use descriptive thread titles.

    Open Update Manager and click Settings at bottom left. Click the Other Software tab. Look for an entry containing:

    http://www.duinsoft.nl

    Untick. Close. Try again.

  3. #3
    Join Date
    Apr 2009
    Location
    Mangalore India
    Beans
    840
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: How can i Solve this

    Hi enter this in terminal
    Code:
    sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com E18CE6625CB26B26
    Then update the system.
    With regards
    Dr Kurian
    Microsoft gives you Windows... Linux gives you the whole house.

  4. #4
    Join Date
    Feb 2011
    Location
    new york state
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How can i Solve this

    duinsoft.nl is repo for java ?

    looks like the key is

    Code:
    sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 5CB26B26
    source:
    http://www.duinsoft.nl/packages.php
    Power tends to corrupt, and absolute power corrupts absolutely. Great men are almost always bad men, even when they exercise influence and not authority

  5. #5
    Join Date
    Sep 2012
    Location
    Guntur
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How can i Solve this

    Quote Originally Posted by drpjkurian View Post
    Hi enter this in terminal
    Code:
    sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com E18CE6625CB26B26
    Then update the system.
    This is the output i got when i executed


    Code:
    Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.BiYvKHEzRZ --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --recv-key --keyserver keyserver.ubuntu.com E18CE6625CB26B26
    gpg: requesting key 5CB26B26 from hkp server keyserver.ubuntu.com
    ?: keyserver.ubuntu.com: Connection timed out
    gpgkeys: HTTP fetch error 7: couldn't connect: Connection timed out
    gpg: no valid OpenPGP data found.
    gpg: Total number processed: 0

  6. #6
    Join Date
    Sep 2012
    Location
    Guntur
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How can i Solve this

    Quote Originally Posted by josephmills View Post
    duinsoft.nl is repo for java ?

    looks like the key is

    Code:
    sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 5CB26B26
    source:
    http://www.duinsoft.nl/packages.php
    when i did as you told
    Code:
    Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.GJa10MAv5F --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keys.gnupg.net --recv-keys 5CB26B26
    gpg: requesting key 5CB26B26 from hkp server keys.gnupg.net
    gpg: keyserver timed out
    gpg: keyserver receive failed: keyserver error
    It's showing this why??

  7. #7
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: How can i Solve this

    I still vote for disabling the repo for now. See post #2. Could be a problem their end. Wonder if anyone else is having problems with the same key?

  8. #8
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: How can i Solve this

    I just tried it and it worked fine for me.

  9. #9
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: How can i Solve this

    Quote Originally Posted by oldos2er View Post
    I just tried it and it worked fine for me.
    There you go. Rules that out my idea the repo might be having problem and gives a clearer picture where to dig. Thanks oldos2er.

  10. #10
    Join Date
    Sep 2012
    Location
    Guntur
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How can i Solve this

    Quote Originally Posted by Bucky Ball View Post
    There you go. Rules that out my idea the repo might be having problem and gives a clearer picture where to dig. Thanks oldos2er.
    Thank you i will try

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •