Install Fedora core 10.0 packages

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Install Fedora core 10.0 packages
# 1  
Old 02-28-2010
Install Fedora core 10.0 packages

Hello All,

I hv installed fedora 10 on my PC. At the time of installation, i skipped some of the other packages. Now i wanted to install the other packages from the DVD. How sholud i install the other packages. My DVD is bootable one which i got thru software magazines. So it contains FC 10 and other softwares also.

Previously when i used redhat 9.0, i allowed me to update packages after installation but tht CD contained only Red Hat 9.0 which i got thru a book.

Does FC 10.0 contains same interface so that i can update my packages.

THX all in adv.

Waiting for ur responses
# 2  
Old 02-28-2010
FC10 uses yum. There is yum repository with the requisite metadata on the DVD.

Step 1 is to create a directory for your repository and mount the DVD there:

# mkdir -p /path/to/your/repo
# mount -r -o loop /media/Fedora 10 i368 DVD /path/to/your/repo

If you are using x86-64, replace i386 with x86-64. As I do not have a Fedora 10 LiveCD in front of me (I am travelling), I may have gotten the DVD label wrong but it will be something close to "Fedora 10 i368 DVD"

Step 2 is to configure yum to use your new repository by creating a new entry in /etc/yum.repos.d. Easiest way is to copy the fedora.repo entry and save it as, say, fedora-dvd.repo and then edit this file:

- change the line [fedora] to [fedora-dvd]
- change the name line to name=Fedora 10 DVD (or whatever you want it to be)
- change the baseurl line to baseurl=file:///path/to/your/repo
- delete any mirrorlist line
- make sure enabled=1

Typically file:///path/to/your/repo is file:///media/Fedora%2010%20i386%20DVD

Finally edit the other .repo files and change enabled=1 to enabled=0, and clear the yum caches with yum clean all.

You should then be good to go.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

What Sun Java packages are available for Fedora?

Are all of these java packages available for fedora? I use several VERY picky websites that want all of these packages to properly work. sun-java6-jre sun-java6-bin sun-java6-jdk sun-java6-plugin sun-java6-fonts (1 Reply)
Discussion started by: cokedude
1 Replies

2. Linux

mysql in fedora core 4

hi i dont know much about linux but my boss gave me a job to backup all the mysql database and tables from fedora core4 running as web/database server. i can enter in fedora using remote desktop from my laptop but after that i am unable to do anything. if any one can help me in finding mysql and... (3 Replies)
Discussion started by: obstinate
3 Replies

3. Linux

fedora core 6 problem

hi all i am currently using fedora core 3 . i downloaded the iso image of fedora core 6 but after installing the fedora core 6 . while starting linux it gives a error saying init is been killed . wht is happened? thank u (3 Replies)
Discussion started by: nageshrk
3 Replies

4. UNIX for Dummies Questions & Answers

help installing fedora core 5

Hello I'm trying to install fedora core 5 and I'm currently at this screen here: http://fedora.redhat.com/docs/fedora-install-guide-en/fc5/figs/installingpackages.png However, the bottom bar is completely gray and there's nothing telling me the "status" of the install. I also told it to format... (2 Replies)
Discussion started by: obeseogre
2 Replies

5. Linux

Help with OpenGL in Fedora Core 4.

I'm pretty much new to this Linux stuff, I installed FC4 the other night to try it out. I'm having a slight problem when launching Quake 3, it's giving me the error GLimp_Init() - could not load OpenGL subsystem I've updated my video drivers to the latest version and went through fglrxconfig,... (3 Replies)
Discussion started by: Filth Pig
3 Replies

6. Linux

Trying to install Fedora Core 3...

Hiya all, Hope you can help. I keep getting the same Error message when I try to install. I have tried several different Diskettes. And I finally ordered CDs from "FASTDISCs". The install "disc Checks" passed fine on these. The error: "The package usbitils-0.11.6.1 cannot be opened. ... (8 Replies)
Discussion started by: marty 600
8 Replies

7. Linux

being probed Fedora core 2

Lucky me...someone's trying to hack into my mythtv box through ssh. Can I make a policy or something similar to refuse connections from a specific IP after a certain amount of failed logins? attached is some of the output from /var/log/messages (2 Replies)
Discussion started by: dangral
2 Replies

8. Linux

Using Fedora Core 2

I've been using FC2, but my sound card doesn't work I'm new with linux systems.. but there says that needs to recompile kernel how can i do it with a kernel 2.6.5 i386 ? by the way,. my sound card chipset is an ESS 1869F, with a compaq deskpro Smal Form Factor. but i have not found a... (4 Replies)
Discussion started by: Quake
4 Replies

9. Linux

Migrate from RH 8.0 to Fedora Core 2

I have done some research on the Fedora Project and trying to find clear cut answer on how to migrate from current OS - RH 8.0 Pro to Fedora Core 2. Can anybody help me with this and does Fedora Core 2 include OpenOffice and Ximian Evolution like with my RH 8.0 Pro. (3 Replies)
Discussion started by: Mark McWilliams
3 Replies

10. Linux

Fedora Core 2 Snapshot

These are not my desktop (I am still using FC1), they are from Internet forum. http://gator.dt.uh.edu/~yangm001/snapshot1.jpg http://gator.dt.uh.edu/~yangm001/snapshot2.jpg (0 Replies)
Discussion started by: HOUSCOUS
0 Replies
Login or Register to Ask a Question