{
// package install options
String libraryPath = installContext_.getWriteableLibraryPaths().get(
libraryListBox_.getSelectedIndex());
boolean installDependencies = installDependenciesCheckBox_.getValue();
PackageInstallOptions options = PackageInstallOptions.create(
installFromRepository(),
libraryPath,
installDependencies);
if (installFromRepository())