I am using CentOS Linux release 7.2.1511 (Core). The KDE version installed is 4.14.8. I want to update the KDE version to the latest available for CentOS 7.x.
I downloaded the *.rpm packages of KDE using below command:
sudo yum install kde* -y --downloadonly --downloaddir=/home/local/KDE_Download/
Then installed the downloaded rpm packages using below command:
cd /home/local/KDE_Download/
sudo yum localinstall *
The installation executed successfully, but the KDE version didn't update.
I also tried installing below packages:
sudo yum install plasma* -y --downloadonly --downloaddir=/home/local/KDE_Download/