Topic: update manager

does #! have like a update manager like ubuntu?

and will the "mark all upgrades" in synaptic install everything in there or just upgrade my current packages?

Last edited by ali (2010-06-07 05:39:39)

Re: update manager

"Mark all upgrades" in Synaptic is the same as dist-upgrade in aptitude or apt-get; it updates the packages you have installed and attempts to resolve dependencies automagically.

As far as I know, the Ubuntu Update Manager is just another front-end for dpkg, and does the same thing as dist-upgrade.  It just takes away some of the options available to the user in Synaptic, like choosing which packages not to update or forcing/locking versions.

while ( ! ( succeed = try() ) );

Re: update manager

thanks
oh and btw why are 99% of the packages not authenticated

364 upgraded, 27 newly installed, 2 to remove and 0 not upgraded.
is absolutely EVERYTHING on in here outdated?

it also wants to remove these

The following packages will be REMOVED:
  libgoffice-0-8 lxsession-lite
don't i like need the lxsession thing?

i updated it and everything looks fine

Last edited by ali (2010-06-07 07:06:21)

Re: update manager

When you install a new linux OS, it's usually a little outdated, no matter what distro. This is because updates to packages roll out after the ISO is built. This is a good thing. You get newer versions of programs, with bugfixes and new features.

apt-get or synaptic will occasionally remove some packages during upgrade or dist-upgrade. This is usually because packages change names, or become merged into another package. An upgrade will never remove an entire program, it'll just remove obsolete packages. This is a good thing =o)

99% not authenticated is a little strange though. Seems like you are missing a GPG key.

Re: update manager

i dont know, usually everything i download via apt-get is not authenticated

Re: update manager

Are you using any PPAs or other third-party repositories? Like GuruX said, your missing some key.

Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: update manager

my sources.list

## CrunchBang Linux 10.xx aka Statler
## Compatible with Debian Squeeze, but use at your own risk.
deb http://packages.crunchbanglinux.org/statler statler main
## Official Debian Repositories:
deb http://ftp.de.debian.org/debian/ squeeze main contrib non-free
# deb-src http://ftp.de.debian.org/debian/ squeeze main contrib non-free
deb http://security.debian.org/ squeeze/updates main
# deb-src http://security.debian.org/ squeeze/updates main

# Debian Squeeze
deb http://ftp.us.debian.org/debian squeeze main contrib non-free

Re: update manager

Only thing I see is Debian Squeeze Repository is listed twice -- once for Germany and once for US.  Other than that I'd concur with the missing authentication theory.  Remember these applications don't need to be authenticated to be in the repo -- most may not be however it's reassuring when they are -- but the fact they are in Debian or CrunchBang is good enough for me.

NOTE - personally I use the German repository because it's faster!  yikes  tongue

Re: update manager

well i found some new stuff in the us version so i use that one, besides a tutorial on getting my wireless to work suggested i use it
how do i fix that missing key thing?