Page 1 of 1

install SpiderOakOne package ...

Posted: 16. Nov 2016, 14:50
by jsfarinet
I had problems to install 'SpiderOakONE-6.1.5-x86_64-1.tgz' using

Code: Select all

sudo spi -i SpiderOakONE-6.1.5-x86_64-1.tgz
. With installpkg it went fine - and i do not understand the reason why (btw, is that a problem that i used the slackware command?).

TIA

Re: install SpiderOakOne package ...

Posted: 16. Nov 2016, 15:11
by DidierSpaier
spi is for downloading and (possibly building then) installing a package from a repository. To do that you would write:

Code: Select all

sudo spi -i SpiderOakONE
in other words, use the base name of the package, not the path to the file.

But if you want to install a package that you have stored locally, use "spkg" not "spi". In this case you would write:

Code: Select all

sudo spkg -i SpiderOakONE-6.1.5-x86_64-1.tgz
Also, bear in mind that spi can get automatically the missing dependencies, which spkg does not (it behaves the same way as installpkg in that respect). So, if you use spkg you will have to take care of the dependencies yourself.

To know more, as usual, type in a terminal "man spi" and "man spkg".

Re: install SpiderOakOne package ...

Posted: 16. Nov 2016, 15:34
by jsfarinet
Thanks a lot for the explanation! Package management is allways and all over a bit different ;)
(Having used installpkg is not a problem, i presume(?) ...)

Re: install SpiderOakOne package ...

Posted: 16. Nov 2016, 20:29
by mimosa
It is generally better to use spkg.