HI,
I am trying to add the public key of codelite to apt key list , as per below link
http://codelite.org/LiteEditor/WxWidgets30Binaries
using command
sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.ascsudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc
But it is giving below error (Ubuntu 12.04)
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.K8WkQqxSmh --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --fetch-keys http://repos.codelite.org/CodeLite.asc
gpgkeys: no key data found for http://repos.codelite.org/CodeLite.asc
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
Help is much apprecciated.
Regards,
Gururaj
Error while adding publick key of codelite
-
- CodeLite Curious
- Posts: 3
- Joined: Thu May 29, 2014 2:15 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Error while adding publick key of codelite
Hi,
In your post you duplicated the command...
I just checked again using the correct command, on a 12.04 vbox guest, and it worked fine.
I suggest you have another try, checking you type it correctly. If it fails, try using the 2-stage process: dowload the key using
Then add it using
Regards,
David
In your post you duplicated the command...
I just checked again using the correct command, on a 12.04 vbox guest, and it worked fine.
I suggest you have another try, checking you type it correctly. If it fails, try using the 2-stage process: dowload the key using
Code: Select all
wget http://repos.codelite.org/CodeLite.asc
Code: Select all
sudo apt-key add ./CodeLite.asc
David
-
- CodeLite Curious
- Posts: 3
- Joined: Thu May 29, 2014 2:15 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Error while adding publick key of codelite
Thanks for the reply.
1> It was a typo while posting to the forum
2> I tried 2 step method and in step 1 , I get error:
--2014-06-02 15:49:26-- http://repos.codelite.org/CodeLite.asc
Connecting to 107.108.202.250:8081... connected.
Proxy request sent, awaiting response... 403 Forbidden
2014-06-02 15:49:26 ERROR 403: Forbidden.
I think it is proxy related issue.
But same file Im able to open in firefox browser which uses the same proxy settings.
Anyway I downloaded from firefox and used it in step 2.
Next when I add 'deb http://repos.codelite.org/wx3.0/ubuntu/ precise universe' to sources.list and try to update using apt-get update , I get error:
W: Failed to fetch http://repos.codelite.org/wx3.0/ubuntu/ ... 6/Packages 403 Forbidden
I think it is same proxy issue.
Any help?
1> It was a typo while posting to the forum
2> I tried 2 step method and in step 1 , I get error:
--2014-06-02 15:49:26-- http://repos.codelite.org/CodeLite.asc
Connecting to 107.108.202.250:8081... connected.
Proxy request sent, awaiting response... 403 Forbidden
2014-06-02 15:49:26 ERROR 403: Forbidden.
I think it is proxy related issue.
But same file Im able to open in firefox browser which uses the same proxy settings.
Anyway I downloaded from firefox and used it in step 2.
Next when I add 'deb http://repos.codelite.org/wx3.0/ubuntu/ precise universe' to sources.list and try to update using apt-get update , I get error:
W: Failed to fetch http://repos.codelite.org/wx3.0/ubuntu/ ... 6/Packages 403 Forbidden
I think it is same proxy issue.
Any help?
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Error while adding publick key of codelite
Kill your proxy?I think it is same proxy issue.
Any help?
Why not navigate to http://repos.codelite.org/wx3.0/ubuntu/ ... idgets3.0/ and download the packages you want. Then you can install them using sudo dpkg -i ...
-
- CodeLite Curious
- Posts: 3
- Joined: Thu May 29, 2014 2:15 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Error while adding publick key of codelite
Anyway , I managed somehow to bypass proxy.
Thanks!
Thanks!