Ada package yang konflik waktu dilakukan proses update di CentOS Linux release 7.9.2009 (Core) :
[root@alpha ~]# yum update -y Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.netix.net * epel: mirrors.netix.net * extras: mirrors.netix.net * updates: mirrors.netix.net Resolving Dependencies --> Running transaction check ---> Package initscripts.x86_64 0:9.49.39-1.el7_4.1 will be updated ---> Package initscripts.x86_64 0:9.49.53-1.el7_9.1 will be an update ---> Package kernel.x86_64 0:3.10.0-1160.49.1.el7 will be installed --> Processing Conflict: initscripts-9.49.53-1.el7_9.1.x86_64 conflicts redhat-r elease < 7.5-0.11 --> Finished Dependency Resolution Error: initscripts conflicts with centos-release-7-4.1708.el7.centos.x86_64
Dari error diatas :
Error: initscripts conflicts with centos-release-7-4.1708.el7.centos.x86_64
Berikut solusinya yang saya peroleh dari berbagai sumber:
jalankan perintah ini untuk menghapus paket yang mengalami konflik
rpm -e centos-release-7-4.1708.el7.centos.x86_64 --nodeps
setelah itu lakukan perintah yum update -y
Allhammdulillah solved ..