Why Errors occuring packages install in opensuse 12.1, also nepomuk not working !

hi , during installing opensuse 12.1 , i encountered 2 wrong digest errors, in result of which 2 packages were not installed in my operating system, (checksum error ) the details of those 2 packages are :

  1. virtuoso-server
  2. libwx_gtk2u_adv-2_8-0-stl (wxwidgets llibrary)

i want to install these packages , please tell me how ?

and secondly nepomuk is also not working, any thing related to nepomuk is not working , please tell me what to do , i’m complete newbie to linux !

On Mon, 04 Jun 2012 19:46:02 +0000, aniee7 wrote:

> hi , during installing opensuse 12.1 , i encountered 2 wrong digest
> errors, in result of which 2 packages were not installed in my operating
> system, (checksum error ) the details of those 2 packages are :
>
>
>
> - virtuoso-server - libwx_gtk2u_adv-2_8-0-stl (wxwidgets llibrary)
>
>
> i want to install these packages , please tell me how ?

A checksum error means you have a corrupted download of the file. Try
downloading the package again and see if you get a clean download.

> and secondly nepomuk is also not working, any thing related to nepomuk
> is not working , please tell me what to do , i’m complete newbie to
> linux !

You should start a separate thread for each problem. When you post your
new thread, keep in mind “not working” doesn’t tell us anything - we need
specific information about what you are doing and what happens. You may
try launching it from a terminal window to see if there’s any error
output.

Jim

Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C

On 2012-06-04 21:51, Jim Henderson wrote:
> On Mon, 04 Jun 2012 19:46:02 +0000, aniee7 wrote:

> A checksum error means you have a corrupted download of the file. Try
> downloading the package again and see if you get a clean download.

Probably bad copies of those two packages are stored locally in the system,
these have to be erased before a redownload will succeed. But I’m unsure of
where exactly the copies will be. Perhaps under /var/cache/zypp/packages.

>> and secondly nepomuk is also not working, any thing related to nepomuk
>> is not working , please tell me what to do , i’m complete newbie to
>> linux !
>
> You should start a separate thread for each problem. When you post your
> new thread, keep in mind “not working” doesn’t tell us anything - we need
> specific information about what you are doing and what happens. You may
> try launching it from a terminal window to see if there’s any error
> output.

Unless it is related to the two packages that did not install. :-?


Cheers / Saludos,

Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)

On Mon, 04 Jun 2012 22:08:06 +0000, Carlos E. R. wrote:

> On 2012-06-04 21:51, Jim Henderson wrote:
>> On Mon, 04 Jun 2012 19:46:02 +0000, aniee7 wrote:
>
>
>> A checksum error means you have a corrupted download of the file. Try
>> downloading the package again and see if you get a clean download.
>
> Probably bad copies of those two packages are stored locally in the
> system,
> these have to be erased before a redownload will succeed. But I’m unsure
> of where exactly the copies will be. Perhaps under
> /var/cache/zypp/packages.

zypper clean

That will take care of the cached packages directory. Good point, though.

>>> and secondly nepomuk is also not working, any thing related to nepomuk
>>> is not working , please tell me what to do , i’m complete newbie to
>>> linux !
>>
>> You should start a separate thread for each problem. When you post
>> your new thread, keep in mind “not working” doesn’t tell us anything -
>> we need specific information about what you are doing and what happens.
>> You may try launching it from a terminal window to see if there’s any
>> error output.
>
> Unless it is related to the two packages that did not install. :-?

I’m unfamiliar with nepomuk, certainly if it has a dependency on one of
these packages, that might be true.

But I don’t see nepomuk in any of my 12.1 repos here, so it seems that
it’s an additional installation that’s been done, which may have its own
separate issues.

Jim


Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C

On 2012-06-05 00:32, Jim Henderson wrote:
> On Mon, 04 Jun 2012 22:08:06 +0000, Carlos E. R. wrote:

> zypper clean
>
> That will take care of the cached packages directory. Good point, though.

Right now I’m unsure if zypper clean clears metadata, data, or both. In
this case we need clear data.


Cheers / Saludos,

Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)

On Tue, 05 Jun 2012 00:13:06 +0000, Carlos E. R. wrote:

> On 2012-06-05 00:32, Jim Henderson wrote:
>> On Mon, 04 Jun 2012 22:08:06 +0000, Carlos E. R. wrote:
>
>> zypper clean
>>
>> That will take care of the cached packages directory. Good point,
>> though.
>
> Right now I’m unsure if zypper clean clears metadata, data, or both. In
> this case we need clear data.

From the man page for zypper:

clean (cc) [options] [alias|name|#|URI] …
Clean the local caches for all known or specified
repositories. By default,
only caches of downloaded packages are cleaned.

-m, --metadata
Clean repository metadata cache instead of package cache.

-M, --raw-metadata
Clean repository raw metadata cache instead of package
cache.

-a, --all
Clean both repository metadata and package caches.

So clean will clean the downloaded package cache. That /should/ be
sufficient, but if it isn’t, zypper clean -a would be.

Jim


Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C

On 2012-06-05 02:26, Jim Henderson wrote:
> On Tue, 05 Jun 2012 00:13:06 +0000, Carlos E. R. wrote:

> So clean will clean the downloaded package cache. That /should/ be
> sufficient, but if it isn’t, zypper clean -a would be.

Ah, ok, I see.

Then I have to be very careful not to ever use that command, because I have
gigabytes of downloaded packages in the cache. I would have to manually
delete only whatever package were bad.

That command should ask for confirmation…


Cheers / Saludos,

Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)

On Tue, 05 Jun 2012 01:08:06 +0000, Carlos E. R. wrote:

> On 2012-06-05 02:26, Jim Henderson wrote:
>> On Tue, 05 Jun 2012 00:13:06 +0000, Carlos E. R. wrote:
>
>> So clean will clean the downloaded package cache. That /should/ be
>> sufficient, but if it isn’t, zypper clean -a would be.
>
> Ah, ok, I see.
>
> Then I have to be very careful not to ever use that command, because I
> have gigabytes of downloaded packages in the cache. I would have to
> manually delete only whatever package were bad.

Second option would be to set up a local repo. Since I have 6 openSUSE
systems here, I built a local repo so the cache doesn’t matter.

> That command should ask for confirmation…

Seems like a good candidate for a FATE or bugzilla report. :slight_smile:

Jim


Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C