Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Will I get notified of updates?

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
Feromi
Posts: 18
Joined: 2020-10-03 20:01
Has thanked: 1 time

Will I get notified of updates?

#1 Post by Feromi »

I'm using the MATE version. Will I get notified of updates? If so, where?

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Will I get notified of updates?

#2 Post by Head_on_a_Stick »

I don't think so but I don't use MATE so I might be wrong. You can try https://packages.debian.org/buster/pack ... -indicator for update notifications.
deadbang

Feromi
Posts: 18
Joined: 2020-10-03 20:01
Has thanked: 1 time

Re: Will I get notified of updates?

#3 Post by Feromi »

Thanks, I installed it.

kedaha
Posts: 3521
Joined: 2008-05-24 12:26
Has thanked: 33 times
Been thanked: 77 times

Re: Will I get notified of updates?

#4 Post by kedaha »

Thanks.
To get it working in MATE:

Code: Select all

# apt install package-update-indicator pk-update-icon
In preferences, for example Refresh cache: daily
Command for installing updates: /usr/bin/gpk-update-viewer
as detailed at linuxquestions.org/questions/debian-26/what-command-to-use-in-package-update-indicator-on-debian-10
The Package Update Indicator icon in the panel goes like a red star and Install Updates works fine.
DebianStable

Code: Select all

$ vrms

No non-free or contrib packages installed on debian!  rms would be proud.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Will I get notified of updates?

#5 Post by Head_on_a_Stick »

kedaha wrote:

Code: Select all

# apt install package-update-indicator pk-update-icon
No need to install pk-update-icon, that's just a transitional dummy package that depends on package=update-indicator to ensure the notifications continue after an upgrade from stretch to buster.
deadbang

kedaha
Posts: 3521
Joined: 2008-05-24 12:26
Has thanked: 33 times
Been thanked: 77 times

Re: Will I get notified of updates?

#6 Post by kedaha »

Head_on_a_Stick wrote:No need to install pk-update-icon, that's just a transitional dummy package that depends on package=update-indicator to ensure the notifications continue after an upgrade from stretch to buster.
Indeed, thanks I hadn't even looked at it. :wink:
After entering the command /usr/bin/gpk-update-viewer in Update Indicator Preferences, the root password must be entered but no doubt it could be configured so as to enter the user's password instead if a user is in the sudoers file.
DebianStable

Code: Select all

$ vrms

No non-free or contrib packages installed on debian!  rms would be proud.

Post Reply