How to disable "you have updates" pop up window?

General support questions
Post Reply
phil.e
Posts: 97
Joined: 2018/02/13 20:28:14

How to disable "you have updates" pop up window?

Post by phil.e » 2019/09/26 15:35:22

How do you disable the pop up window in CentOS 7 that notifies users of available updates?

I don't want any users to see that pop up - I should be the only authorized person doing updates on any of these workstations.

lightman47
Posts: 1522
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

Re: How to disable "you have updates" pop up window?

Post by lightman47 » 2019/09/26 15:47:37

I think it's packagekit, so I did

Code: Select all

 systemctl disable packagekit
 systemctl stop packagekit

That said - are you sure that pop-up will allow a normal user to update without su/sudo permissions? (I honestly don't know).

phil.e
Posts: 97
Joined: 2018/02/13 20:28:14

Re: How to disable "you have updates" pop up window?

Post by phil.e » 2019/09/26 16:00:43

You wouldn't think it would work if they didn't have admin privileges, but it's happened twice to me now, and neither of them had sudo access.

lightman47
Posts: 1522
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

Re: How to disable "you have updates" pop up window?

Post by lightman47 » 2019/09/26 16:03:08

nice to know, thanks.

Post Reply