I use Fedora and I generally use "yum localinstall" to install my RPMs.
I also add an exclude=libreoffice* in yum.conf so that yum does not try to update libreoffice when a new copy is pushed to the Fedora repositories. This then causes yum to ignore the RPMs that match the wild-card, so dependencies fail, and it refuses to install until I remove the exclude from yum.conf.
So,
is setting the exclude no longer needed in yum.conf as long as I keep up with the latest releases?
should I just use rpm to install this?
did I do something wrong?
Just looking for thoughts.