Zypper Vs YaST2

I seem to have very little updates when I do

zypper up

but when I go into the update manager via YaST2 I have a ton more. How can I get all these updates with zypper? Maybe I am misunderstanding something, but I thought they did the same thing?

http://i.imgur.com/MSTJojE.png
http://i.imgur.com/OAdcGxx.png

Ah, I found the answer. “Patches, I could use some stinkin’ patches!”

Yep, there is a difference between packages and patches, and it looks like both need to be updated.

https://en.opensuse.org/SDB:Zypper_usage#Listing_needed_patches

So, I need to do

zypper patch
zypper up

Does this look correct or is there a way to do it all-in-one?

Although there is a difference between packages and patches, “zypper up” should install the patches as well (in the end they are just normal packages with a higher version number).
So there seems to be something wrong with your system.

Please post the output of “zypper lr -u”.

#  | Alias                             | Name                                    | Enabled | Refresh | URI                                                                                                                                                                     ---+-----------------------------------+-----------------------------------------+---------+---------+----------------------------------------------------------------------------                                                                                             
 1 | download.opensuse.org-Extra       | openSUSE BuildService - KDE:Extra       | Yes     | Yes     | http://download.opensuse.org/repositories/KDE:/Extra/openSUSE_12.3/                                                                                                     
 2 | download.opensuse.org-UpdatedApps | openSUSE BuildService - KDE:UpdatedApps | Yes     | Yes     | http://download.opensuse.org/repositories/KDE:/UpdatedApps/openSUSE_12.3/                                                                                               
 3 | ftp.gwdg.de-suse                  | Packman Repository                      | Yes     | Yes     | http://ftp.gwdg.de/pub/linux/packman/suse/openSUSE_12.3/                                                                                                                
 4 | google-chrome                     | google-chrome                           | Yes     | Yes     | http://dl.google.com/linux/chrome/rpm/stable/x86_64                                                                                                                     
 5 | home:garminplugin                 | home:garminplugin                       | Yes     | Yes     | http://download.opensuse.org/repositories/home:/garminplugin/openSUSE_12.3/                                                                                             
 6 | repo-debug                        | openSUSE-12.3-Debug                     | No      | Yes     | http://download.opensuse.org/debug/distribution/12.3/repo/oss/                                                                                                          
 7 | repo-debug-update                 | openSUSE-12.3-Update-Debug              | No      | Yes     | http://download.opensuse.org/debug/update/12.3/                                                                                                                         
 8 | repo-debug-update-non-oss         | openSUSE-12.3-Update-Debug-Non-Oss      | No      | Yes     | http://download.opensuse.org/debug/update/12.3-non-oss/                                                                                                                 
 9 | repo-non-oss                      | openSUSE-12.3-Non-Oss                   | Yes     | Yes     | http://download.opensuse.org/distribution/12.3/repo/non-oss/                                                                                                            
10 | repo-oss                          | openSUSE-12.3-Oss                       | Yes     | Yes     | http://download.opensuse.org/distribution/12.3/repo/oss/                                                                                                                
11 | repo-source                       | openSUSE-12.3-Source                    | No      | Yes     | http://download.opensuse.org/source/distribution/12.3/repo/oss/                                                                                                         
12 | repo-update                       | openSUSE-12.3-Update                    | Yes     | Yes     | http://download.opensuse.org/update/12.3/                                                                                                                               
13 | repo-update-non-oss               | openSUSE-12.3-Update-Non-Oss            | Yes     | Yes     | http://download.opensuse.org/update/12.3-non-oss/     

Looks fine.

So maybe those packages are locked?
Could you please post the file /etc/zypp/locks?

Did you install those updates now already?
If not, what output do you get if you call “sudo zypper -v in kdenetwork4-filesharing-4.10.3”?

Unfortunately I did the updates already. I will post that when I get home today.

You found a bug -> https://bugzilla.novell.com/show_bug.cgi?id=825149