LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 05-10-2016, 08:56 AM   #1
lemabest
LQ Newbie
 
Registered: May 2016
Location: Ethiopia
Posts: 18

Rep: Reputation: Disabled
Lema


Hello there.i am trying to install NCTUNS -6.0 on fedora 12 which is installed on the virtualbox. But the errors makes me feel trouble. Then I joined this page by thinking of that the page is a full of skilled manpower.
The error message is: while writing the code:yum groupinstall "develoment libraries" "development tools" "legacy software development" the following error message will be displayed.
Cannot retrieve repository metadata (repomd.xml) for repository fedora please verify its path and try again.
I am tired of this error message please help me. I need the software for my thesis work.
 
Old 05-10-2016, 10:04 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Welcome to LQ.

NCTUns info http://www.linuxquestions.org/questions/tags/nctuns/

Fedora 12 is in the "old archive".
Please replace the files in /etc/yum.repos.d/ with this new fedora12.repo file
Code:
[fedora12]
name=Fedora12-i386
baseurl=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/12/Everything/i386/os/
enabled=1
gpgcheck=0

[fc12-updates]
name=Fedora12-updates-i386
baseurl=http://archives.fedoraproject.org/pub/archive/fedora/linux/updates/12/i386/
enabled=1
gpgcheck=0

Last edited by knudfl; 05-12-2016 at 12:58 PM.
 
Old 05-10-2016, 11:43 PM   #3
lemabest
LQ Newbie
 
Registered: May 2016
Location: Ethiopia
Posts: 18

Original Poster
Rep: Reputation: Disabled
Thank you for your fast response.
I copied the text you sent as it is
But here is the error message again
Error:cannot retrieve repository metadata(repomd.xml)for repository:fc12-updates. Please verify its path and try again.
Would you help me pls?
 
Old 05-11-2016, 01:40 AM   #4
lemabest
LQ Newbie
 
Registered: May 2016
Location: Ethiopia
Posts: 18

Original Poster
Rep: Reputation: Disabled
Hello again. Does it mean I have to connected with the internet?
 
Old 05-11-2016, 05:57 AM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #4.

If you want packages from ...
http://archives.fedoraproject.org/pu...thing/i386/os/
and http://archives.fedoraproject.org/pu...dates/12/i386/
... an Internet connection is of course required.

Fedora 12 will automatically do the connection.
Wired connection : No issues with any of my computers.

Alternatively you can install packages from DVD :
http://archives.fedoraproject.org/pu...2-i386-DVD.iso
.. Ref. http://archives.fedoraproject.org/pu...dora/i386/iso/


-
 
Old 05-11-2016, 06:06 AM   #6
lemabest
LQ Newbie
 
Registered: May 2016
Location: Ethiopia
Posts: 18

Original Poster
Rep: Reputation: Disabled
Thank you so much knudfl! I gues that repomd.xml is not in the package so if there is a connection it may automatically download from the internet. But I don't know whether my idea is right or wrong?
 
Old 05-11-2016, 06:12 AM   #7
lemabest
LQ Newbie
 
Registered: May 2016
Location: Ethiopia
Posts: 18

Original Poster
Rep: Reputation: Disabled
Thank you knudfl for your fast response.
I copied the text you sent as it is
But here is the error message again
Error:cannot retrieve repository metadata(repomd.xml)for repository:fc12-updates. Please verify its path and try again.
Would you help me pls?
 
Old 05-11-2016, 06:18 AM   #8
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #1.
Quote:
yum groupinstall "develoment libraries" "development tools" "legacy software development"
.. Not really required for NCTUns.

This will do
# yum install gcc-c++ tcsh autoconf automake libtool libXmu-devel xterm mkinitrd tcl-devel tk-devel ncurses-devel qt3

If you get those packages from the DVD, there are of course some dependencies to get too.


-
 
Old 05-11-2016, 06:23 AM   #9
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #7.

Checking your connection : ? Can you watch the content in the links >>>
. http://archives.fedoraproject.org/pu...thing/i386/os/
. http://archives.fedoraproject.org/pu...dates/12/i386/
 
Old 05-11-2016, 08:05 AM   #10
lemabest
LQ Newbie
 
Registered: May 2016
Location: Ethiopia
Posts: 18

Original Poster
Rep: Reputation: Disabled
Thank you Knudfl.
Yes I saw there a plenty of files would you suggest me what to do with it?
Best regards!
 
Old 05-11-2016, 09:55 AM   #11
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
The file in /etc/yum.repos.d/ must be owned by root, I think.
Please do : 1) $ cd /etc/yum.repos.d/
2) $ su
3) # chown root:root fedora12.repo (If that's the new file.)

And : No other files should be present in /etc/yum.repos.d/


Besides that, are you sure you installed the 32bits version of the OS ?
( i386 / i686 ).

This command will show : $ uname -m


-
 
Old 05-12-2016, 12:54 AM   #12
lemabest
LQ Newbie
 
Registered: May 2016
Location: Ethiopia
Posts: 18

Original Poster
Rep: Reputation: Disabled
Hello Knudfl!thank you for your willingness to help me!the OS is installed as 32 bit and I login as a root to my fedora 12 os and tried the commands you send to me but the same problem is happening. Is there any other way to do pls? I removed every files in the yum.repos.d and restart the os but for your information i kept fedora12.repo and fc12-updates as a different file is that okay?
Best regards!
 
Old 05-12-2016, 08:13 AM   #13
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #12.

The file fedora12.repo is attached as fedora12.repo.txt , see post #2.

Rename to fedora12.repo , copy to /etc/yum.repos.d/ , and $ chown root:root fedora12.repo .
Result : /etc/yum.repos.d/{ one file } = /etc/yum.repos.d/fedora12.repo

Note : A file in /etc/yum.repos.d/ must have suffix .repo to work.


-
 
Old 05-12-2016, 09:02 AM   #14
lemabest
LQ Newbie
 
Registered: May 2016
Location: Ethiopia
Posts: 18

Original Poster
Rep: Reputation: Disabled
Thank you knudfl!I renamed as fedora12.repo and copied to yum.repos.d but when I wrote the code chown root:root fedora12.repo nothing is displayed. So it shows the same error as before.
 
Old 05-12-2016, 01:03 PM   #15
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #12.

Sorry, there was an error in the attached file.
The text is supposed to be like to code in post #2.
The edited file is attached.
-

P.S. : Post #15 was sent from my {Fedora12 + NCTUns} OS.
? Why are you using "Android" for your posts ? Any other issues with Fedora 12 ?
Attached Files
File Type: txt fedora12.repo.txt (297 Bytes, 23 views)

Last edited by knudfl; 05-12-2016 at 01:15 PM.
 
  


Reply

Tags
nctuns



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 07:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration