For the past two or three weeks I have seen these potential updates not being installed on my openSUSE Tumbleweed installation on my Lenovo X220:
The following 7 package updates will NOT be installed:
gtk3-data gtk3-immodule-amharic gtk3-immodule-inuktitut gtk3-immodule-thai
gtk3-immodule-vietnamese libgtk-3-0 timezone-java
I’m wondering if this is normal? Is there something I need to do to push these through? Any help would be greatly appreciated.
This happens when some packages are available in more than one of your configured repos.
zypper doesn’t switch packages to versions from other repos automatically by default, it just tells you that a “higher” version (which might just have a different rebuild count, which is actually irrelevant when comparing packages between different repos) is available.
In the end you have to decide yourself on a case-by-case basis from which repo you want those packages. Use e.g. YaST’s “Versions” tab for that.
There is no general advise possible here, and nothing that’s “needed” to be done in general.
Btw, why do you even have additional repos when using Tumbleweed? You get the latest versions of all packages via the standard Tumbleweed repo anyway, those gtk3 packages in particular.
Maybe post your repo list:
zypper lr -d
And you should actually use “zypper dup” to keep your system up-to-date.
For “zypper up” (or “zypper update”) it is common to see something similar to what you are seeing. It can happen, for example, if the latest version of a package is in the Packman repo, and your installed version is in the main oss repo. “zypper up” won’t switch repos. But “zypper dup” will switch repos.
On 02/26/2015 09:26 AM, boblmartens wrote:
>
> For the past two or three weeks I have seen these potential updates not
> being installed on my openSUSE Tumbleweed installation on my Lenovo
> X220:
>
> Code:
> --------------------
> The following 7 package updates will NOT be installed:
> gtk3-data gtk3-immodule-amharic gtk3-immodule-inuktitut gtk3-immodule-thai
> gtk3-immodule-vietnamese libgtk-3-0 timezone-java
> --------------------
>
> I’m wondering if this is normal? Is there something I need to do to push
> these through? Any help would be greatly appreciated.
>
>
Are you using dup or up with zypper? You should be using dup.
This is (presumably) a left-over from the old Tumbleweed, and is in fact the 13.2 update repo.
You should not have it when using the new Tumbleweed.
The Tumbleweed update repo URL is http://download.opensuse.org/update/tumbleweed/ .