Correct universal way of building/installing SBo package in batch mode?
by FlinchX from LinuxQuestions.org on (#51K1D)
I am trying to avoid doing sqg -a for the whole SBo repository, because it's time consuming.
Some packages have dependencies, others don't.
My goal is to install a single package in batch mode, so my input data is an "APPNAME" string.
Do I just need to do
Code:sqg -p APPNAME
sbopkg -i APPNAMEand it'll be smart enough to generate the queue if there are dependencies, then use the queue rather than the package name if there's one?


Some packages have dependencies, others don't.
My goal is to install a single package in batch mode, so my input data is an "APPNAME" string.
Do I just need to do
Code:sqg -p APPNAME
sbopkg -i APPNAMEand it'll be smart enough to generate the queue if there are dependencies, then use the queue rather than the package name if there's one?