Centos 7 Error getting repository data for development, repository not found [on hold]
I'm using Centos 7 and get "Error getting repository data for development, repository not found".
centos repository development
New contributor
yanuar hidayat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as unclear what you're asking by Jesse_b, GAD3R, Stephen Harris, G-Man, Jeff Schaller♦ 4 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I'm using Centos 7 and get "Error getting repository data for development, repository not found".
centos repository development
New contributor
yanuar hidayat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as unclear what you're asking by Jesse_b, GAD3R, Stephen Harris, G-Man, Jeff Schaller♦ 4 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
2
Your question contains precious little information. Could you please add more context to this issue, such as what command you used when this error occurred, along with any relevant configuration that you may have changed from the defaults.
– Kusalananda♦
6 hours ago
add a comment |
I'm using Centos 7 and get "Error getting repository data for development, repository not found".
centos repository development
New contributor
yanuar hidayat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm using Centos 7 and get "Error getting repository data for development, repository not found".
centos repository development
centos repository development
New contributor
yanuar hidayat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
yanuar hidayat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 7 mins ago
Rui F Ribeiro
41.8k1483142
41.8k1483142
New contributor
yanuar hidayat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 7 hours ago
yanuar hidayatyanuar hidayat
1
1
New contributor
yanuar hidayat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
yanuar hidayat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
yanuar hidayat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as unclear what you're asking by Jesse_b, GAD3R, Stephen Harris, G-Man, Jeff Schaller♦ 4 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by Jesse_b, GAD3R, Stephen Harris, G-Man, Jeff Schaller♦ 4 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
2
Your question contains precious little information. Could you please add more context to this issue, such as what command you used when this error occurred, along with any relevant configuration that you may have changed from the defaults.
– Kusalananda♦
6 hours ago
add a comment |
2
Your question contains precious little information. Could you please add more context to this issue, such as what command you used when this error occurred, along with any relevant configuration that you may have changed from the defaults.
– Kusalananda♦
6 hours ago
2
2
Your question contains precious little information. Could you please add more context to this issue, such as what command you used when this error occurred, along with any relevant configuration that you may have changed from the defaults.
– Kusalananda♦
6 hours ago
Your question contains precious little information. Could you please add more context to this issue, such as what command you used when this error occurred, along with any relevant configuration that you may have changed from the defaults.
– Kusalananda♦
6 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Assuming you tried to perform a yum install, i.e. yum install somepackage, and yum repos.d does not have an entry for EPEL (extra packages and dev stuff) so yum is letting you know it has no idea where to look.
Configure the files in dir: /etc/yum.repos.d/ Each file in that dir are for contacting different yum repositories.
This link shows you how to add the EPEL repository to your /etc/yum.repos.d/.
New contributor
ZarNix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Assuming you tried to perform a yum install, i.e. yum install somepackage, and yum repos.d does not have an entry for EPEL (extra packages and dev stuff) so yum is letting you know it has no idea where to look.
Configure the files in dir: /etc/yum.repos.d/ Each file in that dir are for contacting different yum repositories.
This link shows you how to add the EPEL repository to your /etc/yum.repos.d/.
New contributor
ZarNix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Assuming you tried to perform a yum install, i.e. yum install somepackage, and yum repos.d does not have an entry for EPEL (extra packages and dev stuff) so yum is letting you know it has no idea where to look.
Configure the files in dir: /etc/yum.repos.d/ Each file in that dir are for contacting different yum repositories.
This link shows you how to add the EPEL repository to your /etc/yum.repos.d/.
New contributor
ZarNix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Assuming you tried to perform a yum install, i.e. yum install somepackage, and yum repos.d does not have an entry for EPEL (extra packages and dev stuff) so yum is letting you know it has no idea where to look.
Configure the files in dir: /etc/yum.repos.d/ Each file in that dir are for contacting different yum repositories.
This link shows you how to add the EPEL repository to your /etc/yum.repos.d/.
New contributor
ZarNix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Assuming you tried to perform a yum install, i.e. yum install somepackage, and yum repos.d does not have an entry for EPEL (extra packages and dev stuff) so yum is letting you know it has no idea where to look.
Configure the files in dir: /etc/yum.repos.d/ Each file in that dir are for contacting different yum repositories.
This link shows you how to add the EPEL repository to your /etc/yum.repos.d/.
New contributor
ZarNix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 5 hours ago
GAD3R
27.7k1858114
27.7k1858114
New contributor
ZarNix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 5 hours ago
ZarNixZarNix
377
377
New contributor
ZarNix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
ZarNix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
ZarNix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
2
Your question contains precious little information. Could you please add more context to this issue, such as what command you used when this error occurred, along with any relevant configuration that you may have changed from the defaults.
– Kusalananda♦
6 hours ago