LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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-01-2007, 06:42 PM   #1
wearetheborg
Member
 
Registered: Sep 2004
Distribution: Mint 19.1
Posts: 298

Rep: Reputation: 41
What is the debian update program called ?


In gnome when I log in, there is a program that checks for updates. I dont see it in fluxbox - how can I check for updates there ?
 
Old 11-01-2007, 07:39 PM   #2
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
apt
apt-get
etc.

Open a terminal and try "man apt" or "man apt-get".
 
Old 11-01-2007, 07:48 PM   #3
686plus
Member
 
Registered: Nov 2004
Location: Portland, Oregon
Distribution: Ubuntu
Posts: 114

Rep: Reputation: 17
apt-get update

THEN

apt-get upgrade *** This will actually install the updates

Check the man page to double check... I'm on windoze right now

man apt-get

maybe try the --show-upgraded option?
 
Old 11-01-2007, 07:56 PM   #4
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
I don't think he means that. Gnome has a tool that checks for updates automagically, the package is called update-notifier. You should be able to invoke it from a rootterminal by its name.
 
Old 11-01-2007, 08:27 PM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by Dutch Master View Post
I don't think he means that. Gnome has a tool that checks for updates automagically, the package is called update-notifier. You should be able to invoke it from a rootterminal by its name.
Just guessing: "update-notifier" uses apt.
 
Old 11-01-2007, 08:45 PM   #6
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
I know. But he didn't inquire about a package manager, he explicitely asked for the "program that checks for updates"

Anyway, aptitude is the recommended way by the Debian dev's to update our systems, so I'll stick with that
 
Old 11-02-2007, 03:07 AM   #7
wearetheborg
Member
 
Registered: Sep 2004
Distribution: Mint 19.1
Posts: 298

Original Poster
Rep: Reputation: 41
aptitude is fine (in fact preferable). I did not know it could be used to check for updates
 
Old 11-02-2007, 09:15 AM   #8
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Very simple: press u to update the package cache, U to mark all updateable programs and g twice to install the updates. Easy, ain'it? To quit, press q, then y.
 
Old 11-08-2007, 12:37 AM   #9
randomman
LQ Newbie
 
Registered: Nov 2007
Posts: 26

Rep: Reputation: 15
i like synaptic (graphical). but you are asking about the notifier (little icon in the corner by the clock). i dont know. i just wanted to mention that i like synaptic.
 
Old 11-08-2007, 07:44 AM   #10
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
for aptitude updates I usually just fire of one command

aptitude update && aptitude upgrade

On a system with a graphical desktop the notifier is nice since it constantly checks for new updates, but command line rules on the servers
 
Old 11-08-2007, 08:19 AM   #11
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Since we're just commenting on what we like at this point...

No Desktop system that I ever set up or manage will ever have update-notifier or Synaptic installed. As far as I am concerned GUI package management systems are for rank beginners who have no desire to ever learn anything about serious system management.
 
Old 11-08-2007, 09:33 AM   #12
randomman
LQ Newbie
 
Registered: Nov 2007
Posts: 26

Rep: Reputation: 15
outch ... well you are right ... i am still a beginner because i keep avoiding going deep into learning linux. but in my case, i am doing graduate studies in engineering and cannot find good time to focus on learning linux from scratch. the stress of research and studying make mee feel like doing nothing at end of the day.

but lately, i have been thinking about buying "How linux works" book and read it. i think it is a good place to start from scratch. and after that, maybe create LFS (linux from scratch) of my own.


Quote:
Originally Posted by rickh View Post
Since we're just commenting on what we like at this point...

No Desktop system that I ever set up or manage will ever have update-notifier or Synaptic installed. As far as I am concerned GUI package management systems are for rank beginners who have no desire to ever learn anything about serious system management.
 
Old 11-08-2007, 10:04 AM   #13
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
I suggest to get the O'Reilly book "Running Linux" ISBN 0-596-00272-6 for the basics on Linux.
 
Old 11-08-2007, 11:35 AM   #14
randomman
LQ Newbie
 
Registered: Nov 2007
Posts: 26

Rep: Reputation: 15
Quote:
Originally Posted by Dutch Master View Post
I suggest to get the O'Reilly book "Running Linux" ISBN 0-596-00272-6 for the basics on Linux.
actually, the "how linux works" talks about the linux system architecture and thins tie together to make the system works. as for the adminstration of linux, i prefer to learn by experience by googling everytime i run into a problem
 
  


Reply



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
shell scripts ...--can it be called with in a c program narendra.pant Linux - Newbie 2 08-17-2006 07:43 AM
How do I use the program called '*lit' ? rrsc16954 Mandriva 3 02-05-2006 11:04 AM
Debugging C++ so called from java program exitsfunnel Programming 3 10-12-2005 03:01 PM
Do YOu Know a program Called SIG? benmay05 Linux - Software 2 06-27-2005 04:35 PM
passwordcracking program called slurpie Israfel2000 Linux - Software 3 11-26-2004 08:37 AM

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

All times are GMT -5. The time now is 03:26 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