Cannot retrieve metalink for repository: fedora/20/i386How do I fix the “Cannot retrieve repository...
Why does Japan use the same type of AC power outlet as the US?
If you know the location of an invisible creature, can you attack it?
Big number puzzle
What kind of liquid can be seen 'leaking' from the upper surface of the wing of a Boeing 737-800?
(A room / an office) where an artist works
Why did IBM make the PC BIOS source code public?
Heating Margarine in Pan = loss of calories?
How To use Two models in Action Controller
@ in the beginning of a formula
How much can I judge a company based on a phone screening?
Crippling fear of hellfire &, damnation, please help?
Are those flyers about apartment purchase a scam?
Will using a resistor in series with a LED to control its voltage increase the total energy expenditure?
Scam? Phone call from "Department of Social Security" asking me to call back
Why is Python 2.7 still the default Python version in Ubuntu?
Is this n-speak?
Running code generated in realtime in JavaScript with eval()
Installing Windows to flash BIOS, then reinstalling Ubuntu
Why is there a large performance impact when looping over an array over 240 elements?
Graphs for which a calculus student can reasonably compute the arclength
How can I find an old paper when the usual methods fail?
Can the IPA represent all languages' tones?
What is the difference between 王 and 皇?
What can Amex do if I cancel their card after using the sign up bonus miles?
Cannot retrieve metalink for repository: fedora/20/i386
How do I fix the “Cannot retrieve repository metadata” error in Fedora 14?Meaning of the yum error “Package tuple (…) could not be found in rpmdb”How do I remove a simple piece of software?Fedora 20 Gnome upgrade - cannot login anymoreYum error in CentosRepository error with yumyum install in fedora 20 [Google chrome]CentOS 7.4 EPEL “Cannot retrieve metalink for repository: epel/x86_64” ErrorREPO Error: HTTP Error 403 - Forbidden during firefox-compat install from AWS EC2 instanceFedora 29: Failed to synchronize cache for repo 'fedora-modular'
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I installed Fedora 20 using the liveOS.
While taking the updates I am getting the following result:
[root@localhost bioinfo]# yum update
Loaded plugins: langpacks, refresh-packagekit
Error: Cannot retrieve metalink for repository: fedora/20/i386. Please verify its path and try again
How do I fix this error?
fedora yum
add a comment |
I installed Fedora 20 using the liveOS.
While taking the updates I am getting the following result:
[root@localhost bioinfo]# yum update
Loaded plugins: langpacks, refresh-packagekit
Error: Cannot retrieve metalink for repository: fedora/20/i386. Please verify its path and try again
How do I fix this error?
fedora yum
add a comment |
I installed Fedora 20 using the liveOS.
While taking the updates I am getting the following result:
[root@localhost bioinfo]# yum update
Loaded plugins: langpacks, refresh-packagekit
Error: Cannot retrieve metalink for repository: fedora/20/i386. Please verify its path and try again
How do I fix this error?
fedora yum
I installed Fedora 20 using the liveOS.
While taking the updates I am getting the following result:
[root@localhost bioinfo]# yum update
Loaded plugins: langpacks, refresh-packagekit
Error: Cannot retrieve metalink for repository: fedora/20/i386. Please verify its path and try again
How do I fix this error?
fedora yum
fedora yum
edited Jul 3 '14 at 16:49
polym
7,2117 gold badges32 silver badges60 bronze badges
7,2117 gold badges32 silver badges60 bronze badges
asked Jul 3 '14 at 6:14
user74351user74351
611 gold badge1 silver badge3 bronze badges
611 gold badge1 silver badge3 bronze badges
add a comment |
add a comment |
5 Answers
5
active
oldest
votes
This problem seems to come using secure https. Go in /etc/yum.repository.d and replace all https with http in different .repo files.
1
fwiw, confirmed on fedora 17
– JustJeff
Nov 3 '14 at 13:08
-- confirmed with Fedora 15
– polerto
Feb 17 '15 at 21:18
Weird as https is the default... Date and time correct (lol and not on a lenovo laptop).
– Kevin Parker
Feb 26 '15 at 0:38
This worked for me: ls /etc/yum.repository.d/*.repo | xargs sed -i 's/https:/http:/g'
– Joe Heyming
Aug 22 '15 at 23:52
add a comment |
It is possible that your ca-certificates are in need of an update or corrupt.
Try:
# yum update ca-certificates
If that doesn't offer to update the package, then reinstall:
# yum reinstall ca-certificates
If that fails, it could be that the server you are connected to has updated it's certificates (maybe from a new vendor) and that the certificate chain and/or root certificate isn't in the ca-certificates package yet. The certificates in this package are chosen by the Mozilla Foundation.
If this is the case, then @Saturn's answer should hopefully help.
add a comment |
I modded up the other two answers, they're both helpful ... GarethTheRed has got the real answer. I ran into the same problem after doing a version upgrade and my ca-certificates was out of date.
However, to be able to update ca-certificates, you first have to be able to actually use yum. I suggest:
- Go to
/etc/yum.repos.d
- Edit
fedora.repoandfedora-updates.repo. In both files, uncomment thebaseurlline that uses plainhttpand comment out themetalinkurl that useshttps. - Do
yum update ca-certificatesoryum reinstall ca-certificates(as in Gareth's answer). - Undo the changes from step 2 so that you will go back to using both
httpsand the metalink redirect. - All done, test
yumand it should work again.
add a comment |
Current version of Fedora is 23, there are still updates for 22. Fedora 20 is long, long past end of life. No wonder there are no updates anymore.
add a comment |
inaddition to above mensioned , we have to do edit the web links which are not present.
like
replace the lines in /etc/yum.repo.d/* with 'baseurl=http://download.fedora.redhat.com/pub/fedora/linux' with 'baseurl=http://archives.fedoraproject.org/pub/archive/fedora/linux'
It worked for me.
Try it out.
LOL....
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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/3.0/"u003ecc by-sa 3.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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f140495%2fcannot-retrieve-metalink-for-repository-fedora-20-i386%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
This problem seems to come using secure https. Go in /etc/yum.repository.d and replace all https with http in different .repo files.
1
fwiw, confirmed on fedora 17
– JustJeff
Nov 3 '14 at 13:08
-- confirmed with Fedora 15
– polerto
Feb 17 '15 at 21:18
Weird as https is the default... Date and time correct (lol and not on a lenovo laptop).
– Kevin Parker
Feb 26 '15 at 0:38
This worked for me: ls /etc/yum.repository.d/*.repo | xargs sed -i 's/https:/http:/g'
– Joe Heyming
Aug 22 '15 at 23:52
add a comment |
This problem seems to come using secure https. Go in /etc/yum.repository.d and replace all https with http in different .repo files.
1
fwiw, confirmed on fedora 17
– JustJeff
Nov 3 '14 at 13:08
-- confirmed with Fedora 15
– polerto
Feb 17 '15 at 21:18
Weird as https is the default... Date and time correct (lol and not on a lenovo laptop).
– Kevin Parker
Feb 26 '15 at 0:38
This worked for me: ls /etc/yum.repository.d/*.repo | xargs sed -i 's/https:/http:/g'
– Joe Heyming
Aug 22 '15 at 23:52
add a comment |
This problem seems to come using secure https. Go in /etc/yum.repository.d and replace all https with http in different .repo files.
This problem seems to come using secure https. Go in /etc/yum.repository.d and replace all https with http in different .repo files.
edited Aug 20 '14 at 8:08
Kevdog777
2,12713 gold badges35 silver badges61 bronze badges
2,12713 gold badges35 silver badges61 bronze badges
answered Aug 20 '14 at 7:17
SaturnSaturn
2211 silver badge3 bronze badges
2211 silver badge3 bronze badges
1
fwiw, confirmed on fedora 17
– JustJeff
Nov 3 '14 at 13:08
-- confirmed with Fedora 15
– polerto
Feb 17 '15 at 21:18
Weird as https is the default... Date and time correct (lol and not on a lenovo laptop).
– Kevin Parker
Feb 26 '15 at 0:38
This worked for me: ls /etc/yum.repository.d/*.repo | xargs sed -i 's/https:/http:/g'
– Joe Heyming
Aug 22 '15 at 23:52
add a comment |
1
fwiw, confirmed on fedora 17
– JustJeff
Nov 3 '14 at 13:08
-- confirmed with Fedora 15
– polerto
Feb 17 '15 at 21:18
Weird as https is the default... Date and time correct (lol and not on a lenovo laptop).
– Kevin Parker
Feb 26 '15 at 0:38
This worked for me: ls /etc/yum.repository.d/*.repo | xargs sed -i 's/https:/http:/g'
– Joe Heyming
Aug 22 '15 at 23:52
1
1
fwiw, confirmed on fedora 17
– JustJeff
Nov 3 '14 at 13:08
fwiw, confirmed on fedora 17
– JustJeff
Nov 3 '14 at 13:08
-- confirmed with Fedora 15
– polerto
Feb 17 '15 at 21:18
-- confirmed with Fedora 15
– polerto
Feb 17 '15 at 21:18
Weird as https is the default... Date and time correct (lol and not on a lenovo laptop).
– Kevin Parker
Feb 26 '15 at 0:38
Weird as https is the default... Date and time correct (lol and not on a lenovo laptop).
– Kevin Parker
Feb 26 '15 at 0:38
This worked for me: ls /etc/yum.repository.d/*.repo | xargs sed -i 's/https:/http:/g'
– Joe Heyming
Aug 22 '15 at 23:52
This worked for me: ls /etc/yum.repository.d/*.repo | xargs sed -i 's/https:/http:/g'
– Joe Heyming
Aug 22 '15 at 23:52
add a comment |
It is possible that your ca-certificates are in need of an update or corrupt.
Try:
# yum update ca-certificates
If that doesn't offer to update the package, then reinstall:
# yum reinstall ca-certificates
If that fails, it could be that the server you are connected to has updated it's certificates (maybe from a new vendor) and that the certificate chain and/or root certificate isn't in the ca-certificates package yet. The certificates in this package are chosen by the Mozilla Foundation.
If this is the case, then @Saturn's answer should hopefully help.
add a comment |
It is possible that your ca-certificates are in need of an update or corrupt.
Try:
# yum update ca-certificates
If that doesn't offer to update the package, then reinstall:
# yum reinstall ca-certificates
If that fails, it could be that the server you are connected to has updated it's certificates (maybe from a new vendor) and that the certificate chain and/or root certificate isn't in the ca-certificates package yet. The certificates in this package are chosen by the Mozilla Foundation.
If this is the case, then @Saturn's answer should hopefully help.
add a comment |
It is possible that your ca-certificates are in need of an update or corrupt.
Try:
# yum update ca-certificates
If that doesn't offer to update the package, then reinstall:
# yum reinstall ca-certificates
If that fails, it could be that the server you are connected to has updated it's certificates (maybe from a new vendor) and that the certificate chain and/or root certificate isn't in the ca-certificates package yet. The certificates in this package are chosen by the Mozilla Foundation.
If this is the case, then @Saturn's answer should hopefully help.
It is possible that your ca-certificates are in need of an update or corrupt.
Try:
# yum update ca-certificates
If that doesn't offer to update the package, then reinstall:
# yum reinstall ca-certificates
If that fails, it could be that the server you are connected to has updated it's certificates (maybe from a new vendor) and that the certificate chain and/or root certificate isn't in the ca-certificates package yet. The certificates in this package are chosen by the Mozilla Foundation.
If this is the case, then @Saturn's answer should hopefully help.
answered Aug 20 '14 at 8:23
garethTheRedgarethTheRed
25.8k3 gold badges66 silver badges85 bronze badges
25.8k3 gold badges66 silver badges85 bronze badges
add a comment |
add a comment |
I modded up the other two answers, they're both helpful ... GarethTheRed has got the real answer. I ran into the same problem after doing a version upgrade and my ca-certificates was out of date.
However, to be able to update ca-certificates, you first have to be able to actually use yum. I suggest:
- Go to
/etc/yum.repos.d
- Edit
fedora.repoandfedora-updates.repo. In both files, uncomment thebaseurlline that uses plainhttpand comment out themetalinkurl that useshttps. - Do
yum update ca-certificatesoryum reinstall ca-certificates(as in Gareth's answer). - Undo the changes from step 2 so that you will go back to using both
httpsand the metalink redirect. - All done, test
yumand it should work again.
add a comment |
I modded up the other two answers, they're both helpful ... GarethTheRed has got the real answer. I ran into the same problem after doing a version upgrade and my ca-certificates was out of date.
However, to be able to update ca-certificates, you first have to be able to actually use yum. I suggest:
- Go to
/etc/yum.repos.d
- Edit
fedora.repoandfedora-updates.repo. In both files, uncomment thebaseurlline that uses plainhttpand comment out themetalinkurl that useshttps. - Do
yum update ca-certificatesoryum reinstall ca-certificates(as in Gareth's answer). - Undo the changes from step 2 so that you will go back to using both
httpsand the metalink redirect. - All done, test
yumand it should work again.
add a comment |
I modded up the other two answers, they're both helpful ... GarethTheRed has got the real answer. I ran into the same problem after doing a version upgrade and my ca-certificates was out of date.
However, to be able to update ca-certificates, you first have to be able to actually use yum. I suggest:
- Go to
/etc/yum.repos.d
- Edit
fedora.repoandfedora-updates.repo. In both files, uncomment thebaseurlline that uses plainhttpand comment out themetalinkurl that useshttps. - Do
yum update ca-certificatesoryum reinstall ca-certificates(as in Gareth's answer). - Undo the changes from step 2 so that you will go back to using both
httpsand the metalink redirect. - All done, test
yumand it should work again.
I modded up the other two answers, they're both helpful ... GarethTheRed has got the real answer. I ran into the same problem after doing a version upgrade and my ca-certificates was out of date.
However, to be able to update ca-certificates, you first have to be able to actually use yum. I suggest:
- Go to
/etc/yum.repos.d
- Edit
fedora.repoandfedora-updates.repo. In both files, uncomment thebaseurlline that uses plainhttpand comment out themetalinkurl that useshttps. - Do
yum update ca-certificatesoryum reinstall ca-certificates(as in Gareth's answer). - Undo the changes from step 2 so that you will go back to using both
httpsand the metalink redirect. - All done, test
yumand it should work again.
answered Sep 2 '14 at 18:17
joelhardijoelhardi
1611 silver badge3 bronze badges
1611 silver badge3 bronze badges
add a comment |
add a comment |
Current version of Fedora is 23, there are still updates for 22. Fedora 20 is long, long past end of life. No wonder there are no updates anymore.
add a comment |
Current version of Fedora is 23, there are still updates for 22. Fedora 20 is long, long past end of life. No wonder there are no updates anymore.
add a comment |
Current version of Fedora is 23, there are still updates for 22. Fedora 20 is long, long past end of life. No wonder there are no updates anymore.
Current version of Fedora is 23, there are still updates for 22. Fedora 20 is long, long past end of life. No wonder there are no updates anymore.
answered Mar 5 '16 at 15:09
vonbrandvonbrand
14.6k2 gold badges27 silver badges47 bronze badges
14.6k2 gold badges27 silver badges47 bronze badges
add a comment |
add a comment |
inaddition to above mensioned , we have to do edit the web links which are not present.
like
replace the lines in /etc/yum.repo.d/* with 'baseurl=http://download.fedora.redhat.com/pub/fedora/linux' with 'baseurl=http://archives.fedoraproject.org/pub/archive/fedora/linux'
It worked for me.
Try it out.
LOL....
add a comment |
inaddition to above mensioned , we have to do edit the web links which are not present.
like
replace the lines in /etc/yum.repo.d/* with 'baseurl=http://download.fedora.redhat.com/pub/fedora/linux' with 'baseurl=http://archives.fedoraproject.org/pub/archive/fedora/linux'
It worked for me.
Try it out.
LOL....
add a comment |
inaddition to above mensioned , we have to do edit the web links which are not present.
like
replace the lines in /etc/yum.repo.d/* with 'baseurl=http://download.fedora.redhat.com/pub/fedora/linux' with 'baseurl=http://archives.fedoraproject.org/pub/archive/fedora/linux'
It worked for me.
Try it out.
LOL....
inaddition to above mensioned , we have to do edit the web links which are not present.
like
replace the lines in /etc/yum.repo.d/* with 'baseurl=http://download.fedora.redhat.com/pub/fedora/linux' with 'baseurl=http://archives.fedoraproject.org/pub/archive/fedora/linux'
It worked for me.
Try it out.
LOL....
answered Nov 19 '15 at 23:55
GaneshGanesh
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f140495%2fcannot-retrieve-metalink-for-repository-fedora-20-i386%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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