install SpiderOakOne package ...

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
jsfarinet
Posts: 305
Joined: 23. Nov 2014, 07:32

install SpiderOakOne package ...

Post 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
DidierSpaier
Posts: 539
Joined: 20. Jun 2016, 20:15

Re: install SpiderOakOne package ...

Post 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".
User avatar
jsfarinet
Posts: 305
Joined: 23. Nov 2014, 07:32

Re: install SpiderOakOne package ...

Post 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(?) ...)
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: install SpiderOakOne package ...

Post by mimosa »

It is generally better to use spkg.
Post Reply