Update notification

Hi all

Hope this is the correct section off the forum.
I was wondering if it is possible to receive a notification if there is a software update available on opensuse?
Or should i script this in bash in some way?

Thanks in forward

_/>

Which openSUSE version and Desktop Environment are you using?

Normally update notifications should be enabled by default.

On 2013-11-07 11:26, coffecup wrote:
>
> Hi all
>
> Hope this is the correct section off the forum.
> I was wondering if it is possible to receive a notification if there is
> a software update available on opensuse?
> Or should i script this in bash in some way?

It already exists and is installed and active by default. It pops up a
message box.


Cheers / Saludos,

Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)

Not telling which openSUSE version you use and what desktop environment makes it very often more difficult for others to answer.

Both KDE and Gnome have built in update notifiers
But you can check manually with

su -
zypper up

Using opensuse 12.3 server(minimal installation) atm :slight_smile:

I was trying to get this into a script that send an email when a new update is available.

_/>

Well, that’s completely different then, of course… :wink:

Have a look at /etc/sysconfig/packagekit-background. That should support everything you want. You need to have PackageKit installed for that.

Or use YaST->Online Update Configuration, this sets up a cron job that uses zypper to check for updates and install them.
If you don’t want to install them automatically, you would have to edit the cron job though, it’s called opensuse.org-online_update and located in /etc/cron.daily (or weekly/monthly, according to the settings). Change “patch” to “list-patches” in the line “zcmd=” for that.

Great! lol!
Thanks for the help guys, i’ll look into it.

_/>