I want to use yum to pick packages to install from the F7 installation DVD. Im calling yum in an Xterm.
On the DVD at the top level are:
- a directory 'repodata' which contains 9 items.
comps-f7.xml
filelists.sqlite.bz2
filelists.xml.gz
other.sqlite.bz2
other .xml.gz
primary.sqlite.bz2
primary.xml.gz
repomd.xml
TRANS.TBL
- a directory called Fedora which has all the rpms
===========
1) To make yum find the rpm on the DVD i guess that i need to change yum.conf to add a path to the repository on the DVD - is this true ?
2) In the repo section of the conf file i need to put a line like (from man yum.conf):
[repositoryid] name=Some name for this repository baseurl=url://path/to/repository/
3) I need a yum command line to actually do the installation
Can someone translate this into noobie for me.
The path to the dvd is /media/DVD.
The package i want is KDE
I want to overwrite any kde files that are already on the computer.
Thanks
Mike