Linux: Deploying a UNO Package for all users on PC

View: New views
4 Messages — Rating Filter:   Alert me  

Linux: Deploying a UNO Package for all users on PC

by Tobias Krais :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi together,

if I want to add a UNO Package I use the command:
unopkg add /tmp/myPackage.uno.pkg

But now only one user can use the package. How can I deploy the package
for all users?

Greetings, Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Parent Message unknown Re: Linux: Deploying a UNO Package for all users on PC

by Steffen Grund :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Try

unopkg add --shared /your/package

to install for all users. See documentation on unopkg for details.

Regards, Steffen

Tobias Krais wrote:

> Hi together,
>
> if I want to add a UNO Package I use the command:
> unopkg add /tmp/myPackage.uno.pkg
>
> But now only one user can use the package. How can I deploy the package
> for all users?
>
> Greetings, Tobias
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Linux: Deploying a UNO Package for all users on PC

by Mathias Supp :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Tobias,

just add "--shared"-Option as described:
 >unopkg.exe --help

using: unopkg add <options> package-path...
       unopkg remove <options> package-name...
       unopkg list <options> package-name...
       unopkg reinstall <options>
       unopkg gui
       unopkg -V
       unopkg -h

sub-commands:
 add                     add packages
 remove                  remove packages by name
 reinstall               expert feature: reinstall all deployed packages
 list                    list information about deployed packages
 gui                     raise Package Manager Graphical User Interface
(GUI)

options:
 -h, --help              this help
 -V, --version           version information
 -v, --verbose           verbose output to stdout
 -f, --force             force overwriting existing packages
 --log-file <file>       custom log file; default: <cache-dir>/log.txt
 --shared                expert feature: operate on shared installation
                                         deployment context;
                                         run only when no concurrent Office
                                         process(es) are running!
 --deployment-context    expert feature: explicit deployment context
     <context>

For details concerning deployment and this tool, please read the developer's
guide: http://api.openoffice.org/DevelopersGuide/unopkg.html

bye

Mathias

Tobias Krais schrieb:

> Hi together,
>
> if I want to add a UNO Package I use the command:
> unopkg add /tmp/myPackage.uno.pkg
>
> But now only one user can use the package. How can I deploy the package
> for all users?
>
> Greetings, Tobias
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: [SOLVED] Linux: Deploying a UNO Package for all users on PC

by Tobias Krais :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Matthias and Steffen,

> just add "--shared"-Option as described:

must have been blind... I read this often before. Sorry but thanks a lot!

Greetings, Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...