LinuxQuestions.org
Visit Jeremy's Blog.
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-12-2006, 07:09 AM   #1
symidran
LQ Newbie
 
Registered: May 2006
Distribution: Kubuntu 11.10 "Oneiric"
Posts: 28

Rep: Reputation: 16
Fedora Core 5 issues


Hello all,
I am a complete n00b at Linux, and tried installing my first Linux just today. I manage it easily( FC5), but the problem now is that I want to add more software packages to the already existing distro. Actually, I have the 5 CD distro and i chose to configure the software options later in the installation, but there was no option later on....so how do i configure all that i want to.
I tried the Add/Remove more software tab but that gave an error and closed down

Second, how do i uninstall and make a fresh install of FC5, and if i make a fresh install over an already existing installation, will there be any problems?

Third, how do i ShutDown the computer in FC5...plz also tell the console command for that.

Thanks a lot for any help and Cheers
 
Old 05-12-2006, 07:33 AM   #2
Crito
Senior Member
 
Registered: Nov 2003
Location: Knoxville, TN
Distribution: Kubuntu 9.04
Posts: 1,168

Rep: Reputation: 53
#1
open terminal and type:
su

enter root password then:
yum install yumex

after which there'll be an icon in Sytem Tools for Yum Extender. Yumex has an install icon with a search box that makes life much easier for noobies.
#2
just blow away the old partition when you reinstall. the setup wizard (anaconda) makes this quite easy.
#3
shutdown -h now
 
Old 05-12-2006, 07:38 AM   #3
NAC
Member
 
Registered: May 2006
Location: mm........
Distribution: FC6 + Gentoo >/ x86_64
Posts: 132

Rep: Reputation: 15
Quote:
I tried the Add/Remove more software tab but that gave an error and closed down
Same problem.
thanks Crito
 
Old 05-12-2006, 07:41 AM   #4
NAC
Member
 
Registered: May 2006
Location: mm........
Distribution: FC6 + Gentoo >/ x86_64
Posts: 132

Rep: Reputation: 15
To recommend a Linux Command website:

http://www.linuxdevcenter.com/linux/cmd/

and also can download an ebook to learn Linux Command
<Linux in a Nutshell, 5th Edition.>
 
Old 05-12-2006, 09:08 AM   #5
symidran
LQ Newbie
 
Registered: May 2006
Distribution: Kubuntu 11.10 "Oneiric"
Posts: 28

Original Poster
Rep: Reputation: 16
Thx a lot Crito..
 
Old 05-12-2006, 01:18 PM   #6
kbrown3074
LQ Newbie
 
Registered: May 2006
Distribution: Ubuntu Breezy, Fedora Core 5
Posts: 27

Rep: Reputation: 15
Kewl..thanks..that helps me too
 
Old 05-12-2006, 08:36 PM   #7
NAC
Member
 
Registered: May 2006
Location: mm........
Distribution: FC6 + Gentoo >/ x86_64
Posts: 132

Rep: Reputation: 15
Why i cannot install yumex
if i run
Quote:
yum install yumex
then i get a error info,

Quote:
cannot find a vaild baseurl for repo:core
does some one can help?
thanks in adv.
 
Old 05-12-2006, 10:29 PM   #8
nonfatalexec
Member
 
Registered: May 2006
Location: Toronto, Canada
Distribution: Fedora 17
Posts: 36

Rep: Reputation: 15
Try this
Code:
yum clean all
yum install yumex
"yum clean all" will remove cached files from yum including corrupted files.
 
Old 05-13-2006, 12:51 AM   #9
NAC
Member
 
Registered: May 2006
Location: mm........
Distribution: FC6 + Gentoo >/ x86_64
Posts: 132

Rep: Reputation: 15
hi nonfatalexec, thanks for ur hint
but it seems doesnt work 4 me
Quote:
yum install yumex
Loading "installonglyn" plugin
Setting up Install Process
Setting up repositories
core
Cannot find a valid baseurl for repo: core
Error: Cannot find a valid baseurl for repo: core
still error
 
Old 05-13-2006, 06:00 AM   #10
decrepit
Member
 
Registered: May 2006
Distribution: Ubuntu10.04, < fedora12
Posts: 347

Rep: Reputation: 34
Is it online? these are the responses I'd expect if you have no internet connection.
 
Old 05-13-2006, 11:08 AM   #11
NAC
Member
 
Registered: May 2006
Location: mm........
Distribution: FC6 + Gentoo >/ x86_64
Posts: 132

Rep: Reputation: 15
NO it isnt online..........
 
Old 05-14-2006, 01:38 AM   #12
decrepit
Member
 
Registered: May 2006
Distribution: Ubuntu10.04, < fedora12
Posts: 347

Rep: Reputation: 34
OK that's the problem, the previous versions defaulted to using the dvd/cd's to add more software. FC5 defaults to the internet. if you're not online, nothing happens. you need to set the yum repository to look at the dvd. I had this problem myself and asked the question on the redhatforum, this is the aswer I got, that worked for me.

Yes. Just edit yum configuration files at /etc/yum.repos.d/ location.
Those files are in use by both "Add/Remove software" utility and yum.
Parameter baseurl should be like that:
baseurl=file:///media/cdrom/
 
Old 05-14-2006, 04:00 AM   #13
symidran
LQ Newbie
 
Registered: May 2006
Distribution: Kubuntu 11.10 "Oneiric"
Posts: 28

Original Poster
Rep: Reputation: 16
Another question, how do i make Windows display the partition where Linux is installed in my computer window?
 
Old 05-14-2006, 04:22 AM   #14
phoenix49
Member
 
Registered: Jun 2005
Location: Azerbaijan/Baku
Distribution: Fedora Core 6 "Zod"
Posts: 179

Rep: Reputation: 30
Look here:

http://www.fs-driver.org/
 
Old 05-15-2006, 06:25 AM   #15
arindam.lahiri
LQ Newbie
 
Registered: Aug 2004
Location: Allahabad, Uttar Pradesh, India.
Distribution: Fedora Core and Red Hat Linux
Posts: 15

Rep: Reputation: 0
Hi Symidran

Ans. to first question - Fedora Core 5 Add/Remove Software (Pirut) has default setup to access internet. So, whenever you want to add or remove any package it would connect to internet, download the package and then install it. Please see my blog at http://arindamlahiri.blogspot.com where I have addressed the problem and configured Pirut to use local rpms.

Ans. to second question - Why would you like to re-install FC 5 ? Anyway, you could re-install FC5 but your data may get lost but if you choose the right option , I dont forsee any problem.

Ans. to third question - If you are unable to use GUI (gnome or kde) then log on to Linux Console by pressing ALT+CTRL+F1 . Enter the username root and its password. After you get the shell prompt type "shutdown -h now" to shutdown the computer.

Yes, I there are software through which you can see the linux partition from windows.

Fedora Core 5 is a very good operating system and I presume it to be twice as fast as the previous release i.e. FC-4. The installation was very pleasing to my eyes and it has a very good collection of latest softwares.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Tomcat issues in Fedora Core 4 mharris45 Linux - Software 4 03-07-2007 01:34 PM
Fedora Core 4 issues JRR883 Linux - Newbie 6 09-05-2005 08:51 PM
Fedora Core 4: Mounting Issues amarpu Linux - Networking 1 07-25-2005 08:21 PM
Fedora Core 3 Install Issues ennbee Linux - Software 3 12-26-2004 08:01 AM
Grip issues with Fedora Core 1 whatsizbucket Linux - Software 6 03-27-2004 05:37 PM

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

All times are GMT -5. The time now is 06:28 PM.

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