.rpm File does not install

I’m using OpenSuse 13.2 64 bit

When I try to install the program SpiderOak with “SpiderOak-5.2.0-1.x86_64.rpm” from the site https://spideroak.com/opendownload
When I click in the file .rmp, appear normal installation screens until the last saying “File was installed successfully” but in reality does not install anything.

What could be happening?

Thanks in advance.

On 2015-07-14 00:26, sergelli wrote:
>
> I’m using OpenSuse 13.2 64 bit
>
> When I try to install the program SpiderOak with
> “SpiderOak-5.2.0-1.x86_64.rpm” from the site
> https://spideroak.com/opendownload
> When I click in the file .rmp, appear normal installation screens until
> the last saying “File was installed successfully” but in reality does
> not install anything.
>
> What could be happening?

Impossible to know.

Why don’t you open a terminal in the directory where the rpm is, and
install it using rpm, yast, or zypper?


su
yast sw_single package.rpm


Cheers / Saludos,

Carlos E. R.

(from 13.1 x86_64 “Bottle” (Minas Tirith))

My God !!
This has medicine?


linux-kdup:/home/sergio/Downloads/spideOak # rpm -i SpiderOak-5.2.0-1.x86_64.rpm
warning: SpiderOak-5.2.0-1.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 87271cbf: NOKEY
error: Failed dependencies:
        libc.so.6()(64bit) is needed by SpiderOak-1:5.2.0-1.x86_64
        libc.so.6(GLIBC_2.2.5)(64bit) is needed by SpiderOak-1:5.2.0-1.x86_64
        libc.so.6(GLIBC_2.3)(64bit) is needed by SpiderOak-1:5.2.0-1.x86_64
        libc.so.6(GLIBC_2.4)(64bit) is needed by SpiderOak-1:5.2.0-1.x86_64
        libdl.so.2()(64bit) is needed by SpiderOak-1:5.2.0-1.x86_64
        libdl.so.2(GLIBC_2.2.5)(64bit) is needed by SpiderOak-1:5.2.0-1.x86_64
        libgcc_s.so.1()(64bit) is needed by SpiderOak-1:5.2.0-1.x86_64
        libgcc_s.so.1(GCC_3.0)(64bit) is needed by SpiderOak-1:5.2.0-1.x86_64
        libm.so.6()(64bit) is needed by SpiderOak-1:5.2.0-1.x86_64
        libm.so.6(GLIBC_2.2.5)(64bit) is needed by SpiderOak-1:5.2.0-1.x86_64
        libpthread.so.0()(64bit) is needed by SpiderOak-1:5.2.0-1.x86_64
        libpthread.so.0(GLIBC_2.2.5)(64bit) is needed by SpiderOak-1:5.2.0-1.x86_64
        libpthread.so.0(GLIBC_2.3.2)(64bit) is needed by SpiderOak-1:5.2.0-1.x86_64
        librt.so.1()(64bit) is needed by SpiderOak-1:5.2.0-1.x86_64
        libz.so.1()(64bit) is needed by SpiderOak-1:5.2.0-1.x86_64

On 2015-07-14 01:36, sergelli wrote:

> My God !!
> This has medicine?

Use yast… :slight_smile:

Your machine and OS are 64 bits?


Cheers / Saludos,

Carlos E. R.

(from 13.1 x86_64 “Bottle” (Minas Tirith))

Thanks, Carlos
Yes. My machine and OS are 64 bits.
But, how is the sintax of yast?

Please post the output of;
**uname -m

Also you should never install .rpms directly with the command but instead use zypper so it’ll take care of the dependencies, like this:
****sudo zypper in /path/to/SpiderOak-5.2.0-1.x86_64.rpm
**
Adjust path to where the file is located, zypper needs to be pointed to the file itself.

On 2015-07-14 12:26, sergelli wrote:

> Yes. My machine and OS are 64 bits.
> But, how is the sintax of yast?

I wrote it in my first post here.


Cheers / Saludos,

Carlos E. R.

(from 13.1 x86_64 “Bottle” (Minas Tirith))

On 2015-07-14 12:26, sergelli wrote:

> Yes. My machine and OS are 64 bits.

It doesn’t look like it is…

Please post the output of “uname -a”.


Cheers / Saludos,

Carlos E. R.

(from 13.1 x86_64 “Bottle” (Minas Tirith))

Hi Carlos & Mioku


sergio@linux-kdup:~/Downloads/spideOak> uname -a
Linux linux-kdup 3.16.7-21-desktop #1 SMP PREEMPT Tue Apr 14 07:11:37 UTC 2015 (93c1539) i686 i686 i386 GNU/Linux


Hi Mioku



sergio@linux-kdup:~/Downloads/spideOak> uname -m
i686

sergio@linux-kdup:~/Downloads/spideOak> sudo zypper in /home/sergio/Downloads/spideOak/SpiderOak-5.2.0-1.x86_64.rpm
Loading repository data...
Reading installed packages...
'_tmpRPMcache_:SpiderOak=1:5.2.0-1' not found in package names. Trying capabilities.
No provider of '_tmpRPMcache_:SpiderOak=1:5.2.0-1' found.
Resolving package dependencies...

Nothing to do.

Your operating system is 32bit, it says i386 / i686 there instead of x86_64.

That is why you cannot install the rpm properly, you need to acquire a 32bit rpm.

Again … my god !!

I downloaded and installed oOpenSuse 13.2 64 bits (I think)
You mean here is all wrong?

On 2015-07-15 02:36, sergelli wrote:

> I downloaded and installed oOpenSuse 13.2 64 bits (I think)
> You mean here is all wrong?

Run “cat /etc/os-release” and you will make sure what you have…


Cheers / Saludos,

Carlos E. R.

(from 13.1 x86_64 “Bottle” (Minas Tirith))

Here’s the output of “uname -a” on a 64-bit system:


Linux nwr2 3.16.7-21-desktop #1 SMP PREEMPT Tue Apr 14 07:11:37 UTC 2015 (93c1539) x86_64 x86_64 x86_64 GNU/Linux

Compare that with your output.

Thank you,

You were right, my system is 32.
I download the version 32 of SpiderOak and installation has occurred normally.

I’m still a bit confused.
One more question:
The command “uname” is reporting about the software or the hardware?

See here:
https://forums.opensuse.org/showthread.php/506488-Failed-dependencies?p=2702999#post2702999

Funny enough, that thread was also about installing SpiderOak… :wink:

Oh God … And that makes less than three months.
Sorry. My recent memory is failing a lot. This is sad.:frowning:
Still, thank you for your patience.