LO language pack installation failure!(Fedora)

For change user interface language, i followed commands in this link: Installing LibreOffice on Linux - The Document Foundation Wiki
But when i wrote():
su -c ‘yum install *.rpm’
I get error. Anyone can help me?

Where did you get the packages from? You seem to try to mix repositories for Libreoffice packages. You seem to have installed LibreOffice from Fedora packages and now downloaded language pack from … where? (Fedora’s distribution specific packages don’t contain libobasis packages, which makes me assume, that you got these tr packages directly from libreoffice.org). Is my point of view correct?


Accidental remark: `yum` on Fedora is deprecated and replaced by `dnf`.

You are right. I downloaded packages from libreoffice.org. Thanks your answer.

It seems you’re trying to mix packages from your Linux distribution with packages from LibreOffice’s download website and that will never work. My advice is to only use what your distribution offers and install language packs from fedora’s repositories. Look with your package manager (DNF?) for packages named something like libreoffice-l10n-xx, where xx represents your language code (en for English, es for Spanish, etc.) and install those your need.

Use dnf search libreoffice-langpack-tr to find and sudo dnf install libreoffice-langpack-tr to install (which also adds some dependency packages)

It’s works for me. Thank you all.