yum update not showing latest packages

Issues related to applications and software problems
archsupport
Posts: 10
Joined: 2018/05/03 23:43:18

Re: yum update not showing latest packages

Post by archsupport » 2018/08/08 00:43:41

This didn't work and in addition I changed the repo files back to their original state not utilizing my own internal yum repo.

Code: Select all

[root@mwimp01 ~]# yum reinstall kernel-3.10.0-862.9.1.el7
Loaded plugins: fastestmirror
No Match for argument: kernel-3.10.0-862.9.1.el7
Loading mirror speeds from cached hostfile
 * base: mirrors.centos.webair.com
 * centosplus: mirror.cc.columbia.edu
 * epel: reflector.westga.edu
 * extras: reflector.westga.edu
 * updates: mirror.vtti.vt.edu
Package(s) kernel-3.10.0-862.9.1.el7 available, but not installed.
Error: Nothing to do
[root@mwimp01 ~]# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.centos.webair.com
 * centosplus: mirror.cc.columbia.edu
 * epel: reflector.westga.edu
 * extras: reflector.westga.edu
 * updates: mirror.vtti.vt.edu
repo id                                                                repo name                                                                                          status
base/7/x86_64                                                          CentOS-7 - Base                                                                                     9,911
centosplus/7/x86_64                                                    CentOS-7 - Plus                                                                                        63
epel/x86_64                                                            Extra Packages for Enterprise Linux 7 - x86_64                                                     12,631
extras/7/x86_64                                                        CentOS-7 - Extras                                                                                     368
updates/7/x86_64                                                       CentOS-7 - Updates                                                                                  1,041
repolist: 24,014
[root@mwimp01 ~]# yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.centos.webair.com
 * centosplus: mirror.cc.columbia.edu
 * epel: mirror.steadfastnet.com
 * extras: reflector.westga.edu
 * updates: mirror.vtti.vt.edu
No packages marked for update

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: yum update not showing latest packages

Post by avij » 2018/08/08 05:12:47

avij wrote:
2018/08/06 18:08:44
OK, so you seem to have kernel-plus installed, but it is not in use. If you don't specifically want to use the plus kernel, you can probably rectify this situation with yum install kernel and yum remove kernel-plus-3.10.0-862.9.1.el7.centos.plus.x86_64

Post Reply