Software update with yum update

Issues related to applications and software problems
Post Reply
kissellj
Posts: 96
Joined: 2015/01/05 19:39:24

Software update with yum update

Post by kissellj » 2019/09/13 21:14:42

When running $yum update as su I'm getting the following errors

Loaded plugins: fastestmirror, langpacks
Determining fastest mirrors
epel/x86_64/metalink | 15 kB 00:00
* base: mirror.den01.meanservers.net
* elrepo: repos.ord.lax-noc.com
* epel: mirror.colorado.edu
* extras: mirror.den01.meanservers.net
* updates: mirror.den01.meanservers.net
base | 3.6 kB 00:00
elrepo | 2.9 kB 00:00
epel | 5.3 kB 00:00
extras | 3.4 kB 00:00
updates | 3.4 kB 00:00
(1/8): base/7/x86_64/group_gz | 166 kB 00:00
(2/8): epel/x86_64/group_gz | 88 kB 00:00
(3/8): elrepo/primary_db | 456 kB 00:00
(4/8): epel/x86_64/updateinfo | 1.0 MB 00:00
(5/8): extras/7/x86_64/primary_db | 215 kB 00:00
(6/8): base/7/x86_64/primary_db | 6.0 MB 00:05
(7/8): updates/7/x86_64/primary_db | 7.4 MB 00:07
(8/8): epel/x86_64/primary_db | 6.8 MB 00:07
Resolving Dependencies
--> Running transaction check
---> Package kf5-kxmlgui.x86_64 0:5.52.0-1.el7 will be updated
---> Package kf5-kxmlgui.x86_64 0:5.52.0-1.el7.1 will be an update
--> Processing Dependency: qt5-qtbase(x86-64) = 5.9.7 for package: kf5-kxmlgui-5.52.0-1.el7.1.x86_64
---> Package qt5-qtwebkit.x86_64 0:5.9.1-1.el7 will be updated
---> Package qt5-qtwebkit.x86_64 0:5.9.1-2.el7 will be an update
--> Processing Dependency: qt5-qtbase(x86-64) = 5.9.7 for package: qt5-qtwebkit-5.9.1-2.el7.x86_64
--> Processing Dependency: qt5-qtdeclarative(x86-64) = 5.9.7 for package: qt5-qtwebkit-5.9.1-2.el7.x86_64
--> Finished Dependency Resolution
Error: Package: qt5-qtwebkit-5.9.1-2.el7.x86_64 (epel)
Requires: qt5-qtbase(x86-64) = 5.9.7
Installed: qt5-qtbase-5.9.2-3.el7.x86_64 (@base)
qt5-qtbase(x86-64) = 5.9.2-3.el7
Error: Package: kf5-kxmlgui-5.52.0-1.el7.1.x86_64 (epel)
Requires: qt5-qtbase(x86-64) = 5.9.7
Installed: qt5-qtbase-5.9.2-3.el7.x86_64 (@base)
qt5-qtbase(x86-64) = 5.9.2-3.el7
Error: Package: qt5-qtwebkit-5.9.1-2.el7.x86_64 (epel)
Requires: qt5-qtdeclarative(x86-64) = 5.9.7
Installed: qt5-qtdeclarative-5.9.2-1.el7.x86_64 (@base)
qt5-qtdeclarative(x86-64) = 5.9.2-1.el7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

Any help with this would be greatly appreciated. I have not been able to update my system for awhile.

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

Re: Software update with yum update

Post by avij » 2019/09/13 21:23:20

Try yum update --enablerepo=cr. If that does not work, try yum update --enablerepo=cr,epel-testing.

See also Continuous Release. Packages from upcoming 7.7.1908 are already available there.

kissellj
Posts: 96
Joined: 2015/01/05 19:39:24

Re: Software update with yum update

Post by kissellj » 2019/09/13 21:44:21

I just was searching and I found a similar issue TrevorH was addressing. I put in
yum --enablerepo=cr,epel-testing update
Now I'm getting 1338 updates, wow!
What do I run after it is finished?

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

Re: Software update with yum update

Post by avij » 2019/09/13 21:51:05

You should reboot your computer to start using the new kernel and such. That's all.

kissellj
Posts: 96
Joined: 2015/01/05 19:39:24

Re: Software update with yum update

Post by kissellj » 2019/09/13 22:02:42

Hey, the command worked terrific. Seems all the packages are up to date. Information that was sent was informative. I appreciate all the help!! :D Let me know if I need to run other commands. Makes me feel good knowing you are there.

Post Reply