Provided by: libertine-tools_1.0.0+16.04.20160411-0ubuntu1_amd64 

NAME
libertine-container-manager - Manage Libertine containers for supporting legacy X applications on Unity 8
SYNOPSIS
libertine-container-manager [ -v | -q ] command [ command_options ]
libertine-container-manager -h
libertine-container-manager command -h
DESCRIPTION
libertine-container-manager is a utility for managing Libertine containers used to support legacy X
applications on Unity 8.
It is possible to create new containers, delete containers, update containers, install new packages in a
container, remove a package from a container, search for possible packages to install, and list all of
the current containers.
OPTIONS
-q, --quiet
do not print status updates on stdout
-v, --verbose
extra verbose output
-h, --help
Print a summary of the command line options and exit.
COMMAND OVERVIEW
libertine-container-manager create [options]
Create a new Libertine container.
libertine-container-manager destroy [options]
Destroy (delete) an existing Liberine container.
libertine-container-manager install-package [options]
Install a package inside an existing Libertine container.
libertine-container-manager remove-package [options]
Remove an installed package inside an existing Libertine container.
libertine-container-manager search-cache [options]
Searches the apt cache inside an existing Libertine container for matches based on the given
search string.
libertine-container-manager update [options]
Updates the packages inside an existing Libertine container.
libertine-container-manager list [options]
Lists all existing Libertine containers.
libertine-container-manager list-apps [options]
Lists available app launchers in a container.
libertine-container-manager exec [options]
Runs an arbitrary command in the specified Libertine container.
libertine-container-manager configure [options]
Configures various options in the specified Libertine container.
COMMAND REFERENCE
libertine-container-manager create [options]
Options:
-h, --help
Prints help for this command and exits.
-i ID, --id ID
Container identifier. Required.
-t TYPE, --type TYPE
Type of Libertine container to create. Either 'lxc' or 'chroot'.
--password password
User's password for creating LXC containers. Intended for testing only.
-d DISTRO, --distro DISTRO
Ubuntu distro series to create.
-n NAME, --name NAME
User friendly container name.
--force
Force installation of unsupported distro.
-m, --multiarch
Enable i386 support.
libertine-container-manager destroy [options]
Options:
-h , --help
Prints help for this command and exits.
-i ID, --id ID
Container identifier. Default container is used if omitted.
libertine-container-manager install-package [options]
Options:
-h, --help
Prints help for this command and exits.
-i ID, --id ID
Container identifier. Default container is used if omitted.
-p PACKAGE, --package PACKAGE
Name of package to install. Required.
libertine-container-manager remove-package [options]
Options:
-h, --help
Prints help for this command and exits.
-i ID, --id ID
Container identifier. Default container is used if omitted.
-p PACKAGE, --package PACKAGE
Name of package to remove. Required.
libertine-container-manager search-cache [options]
Options:
-h, --help
Prints help for this command and exits.
-i ID, --id ID
Container identifier. Default container is used if omitted.
-s SEARCH_STRING, --search-string SEARCH_STRING
String to search for in the package cache. Required.
libertine-container-manager update [options]
Options:
-h, --help
Prints help for this command and exits.
-i ID, --id ID
Container identifier. Default container is used if omitted.
libertine-container-manager list
Options:
-h, --help
Prints help for this command and exits.
libertine-container-manager list-apps [options]
Options:
-h, --help
Prints help for this command and exits.
-i ID, --id ID
Container identifier. Default container is used if omitted.
-j, --json
Uses JSON output format.
libertine-container-manager exec [options]
Options:
-h, --help
Prints help for this command and exits.
-i ID, --id ID
Container identifier. Default container is used if omitted.
-C COMMAND, --command COMMAND
The command to be executed.
libertine-container-manager configure [options]
Options:
-h, --help
Prints help for this command and exits.
-i ID, --id ID
Container identifier. Default container is used if omitted.
-m, --multiarch
Enable i386 support.
-a ARCHIVE_NAME, --add-archive ARCHIVE_NAME
Adds an archive to the specified container. Format like "ppa:user/ppa-name".
-d ARCHIVE_NAME, --delete-archive ARCHIVE_NAME
Deletes an archive to the specified container. Format like "ppa:user/ppa-name".
SEE ALSO