zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

OpenSUSE unattended upgrades

February 24, 2019 by Igor Drobot Leave a Comment

I was looking around to find something similar to perform update-automation on openSUSE distribution, just like in Debian GNU Linux.
Some pretty way, without hacking a bash script and adding it to the cron…

It seems, there is a build in solution which is unfortunately configurable out of YaST2.

Install YaST2 module:

[Read more…]

Filed Under: Linux Tagged With: Automation, openSUSE, security, update

Yum Update 404 Errors

September 3, 2012 by Igor Drobot Leave a Comment

I started to install update (yum update) on my fedora system and by mistake abort the operation with CTRL+C, I tried to start the update process again (yum update) but I get only this:

Loaded plugins: langpacks, presto, refresh-packagekit
[Errno 14] HTTP Error 404 – Not Found

yum clean all

yum clean all

was the solution for this problem

Filed Under: Linux Tagged With: Fedora, update, YUM