Centos 7 Error getting repository data for development, repository not found [on hold] The Next CEO of Stack OverflowCan I install “development-tools” offline? Or, how to make my CD the yum repository?CentOS yum repository bad Header V4 RSA/SHA1 signatureGetting config error for yum in CentOSAdding existing data to SVN server-side repositoryError getting repository data for epel, repository not foundCentOS 7 i386 Netinstall error: 'Error setting up base repository"Fetch repository data parallelRepository error with yumCentOS 7 reboot error getting authority?vagrant: Error getting repository data for C7.6.1810-base, repository not found
Does int main() need a declaration on C++?
That's an odd coin - I wonder why
Incomplete cube
What difference does it make matching a word with/without a trailing whitespace?
pgfplots: How to draw a tangent graph below two others?
Simplify trigonometric expression using trigonometric identities
Upgrading From a 9 Speed Sora Derailleur?
What happens if you break a law in another country outside of that country?
Gauss' Posthumous Publications?
Does Germany produce more waste than the US?
Why did the Drakh emissary look so blurred in S04:E11 "Lines of Communication"?
Why do we say “un seul M” and not “une seule M” even though M is a “consonne”?
Masking layers by a vector polygon layer in QGIS
How can I prove that a state of equilibrium is unstable?
How to implement Comparable so it is consistent with identity-equality
Why doesn't Shulchan Aruch include the laws of destroying fruit trees?
Small nick on power cord from an electric alarm clock, and copper wiring exposed but intact
How dangerous is XSS
What is the difference between 'contrib' and 'non-free' packages repositories?
What does this strange code stamp on my passport mean?
Prodigo = pro + ago?
Creating a script with console commands
Is this a new Fibonacci Identity?
Planeswalker Ability and Death Timing
Centos 7 Error getting repository data for development, repository not found [on hold]
The Next CEO of Stack OverflowCan I install “development-tools” offline? Or, how to make my CD the yum repository?CentOS yum repository bad Header V4 RSA/SHA1 signatureGetting config error for yum in CentOSAdding existing data to SVN server-side repositoryError getting repository data for epel, repository not foundCentOS 7 i386 Netinstall error: 'Error setting up base repository"Fetch repository data parallelRepository error with yumCentOS 7 reboot error getting authority?vagrant: Error getting repository data for C7.6.1810-base, repository not found
I'm using Centos 7 and get "Error getting repository data for development, repository not found".
centos repository development
New contributor
put on hold as unclear what you're asking by Jesse_b, GAD3R, Stephen Harris, G-Man, Jeff Schaller♦ 2 days 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
put on hold as unclear what you're asking by Jesse_b, GAD3R, Stephen Harris, G-Man, Jeff Schaller♦ 2 days 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♦
2 days 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
I'm using Centos 7 and get "Error getting repository data for development, repository not found".
centos repository development
centos repository development
New contributor
New contributor
edited 2 days ago
Rui F Ribeiro
41.8k1483142
41.8k1483142
New contributor
asked 2 days ago
yanuar hidayatyanuar hidayat
1
1
New contributor
New contributor
put on hold as unclear what you're asking by Jesse_b, GAD3R, Stephen Harris, G-Man, Jeff Schaller♦ 2 days 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♦ 2 days 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♦
2 days 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♦
2 days 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♦
2 days 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♦
2 days 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
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
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
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
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
edited 2 days ago
GAD3R
27.8k1958114
27.8k1958114
New contributor
answered 2 days ago
ZarNixZarNix
707
707
New contributor
New contributor
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♦
2 days ago