Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1308  / 1 Year ago, sat, april 8, 2023, 1:58:23

I have searched for this error and it seems I am the only one getting this problem. When I run, for example



    $ sudo add-apt-repository ppa:webupd8team/y-ppa-manager
Cannot add PPA: 'ppa:webupd8team/y-ppa-manager'.
Please check that the PPA name or format is correct.


but when I add ppa's without any special characters, it runs fine. So, I can add webupd8team/gnome3, but when I try adding webupd8team/sublime-text-2, the same error shows. Does anybody know the reason and fix for this? I am using ubuntu 13.10
Thank you in advance.!


More From » 13.10

 Answers
0

This appears to relate to recent updates to Package "ca-certificates"


http://www.ubuntuupdates.org/package/core/saucy/main/proposed/ca-certificates



.. Previously, the script would simply overwrite the first one found in the certdata.txt with the later one since they both have the same CKA_LABEL, resulting in identical filenames


1257265 -- ca-certificates not in sync with newer releases


1014640 -- 12.04/openssl refusing some verisign certified sites





However, this has occurred before: (back on February 10th, 2013)


http://ubuntuforums.org/showthread.php?t=2113326&p=12502408#post12502408


Ok I found a fix for this problem and am posting it in case others have the same issue:

Note that
apt-get --reinstall install ca-certificates
and
dpkg-reconfigure ca-certificates
by themselves did not fix the issue.

However:
rm -rf /usr/share/ca-certificates
followed by
apt-get --reinstall install ca-certificates

[#26199] Sunday, April 9, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
herfor

Total Points: 490
Total Questions: 101
Total Answers: 110

Location: Guadeloupe
Member since Mon, Jan 24, 2022
2 Years ago
;