Fresh Install: "The following 6 package updates will NOT be installed:"?

Hi,

In the process of setting up openSUSE Tumbleweed KDE 64Bit on another desktop.

Everything was ok, then I did below:
https://forums.opensuse.org/showthread.php/523476-Multimedia-Guide-for-openSUSE-Tumbleweed

And now I get an error message when updating:

jlp@new-host-5:~> su
Password: 
new-host-5:/home/jlp # zypper update
Loading repository data...
Reading installed packages...

The following 6 package updates will NOT be installed:
  libgstphotography-1_0-0 libquicktime0 libxine2-pulse vlc-codec-gstreamer
  vlc-lang vlc-vdpau

Nothing to do.
new-host-5:/home/jlp # 

Any ideas on how to fix the above?
Let me know, thanks!

Jesse

Try:


zypper update --allow-vendor-change --dry-run

That won’t actually do anything, because of the “–dry-run”. But it will tell you more about what is going on.

There’s probably a later version of those packages in a different repo, but the default vendor-sticky behavior is preventing the update.

Hi,

Sorry, got it working.
Missed a step in the KDE screenshot at the bottom.
http://paste.opensuse.org/92222495
(had to click on link to switch at top)

Thanks!

Jesse

Hi,

Thought everything was ok, but after reboot I get an error:
“Signature verification for Repository libdvdcss failed”

“zypper update” is ok now though…

Jesse

Good to hear. And yes, I wondered whether you had done that repo switch.

I don’t know about repo libdvdcss, except that the one package I installed from there almost never updates.

Hi
On Tumbleweed there is no update (or you using the YaST GUI?) it’s distribution upgrade, if you use the command line and ‘zypper -vvv dup’ you will glean more information.

I’m assuming you have added the community repository for libdvdcss2?

jlp@new-host-5:~> su
Password: 
new-host-5:/home/jlp # zypper -vvv dup
Verbosity: 3
Initializing Target
Checking whether to refresh metadata for NVIDIA
Retrieving: https://download.nvidia.com/opensuse/tumbleweed/repodata/repomd.xml ........[done]
Checking whether to refresh metadata for Main Repository (NON-OSS)
Retrieving: http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml ...[done]
Retrieving: http://download.opensuse.org/tumbleweed/repo/non-oss/media.1/media .........[done]
Checking whether to refresh metadata for Main Repository (OSS)
Retrieving: http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml .......[done]
Retrieving: http://download.opensuse.org/tumbleweed/repo/oss/media.1/media .............[done]
Checking whether to refresh metadata for Main Update Repository
Retrieving: http://download.opensuse.org/update/tumbleweed/repodata/repomd.xml .........[done]
Checking whether to refresh metadata for libdvdcss
Retrieving: http://opensuse-guide.org/repo/openSUSE_Tumbleweed/repodata/repomd.xml .....[done]
Checking whether to refresh metadata for packman
Retrieving: http://packman.inode.at/suse/openSUSE_Tumbleweed/repodata/repomd[done (1.3 KiB/s)]
Loading repository data...
Reading installed packages...
Warning: You are about to do a distribution upgrade with all enabled repositories. Make sure these repositories are compatible before you continue. See 'man zypper' for more information about this command.
Computing distribution upgrade...
Force resolution: No
Computing upgrade...

Nothing to do.
new-host-5:/home/jlp # 

screenshot of error is below:

http://fallenangelsoftware.com/stuff/files/4Stuff/Tumbleweed_Update_Error-01.png

Hi,

Think I solved the issue with below:

su
zypper clean -a
zypper ref

Moving forward with setup on second desktop…
Thanks!

Jesse