GroupWise 8 On LINUX
Hi All,
can anybody tell me how i can do silent installation of GroupWise On Linux?
thanks,
krishanu
can anybody tell me how i can do silent installation of GroupWise On Linux?
thanks,
krishanu
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
pjgeutjens
13 years ago
From my linux experience, which is OK but pretty much only comes from non-professional use (as in not for my job)
which linux flavor would this be? More importantly using which package manager?
if you're looking to compile from source, i'd say
./configure
make && make install
Otherwise, as stated above, I guess it depends on which form the package has (rpm,deb,...)
EDIT: Did some reading on this soft, and it looks like it comes in the form of an RPM that you can download, so I'd say rpm -i --quiet <RPM file> is a good place to start...
PJ
which linux flavor would this be? More importantly using which package manager?
if you're looking to compile from source, i'd say
./configure
make && make install
Otherwise, as stated above, I guess it depends on which form the package has (rpm,deb,...)
EDIT: Did some reading on this soft, and it looks like it comes in the form of an RPM that you can download, so I'd say rpm -i --quiet <RPM file> is a good place to start...
PJ
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.