I use Fedora 14. Some days ago, I used the command yum remove openoffice.org-* and removed openoffice successfully. The, I wanted to get it back. I have all the packages and dependancies required to install in an installation dvd. The problem is that when I try to manually install each package, yum does not check dependencies in the DVD. How can I configure yum to look for all dependancies and packages required, in the DVD?
-
1unix.stackexchange.com/questions is a better place to asknico– nico2011-02-02 08:16:02 +00:00Commented Feb 2, 2011 at 8:16
-
So why is this tagged fedora12??????leppie– leppie2011-02-02 08:22:03 +00:00Commented Feb 2, 2011 at 8:22
-
I updated the tagsnico– nico2011-02-02 08:28:20 +00:00Commented Feb 2, 2011 at 8:28
Add a comment
|
2 Answers
Sounds like you need to update your /etc/yum.repos.d to include your dvd. See here for details: Howto Setup yum repositories to update or install package from ISO CDROM Image
Probably the easiest thing to do here, to just fix this problem, is to install the "yum-plugin-tmprepo" plugin and do:
yum history undo <transaction id> --tmprepo=/path/to/DVD/packages
...where you can get the transaction ID from yum history list openoffice.