I am using openSUSE 12.3 (64-bit) with the KDE desktop environment.
Apper signals that there is a new update called “openSUSE-2013-467 - KDE
4.10.3 version update”.
When I click on the Apply button, I get a message stating that a package
dependency could not be found. That package dependency turns out to be
kde4-kwin.
I launched YaST and did a search under Software Management for
“kde4-kwin” but nothing is found.
How do I solve this situation? I am not much of an expert in these things.
Unless you’re involved in openSUSE development, you can remove the bold ones. Since zypper ran properly and updated your system, can we assume the issue no longer exists?
On 06/16/2013 05:11 PM, tb75252 pecked at the keyboard and wrote:
> On 06/15/2013 11:06 PM, caf4926 wrote:
>>
>>
>> I don’t use apper and have it disabled.
>>
>> I just do: zypper up
>>
>>
>
> Thanks I think I solved the kde4-kwin issue.
>
> What is the advantage of
> Code:
> --------------------
>
> zypper up
>
> --------------------
> as opposed to letting Apper run?
>
> I jut run the above code and here is what I got:
> Code:
> --------------------
>
> # zypper up
> Loading repository data…
> Reading installed packages…
>
> The following package updates will NOT be installed:
> gstreamer-0_10-plugins-ugly gstreamer-0_10-plugins-ugly-lang
> libprojectM2 monodevelop projectM
>
> Nothing to do.
>
> --------------------
> So… what is the deal with this gstreamer thing? (I know very little
> about Linux!)
>
> Thanks.
In this case it means that there is a newer version available but it is
in a repo that is different then the one it is installed from.
> In this case it means that there is a newer version available but it is
> in a repo that is different then the one it is installed from.
>
> Use
>
>
>
> zypper -v in gstreamer-0_10-plugins-ugly
>
>
For a better explanation.
Ken
This is what I get:
# zypper -v in gstreamer-0_10-plugins-ugly
Verbosity: 1
Non-option program arguments: 'gstreamer-0_10-plugins-ugly'
Initializing Target
Checking whether to refresh metadata for openSUSE-12.3-Non-Oss
Retrieving: content
......................................................................................................................................................................................................................................................[done]
Retrieving: media
........................................................................................................................................................................................................................................................[done]
Checking whether to refresh metadata for openSUSE-12.3-Oss
Retrieving: content
......................................................................................................................................................................................................................................................[done]
Retrieving: media
........................................................................................................................................................................................................................................................[done]
Checking whether to refresh metadata for openSUSE-12.3-Update
Retrieving: repomd.xml
...................................................................................................................................................................................................................................................[done]
Checking whether to refresh metadata for openSUSE-12.3-Update-Non-Oss
Retrieving: repomd.xml
...................................................................................................................................................................................................................................................[done]
Loading repository data...
Reading installed packages...
Force resolution: No
'gstreamer-0_10-plugins-ugly' is already installed.
There is an update candidate for 'gstreamer-0_10-plugins-ugly', but it
is from different vendor. Use 'zypper install
gstreamer-0_10-plugins-ugly-0.10.19-7.1.2.x86_64' to install this candidate.
Resolving package dependencies...
Force resolution: No
Is it advisable to install this new version of gstreamer? And why does
it have “ugly” as part of its name??
On 06/16/2013 06:56 PM, tb75252 pecked at the keyboard and wrote:
> On 06/16/2013 05:00 PM, Ken Schneider wrote:
>
>> In this case it means that there is a newer version available but it is
>> in a repo that is different then the one it is installed from.
>>
>> Use
>>
>>
>>
>> zypper -v in gstreamer-0_10-plugins-ugly
>>
>>
For a better explanation.
Ken
This is what I get:
> # zypper -v in gstreamer-0_10-plugins-ugly
> Verbosity: 1
> Non-option program arguments: 'gstreamer-0_10-plugins-ugly'
> Initializing Target
> Checking whether to refresh metadata for openSUSE-12.3-Non-Oss
> Retrieving: content
> ......................................................................................................................................................................................................................................................[done]
> Retrieving: media
> ........................................................................................................................................................................................................................................................[done]
> Checking whether to refresh metadata for openSUSE-12.3-Oss
> Retrieving: content
> ......................................................................................................................................................................................................................................................[done]
> Retrieving: media
> ........................................................................................................................................................................................................................................................[done]
> Checking whether to refresh metadata for openSUSE-12.3-Update
> Retrieving: repomd.xml
> ...................................................................................................................................................................................................................................................[done]
> Checking whether to refresh metadata for openSUSE-12.3-Update-Non-Oss
> Retrieving: repomd.xml
> ...................................................................................................................................................................................................................................................[done]
> Loading repository data...
> Reading installed packages...
> Force resolution: No
> 'gstreamer-0_10-plugins-ugly' is already installed.
> There is an update candidate for 'gstreamer-0_10-plugins-ugly', but it
> is from different vendor. Use 'zypper install
> gstreamer-0_10-plugins-ugly-0.10.19-7.1.2.x86_64' to install this
> candidate.
> Resolving package dependencies...
> Force resolution: No
>
>
> Is it advisable to install this new version of gstreamer? And why
> does it have “ugly” as part of its name??
As to why it has the word ugly in the name you’ll have to ask the packager.
As you can see from the output the update is from a different vendor. If
you are not having any problems with gstreamer-plugins I would just
ignore the message about the updates. I have many packages on both of my
machines that have newer versions available from other repos but as long
as I don’t have problems I leave them alone. YMMV
And since this package is in the OSS and Packman repos the newer one is
probably from the packman repo but that is just a guess.
>
> As to why it has the word ugly in the name you’ll have to ask the packager.
> As you can see from the output the update is from a different vendor. If
> you are not having any problems with gstreamer-plugins I would just
> ignore the message about the updates. I have many packages on both of my
> machines that have newer versions available from other repos but as long
> as I don’t have problems I leave them alone. YMMV
> And since this package is in the OSS and Packman repos the newer one is
> probably from the packman repo but that is just a guess.
>
> Ken
Got it! Thanks, Ken.