Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Problem Installation Check Signature #701
Comments
|
That's because you don't have my key downloaded and trusted. Import it from my homepage or a keyserver (with |
|
Thank you, but: ~]$ gpg --recv FAFB085C [perfect thanks] ~]$ gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl [here I must trust it with "lsign" but I never listened about this command. Searching information I found: http://linux.about.com/library/cmd/blcmdl1_gpg.htm I'm sorry, I have been trying multiple thing but without progress. It could be just me, but some other people could be not very acquainted with these commands too. It would be really nice if you may whrite them in http://rg3.github.com/youtube-dl/download.html] Thank you!! ^^ |
|
If you want to use gpg to verify signatures or for other purposes, the GNU Privacy Handbook is a good read. http://www.gnupg.org/gph/en/manual.html There is a section on the ring of trust and trusting keys. |
|
Sorry, my question is: Like: Thanks. |
should work just fine. |
|
Thank you very much!!! I needed create my key too!! Thank you and sorry for inconvenience. May be you will be agree to add few new lines in: http://rg3.github.com/youtube-dl/download.html Because I wanted this program for the Edx courses. I didn't know something about gpg (and probably a lot of future/new users too); whith just these new lines in http://rg3.github.com/youtube-dl/download.html a lot of problems can be prevented: gpg --gen-key <--- And follow instructions (new gpg users) Thank you very much again and good work with these programs!! ;D |
|
@antidot18 gpg is just used to verify that the download worked out alright (in the near future, I'll see to it that we use SSL as well), it is not actually needed to download youtube-dl. |
~]$ gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
gpg: Signature made Tue 19 Feb 2013 12:08:08 AM CET using DSA key ID FAFB085C
gpg: Can't check signature: public key not found
I have not idea how to proceed, sorry. I have not found the same problem in the others "Issues".
Thank you!