GPG error while trying to install tor from external repositoryError while trying to install wine 1.3Tor error and usageError with tor in ubuntu14.04Error while installing TorTor installation error - SIGNATURE VERIFICATION FAILED

Are Generation Ships inherently implausible?

Typing "PartOf" in excel changes automatically to part of?

Retracting Recommendation Letters

What should be done when the theory behind a PhD thesis turns out to be wrong?

Should there be a comma between "Wonderful" and "Counselor" in Isa. 9:6?

Why are green parties so often opposed to nuclear power?

How do electric hot water heaters explode and what can be done to prevent that from happening?

Is publishing runnable code instead of pseudo code shunned?

What movie or fandom is this jewelry from?

Large difference in boiling points of tetrafluoromethane and tetrachloromethane

Why couldn't Rick just use a micro sun to power his car?

What is the purpose of the rules in counterpoint composition?

Operation on elliptic curves

What visual cues distinguish the different floors on The Big Bang Theory?

Is 4.5 hours between flights enough time to get from LHR to LGW?

Is the use of ellipsis "..." dismissive or rude?

Emblem gestures

Do spells targeting creatures work on token creatures?

What's the difference between jpg and JPG on mac?

Is Jupiter still an anomaly?

Why do right-wing parties generally oppose the legalization of marijuana?

Who verifies the trust of certificate authorities?

Most general definition of differentiation

Prospective employer asking for my current pay slip during interview



GPG error while trying to install tor from external repository


Error while trying to install wine 1.3Tor error and usageError with tor in ubuntu14.04Error while installing TorTor installation error - SIGNATURE VERIFICATION FAILED






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









2


















Hello All I am Having a problem in installing tor in ubuntu....when i start adding tor repository to my system and write the command



gpg --keyserver keys.gnupg.net --recv 886DDD89


then a error comes which is



gpg: Invalid option "--keyserver.ubuntu.com"
hailendra@hailendra-Ideapad-Z570:~$ gpg --keyserver keys.ubuntu.com --recv 886DDD89
gpg: requesting key 886DDD89 from hkp server keys.ubuntu.com
gpgkeys: key 886DDD89 not found on keyserver
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0


can any one help me what to do?










share|improve this question



























  • Which guid did you follow? Which repository did you add? Is it a Ubuntu PPA, why did you not use add-apt-repository then? Have you tried installing the tor package that is already in the Ubuntu repository? help.ubuntu.com/community/Tor

    – LiveWireBT
    Oct 7 '13 at 10:01


















2


















Hello All I am Having a problem in installing tor in ubuntu....when i start adding tor repository to my system and write the command



gpg --keyserver keys.gnupg.net --recv 886DDD89


then a error comes which is



gpg: Invalid option "--keyserver.ubuntu.com"
hailendra@hailendra-Ideapad-Z570:~$ gpg --keyserver keys.ubuntu.com --recv 886DDD89
gpg: requesting key 886DDD89 from hkp server keys.ubuntu.com
gpgkeys: key 886DDD89 not found on keyserver
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0


can any one help me what to do?










share|improve this question



























  • Which guid did you follow? Which repository did you add? Is it a Ubuntu PPA, why did you not use add-apt-repository then? Have you tried installing the tor package that is already in the Ubuntu repository? help.ubuntu.com/community/Tor

    – LiveWireBT
    Oct 7 '13 at 10:01














2













2









2


2






Hello All I am Having a problem in installing tor in ubuntu....when i start adding tor repository to my system and write the command



gpg --keyserver keys.gnupg.net --recv 886DDD89


then a error comes which is



gpg: Invalid option "--keyserver.ubuntu.com"
hailendra@hailendra-Ideapad-Z570:~$ gpg --keyserver keys.ubuntu.com --recv 886DDD89
gpg: requesting key 886DDD89 from hkp server keys.ubuntu.com
gpgkeys: key 886DDD89 not found on keyserver
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0


can any one help me what to do?










share|improve this question
















Hello All I am Having a problem in installing tor in ubuntu....when i start adding tor repository to my system and write the command



gpg --keyserver keys.gnupg.net --recv 886DDD89


then a error comes which is



gpg: Invalid option "--keyserver.ubuntu.com"
hailendra@hailendra-Ideapad-Z570:~$ gpg --keyserver keys.ubuntu.com --recv 886DDD89
gpg: requesting key 886DDD89 from hkp server keys.ubuntu.com
gpgkeys: key 886DDD89 not found on keyserver
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0


can any one help me what to do?







tor keyserver gpg






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 25 '13 at 15:01









qbi

16.5k8 gold badges67 silver badges120 bronze badges




16.5k8 gold badges67 silver badges120 bronze badges










asked Oct 7 '13 at 9:51









Hailendra Nath HardeniyanHailendra Nath Hardeniyan

211 silver badge2 bronze badges




211 silver badge2 bronze badges















  • Which guid did you follow? Which repository did you add? Is it a Ubuntu PPA, why did you not use add-apt-repository then? Have you tried installing the tor package that is already in the Ubuntu repository? help.ubuntu.com/community/Tor

    – LiveWireBT
    Oct 7 '13 at 10:01


















  • Which guid did you follow? Which repository did you add? Is it a Ubuntu PPA, why did you not use add-apt-repository then? Have you tried installing the tor package that is already in the Ubuntu repository? help.ubuntu.com/community/Tor

    – LiveWireBT
    Oct 7 '13 at 10:01

















Which guid did you follow? Which repository did you add? Is it a Ubuntu PPA, why did you not use add-apt-repository then? Have you tried installing the tor package that is already in the Ubuntu repository? help.ubuntu.com/community/Tor

– LiveWireBT
Oct 7 '13 at 10:01






Which guid did you follow? Which repository did you add? Is it a Ubuntu PPA, why did you not use add-apt-repository then? Have you tried installing the tor package that is already in the Ubuntu repository? help.ubuntu.com/community/Tor

– LiveWireBT
Oct 7 '13 at 10:01











3 Answers
3






active

oldest

votes


















0



















In order to be able to install from a secured repository you will need to add their public key to apt.



You should have received an information on where to get the public key from the makers of the repository. Download this key and save it on your drive.



The we can add this key with



sudo apt-key add </path/name_of_downloaded_key_file>





share|improve this answer
































    0



















    The keyserver keys.ubuntu.com seems not to be active at the moment. You can however use keys.gnupg.net:



    gpg --keyserver keys.gnupg.net --recv 886DDD89
    gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -





    share|improve this answer
































      -1



















      try gpg --keyserver keyserver.ubuntu.com --recv 886DDD89 this should work



      try directly copy and execute command from line above, in your question you have mistake in input string gpg: Invalid option "--keyserver.ubuntu.com"



      and you should use keyserver.ubuntu.com instead of keys.ubuntu.com



      when key is received export it using this: `gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -



      If this doesn't work please post output of this command: gpg --keyserver keyserver.ubuntu.net --search-keys 886DDD89






      share|improve this answer



























      • Already tried running that command in the question, but it resulted in the error: gpgkeys: key 886DDD89 not found on keyserver

        – karel
        Mar 11 '15 at 11:29













      Your Answer








      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "89"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );














      draft saved

      draft discarded
















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f354771%2fgpg-error-while-trying-to-install-tor-from-external-repository%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown


























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0



















      In order to be able to install from a secured repository you will need to add their public key to apt.



      You should have received an information on where to get the public key from the makers of the repository. Download this key and save it on your drive.



      The we can add this key with



      sudo apt-key add </path/name_of_downloaded_key_file>





      share|improve this answer





























        0



















        In order to be able to install from a secured repository you will need to add their public key to apt.



        You should have received an information on where to get the public key from the makers of the repository. Download this key and save it on your drive.



        The we can add this key with



        sudo apt-key add </path/name_of_downloaded_key_file>





        share|improve this answer



























          0















          0











          0









          In order to be able to install from a secured repository you will need to add their public key to apt.



          You should have received an information on where to get the public key from the makers of the repository. Download this key and save it on your drive.



          The we can add this key with



          sudo apt-key add </path/name_of_downloaded_key_file>





          share|improve this answer














          In order to be able to install from a secured repository you will need to add their public key to apt.



          You should have received an information on where to get the public key from the makers of the repository. Download this key and save it on your drive.



          The we can add this key with



          sudo apt-key add </path/name_of_downloaded_key_file>






          share|improve this answer













          share|improve this answer




          share|improve this answer










          answered Oct 7 '13 at 10:42









          TakkatTakkat

          119k40 gold badges263 silver badges386 bronze badges




          119k40 gold badges263 silver badges386 bronze badges


























              0



















              The keyserver keys.ubuntu.com seems not to be active at the moment. You can however use keys.gnupg.net:



              gpg --keyserver keys.gnupg.net --recv 886DDD89
              gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -





              share|improve this answer





























                0



















                The keyserver keys.ubuntu.com seems not to be active at the moment. You can however use keys.gnupg.net:



                gpg --keyserver keys.gnupg.net --recv 886DDD89
                gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -





                share|improve this answer



























                  0















                  0











                  0









                  The keyserver keys.ubuntu.com seems not to be active at the moment. You can however use keys.gnupg.net:



                  gpg --keyserver keys.gnupg.net --recv 886DDD89
                  gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -





                  share|improve this answer














                  The keyserver keys.ubuntu.com seems not to be active at the moment. You can however use keys.gnupg.net:



                  gpg --keyserver keys.gnupg.net --recv 886DDD89
                  gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -






                  share|improve this answer













                  share|improve this answer




                  share|improve this answer










                  answered Oct 23 '13 at 19:18









                  qbiqbi

                  16.5k8 gold badges67 silver badges120 bronze badges




                  16.5k8 gold badges67 silver badges120 bronze badges
























                      -1



















                      try gpg --keyserver keyserver.ubuntu.com --recv 886DDD89 this should work



                      try directly copy and execute command from line above, in your question you have mistake in input string gpg: Invalid option "--keyserver.ubuntu.com"



                      and you should use keyserver.ubuntu.com instead of keys.ubuntu.com



                      when key is received export it using this: `gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -



                      If this doesn't work please post output of this command: gpg --keyserver keyserver.ubuntu.net --search-keys 886DDD89






                      share|improve this answer



























                      • Already tried running that command in the question, but it resulted in the error: gpgkeys: key 886DDD89 not found on keyserver

                        – karel
                        Mar 11 '15 at 11:29
















                      -1



















                      try gpg --keyserver keyserver.ubuntu.com --recv 886DDD89 this should work



                      try directly copy and execute command from line above, in your question you have mistake in input string gpg: Invalid option "--keyserver.ubuntu.com"



                      and you should use keyserver.ubuntu.com instead of keys.ubuntu.com



                      when key is received export it using this: `gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -



                      If this doesn't work please post output of this command: gpg --keyserver keyserver.ubuntu.net --search-keys 886DDD89






                      share|improve this answer



























                      • Already tried running that command in the question, but it resulted in the error: gpgkeys: key 886DDD89 not found on keyserver

                        – karel
                        Mar 11 '15 at 11:29














                      -1















                      -1











                      -1









                      try gpg --keyserver keyserver.ubuntu.com --recv 886DDD89 this should work



                      try directly copy and execute command from line above, in your question you have mistake in input string gpg: Invalid option "--keyserver.ubuntu.com"



                      and you should use keyserver.ubuntu.com instead of keys.ubuntu.com



                      when key is received export it using this: `gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -



                      If this doesn't work please post output of this command: gpg --keyserver keyserver.ubuntu.net --search-keys 886DDD89






                      share|improve this answer
















                      try gpg --keyserver keyserver.ubuntu.com --recv 886DDD89 this should work



                      try directly copy and execute command from line above, in your question you have mistake in input string gpg: Invalid option "--keyserver.ubuntu.com"



                      and you should use keyserver.ubuntu.com instead of keys.ubuntu.com



                      when key is received export it using this: `gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -



                      If this doesn't work please post output of this command: gpg --keyserver keyserver.ubuntu.net --search-keys 886DDD89







                      share|improve this answer















                      share|improve this answer




                      share|improve this answer








                      edited Mar 12 '15 at 7:46

























                      answered Mar 11 '15 at 11:27









                      ForceUserForceUser

                      1014 bronze badges




                      1014 bronze badges















                      • Already tried running that command in the question, but it resulted in the error: gpgkeys: key 886DDD89 not found on keyserver

                        – karel
                        Mar 11 '15 at 11:29


















                      • Already tried running that command in the question, but it resulted in the error: gpgkeys: key 886DDD89 not found on keyserver

                        – karel
                        Mar 11 '15 at 11:29

















                      Already tried running that command in the question, but it resulted in the error: gpgkeys: key 886DDD89 not found on keyserver

                      – karel
                      Mar 11 '15 at 11:29






                      Already tried running that command in the question, but it resulted in the error: gpgkeys: key 886DDD89 not found on keyserver

                      – karel
                      Mar 11 '15 at 11:29



















                      draft saved

                      draft discarded















































                      Thanks for contributing an answer to Ask Ubuntu!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f354771%2fgpg-error-while-trying-to-install-tor-from-external-repository%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown









                      Popular posts from this blog

                      Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

                      How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

                      Training a classifier when some of the features are unknownWhy does Gradient Boosting regression predict negative values when there are no negative y-values in my training set?How to improve an existing (trained) classifier?What is effect when I set up some self defined predisctor variables?Why Matlab neural network classification returns decimal values on prediction dataset?Fitting and transforming text data in training, testing, and validation setsHow to quantify the performance of the classifier (multi-class SVM) using the test data?How do I control for some patients providing multiple samples in my training data?Training and Test setTraining a convolutional neural network for image denoising in MatlabShouldn't an autoencoder with #(neurons in hidden layer) = #(neurons in input layer) be “perfect”?