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

Thread: The following signatures were invalid: NODATA 1 NODATA 2

Hybrid View

  1. #1
    Join Date
    Oct 2011
    Beans
    73

    The following signatures were invalid: NODATA 1 NODATA 2

    I get this error
    Code:
    E: GPG error: http://deb.torproject.org precise Release: The following signatures were invalid: NODATA 1 NODATA 2
    whenever I run this command:
    Code:
    sudo apt-get update
    I want to install the below software but always fail to do so:

    1. ubuntu tweak
    2. a world clock
    3. vb6 to run excel macros

    I am really feeling frustrated using ubuntu and thinking of reverting to windows but I don't want to. Someboby please help me. Thanks

  2. #2
    Join Date
    Jan 2009
    Location
    Santander, Spain
    Beans
    1,981
    Distro
    Xubuntu 18.04 Bionic Beaver

    Re: Why this error?

    You problem is that the GPG key for the repository http://deb.torproject.org precise Release you have added is incorrect.

    Please, see this thread: http://ubuntuforums.org/showthread.php?t=2053051 with workarounds and explanations why you obtain the GPG Key error.
    Last edited by claracc; January 31st, 2014 at 12:22 PM.

  3. #3
    Join Date
    Apr 2011
    Location
    3rd Rock from the Sun
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Why this error?

    I am not sure what causes that error but a possible fix is to enable 'Source code' in 'repositories'.

    Open Software Center-> Edit -> Software Sources -> enable (check) 'Source code'.

    Then:
    Code:
    sudo apt-get update
    sudo apt-get upgrade
    "Evolution is Nature's way of issuing upgrades."


  4. #4
    Join Date
    Oct 2011
    Beans
    73

    Re: Why this error?

    Quote Originally Posted by fantab View Post
    I am not sure what causes that error but a possible fix is to enable 'Source code' in 'repositories'.

    Open Software Center-> Edit -> Software Sources -> enable (check) 'Source code'.

    Then:
    Code:
    sudo apt-get update
    sudo apt-get upgrade
    when I check 'source code' I get the message:

    failed to download repository information
    check your internet connection

    E:GPG error: http://deb.torproject.org precise Release: The following signatures were invalid: NODATA 1 NODATA 2

  5. #5
    Join Date
    Apr 2011
    Location
    3rd Rock from the Sun
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: The following signatures were invalid: NODATA 1 NODATA 2

    Try changing the 'Server' to 'Main' in 'Software Sources' and try 'sudo apt-get update' again.

    If that doesn't help either then try:
    Code:
    sudo apt-get install deb.torproject.org-keyring
    "Evolution is Nature's way of issuing upgrades."


  6. #6
    Join Date
    Oct 2011
    Beans
    73

    Re: The following signatures were invalid: NODATA 1 NODATA 2

    Quote Originally Posted by fantab View Post
    Try changing the 'Server' to 'Main' in 'Software Sources' and try 'sudo apt-get update' again.

    If that doesn't help either then try:
    Code:
    sudo apt-get install deb.torproject.org-keyring
    I changed the server to main but got the this error,
    failed to download repository information
    check your internet connection

    E:GPG error: http://deb.torproject.org precise Release: The following signatures were invalid: NODATA 1 NODATA 2
    I then did sudo apt-get update and got
    Get:1 http://deb.torproject.org precise Release.gpg [141 B]
    Get:2 http://deb.torproject.org precise Release [141 B]
    Hit http://ppa.launchpad.net precise Release.gpg
    Hit http://ppa.launchpad.net precise Release.gpg
    Hit http://ppa.launchpad.net precise Release.gpg
    Hit http://archive.canonical.com precise Release.gpg
    Hit http://extras.ubuntu.com precise Release.gpg
    Ign http://deb.torproject.org precise Release
    E: GPG error: http://deb.torproject.org precise Release: The following signatures were invalid: NODATA 1 NODATA 2
    so I tried:
    sudo apt-get install deb.torproject.org-keyring but got
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package deb.torproject.org-keyring
    E: Couldn't find any package by regex 'deb.torproject.org-keyring'

    My friend today told me that he had tried changing some settings some days back to install the tor browser on my computer but was unsuccessful. He realised this when I showed him your post containing
    sudo apt-get install deb.torproject.org-keyring
    . He doesn't remember what settings he had tried to change but he is sure he followed exactly what was there on this site: http://nithinaneeshsct06bt.blogspot....untu-1204.html

    Now I am too afraid to touch any of those settings. Can u please advise me what I can do to revert back? Thanks
    Last edited by jrmchess; February 2nd, 2014 at 06:35 PM.

  7. #7
    Join Date
    Oct 2011
    Beans
    73

    Re: The following signatures were invalid: NODATA 1 NODATA 2

    can anyone help me please? Thanks

  8. #8
    Join Date
    Apr 2011
    Location
    3rd Rock from the Sun
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: The following signatures were invalid: NODATA 1 NODATA 2

    Post the output of:

    Code:
    cat /etc/apt/sources.list
    "Evolution is Nature's way of issuing upgrades."


  9. #9
    Join Date
    Oct 2011
    Beans
    73

    Re: The following signatures were invalid: NODATA 1 NODATA 2

    Quote Originally Posted by fantab View Post
    Post the output of:

    Code:
    cat /etc/apt/sources.list
    here it is:

    # deb cdrom:[Ubuntu 12.04.3 LTS _Precise Pangolin_ - Release i386 (20130820.1)]/ precise main restricted

    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    deb http://ftp.tudelft.nl/archive.ubuntu.com/ precise main restricted

    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://ftp.tudelft.nl/archive.ubuntu.com/ precise-updates main restricted

    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    deb http://ftp.tudelft.nl/archive.ubuntu.com/ precise universe
    deb http://ftp.tudelft.nl/archive.ubuntu.com/ precise-updates universe

    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://ftp.tudelft.nl/archive.ubuntu.com/ precise multiverse
    deb http://ftp.tudelft.nl/archive.ubuntu.com/ precise-updates multiverse

    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    deb http://ftp.tudelft.nl/archive.ubuntu.com/ precise-backports main restricted universe multiverse

    deb http://ftp.tudelft.nl/archive.ubuntu.com/ precise-security main restricted
    deb http://ftp.tudelft.nl/archive.ubuntu.com/ precise-security universe
    deb http://ftp.tudelft.nl/archive.ubuntu.com/ precise-security multiverse

    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository.
    ## This software is not part of Ubuntu, but is offered by Canonical and the
    ## respective vendors as a service to Ubuntu users.
    deb http://archive.canonical.com/ubuntu precise partner
    deb-src http://archive.canonical.com/ubuntu precise partner

    ## This software is not part of Ubuntu, but is offered by third-party
    ## developers who want to ship their latest software.
    deb http://extras.ubuntu.com/ubuntu precise main
    deb-src http://extras.ubuntu.com/ubuntu precise main
    deb http://deb.torproject.org/torproject.org precise main
    deb-src http://deb.torproject.org/torproject.org precise main

  10. #10
    Join Date
    Apr 2011
    Location
    3rd Rock from the Sun
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: The following signatures were invalid: NODATA 1 NODATA 2

    For now, disable 'torproject' repository. You can do this from either 'Software Center' or by editing the above file directly...
    'Software Center-> Edit-> Sources -> Other Software -> uncheck/deselect
    Run:
    Code:
    sudo apt-get update && sudo apt-get dist-upgrade
    Last edited by fantab; February 8th, 2014 at 04:57 AM.
    "Evolution is Nature's way of issuing upgrades."


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
  •