LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-17-2019, 04:16 AM   #1
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,711

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Question What command to use in Package Update Indicator on Debian 10?


Hi.

I usually update via the terminal but am wondering what command to use with the Package Update Indicator program.

I've tried these but when I click 'Install Updates', nothing happens:
Code:
sudo apt update && sudo apt upgrade
Code:
sudo apt-get update && sudo apt-get upgrade
Attached Thumbnails
Click image for larger version

Name:	2019-11-13_21-14.png
Views:	167
Size:	192.9 KB
ID:	31880   Click image for larger version

Name:	Screenshot_2019-11-13_21-15-07.png
Views:	135
Size:	89.6 KB
ID:	31881  
 
Old 11-17-2019, 04:21 AM   #2
PECONET009
Member
 
Registered: Sep 2006
Location: Finland.
Distribution: kali linux.
Posts: 156

Rep: Reputation: 21
Have you tried by just putting in; apt update?

Have you tried by just putting in;
apt update
 
Old 11-17-2019, 04:24 AM   #3
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,711

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Post

Quote:
Originally Posted by PECONET009 View Post
Have you tried by just putting in;
apt update
Hi PECONET009. Just tried that - still nothing.
 
Old 11-17-2019, 06:27 AM   #4
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,552
Blog Entries: 19

Rep: Reputation: 4444Reputation: 4444Reputation: 4444Reputation: 4444Reputation: 4444Reputation: 4444Reputation: 4444Reputation: 4444Reputation: 4444Reputation: 4444Reputation: 4444
Maybe you have to close the preferences window before the buttons in the main window become active.

[rant]This is the kind of thing that seriously annoys me! Why add an extra layer of complication to updating? What's wrong with just using the identical commands in a terminal?[/rant]
 
Old 11-17-2019, 06:28 AM   #5
PECONET009
Member
 
Registered: Sep 2006
Location: Finland.
Distribution: kali linux.
Posts: 156

Rep: Reputation: 21
That is very odd.

Quote:
Originally Posted by linustalman View Post
Hi PECONET009. Just tried that - still nothing.
That is very odd indeed.
Try this site out and see if it gives you any answers, more info here:
Package: package-update-indicator (4-2 and others) :
https://packages.debian.org/sid/gnom...date-indicator
 
Old 11-17-2019, 06:35 AM   #6
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,711

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
IIRC, the update notifier in Debian 9 required no tweaking and just worked.
 
Old 11-17-2019, 09:03 AM   #7
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,711

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
The icon is now orange. It used to be red before when updates were available. Not sure what orange means.
Attached Images
 
 
Old 11-17-2019, 10:50 AM   #8
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
return it to the default

/usr/bin/gpk-update-viewer


and stop miss-configuring things
 
Old 11-17-2019, 10:58 AM   #9
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
Quote:
Originally Posted by hazel View Post
[rant]This is the kind of thing that seriously annoys me! Why add an extra layer of complication to updating? What's wrong with just using the identical commands in a terminal?[/rant]


Code:
apt show package-update-indicator 

Package: package-update-indicator
Version: 4-2
Priority: optional
<snip>
Tag: uitoolkit::gtk
Download-Size: 30.9 kB
APT-Sources: http://ftp.uk.debian.org/debian testing/main amd64 Packages
Description: Notify about available software updates
 This small utility which regularly checks for software updates and notifies
 the user about available updates using desktop notifications and either
 a status notifier icon or a system tray icon.
 .
 It is primarily intended for desktops which do not already have this
 functionality built-in, such as Xfce.


#
 
Old 11-17-2019, 11:41 AM   #10
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,711

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Post

The command for installing updates was blank by default. I brought it back to that. I will just use the program to tell me of updates available and manually update then via the terminal.
 
Old 11-17-2019, 11:55 AM   #11
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
Quote:
Originally Posted by linustalman View Post
The command for installing updates was blank by default. I brought it back to that. I will just use the program to tell me of updates available and manually update then via the terminal.
I installed it, and opened up the prefs

Code:
/usr/bin/gpk-update-viewer
was the default

maybe it is different in Buster

changes you make to the config will end up in

~/.config/package-update-indicator/


exit your DE
move ( or remove ) ~/.config/package-update-indicator/

log back in, and its defaults should be restored
 
Old 11-17-2019, 12:11 PM   #12
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,711

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by Firerat View Post
I installed it, and opened up the prefs

Code:
/usr/bin/gpk-update-viewer
was the default

maybe it is different in Buster

changes you make to the config will end up in

~/.config/package-update-indicator/


exit your DE
move ( or remove ) ~/.config/package-update-indicator/

log back in, and its defaults should be restored
I simply deleted the line in the GUI app and it did the same thing. Thanks anyway.
 
Old 11-17-2019, 12:39 PM   #13
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,711

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Post

Re: https://www.linuxquestions.org/quest...6/#post6058850

From the terminal, I ran:

Code:
sudo apt update && sudo apt upgrade && sudo apt full-upgrade
and got this:

Code:
74 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 133 MB of archives.
After this operation, 15.4 kB of additional disk space will be used.
Do you want to continue? [Y/n]
 
Old 11-17-2019, 02:27 PM   #14
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
from https://debian-handbook.info/browse/...-upgrades.html

Quote:
...
...
These tools work very well for servers, but desktop users generally prefer a more interactive system. That is why the “Debian desktop environment” task installs gnome-packagekit (at least when you select GNOME as desktop environment). It provides an icon in the notification area of desktop environments when updates are available; clicking on this icon then runs gpk-update-viewer, a simplified interface to perform updates. You can browse through available updates, read the short description of the relevant packages and the corresponding changelog entries, and select whether to apply the update or not on a case-by-case basis.
Attached Thumbnails
Click image for larger version

Name:	gnome-packagekit.png
Views:	221
Size:	70.7 KB
ID:	31883  
 
Old 11-18-2019, 02:18 PM   #15
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,711

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Post

The icon was red just now and I got this output in the terminal:

from

Code:
sudo apt update && sudo apt upgrade && sudo apt full-upgrade
Code:
The following packages will be upgraded:
  lightning thunderbird
2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 42.4 MB of archives.
After this operation, 32.5 MB of additional disk space will be used.
Do you want to continue? [Y/n]
 
  


Reply

Tags
notification, update notifier, updates


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] No package 'x11' found No package 'xext' found No package 'xdamage' found No package 'xfixes' found No package 'x11-xcb' found Jigsaw Linux From Scratch 14 02-23-2021 08:35 PM
[SOLVED] hp dv1000 wifi and wifi indicator not working (can´t remember command) nico casto Linux - Laptop and Netbook 6 05-29-2018 03:04 PM
Mandriva 2008 system update indicator zebra90210 Linux - Software 3 11-16-2008 05:47 PM
Loss of scp progress indicator when piping command to tee Arodef Linux - General 1 03-08-2005 09:01 PM
cp command with progress indicator exodist Linux - Software 1 07-21-2004 06:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 11:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration