No Image

Icp das i-7188xad

СОДЕРЖАНИЕ
0
3 просмотров
07 февраля 2020

Silent installation on Windows

Silent installation is performed without any user interface. It can be used by network administrators to install IntelliJ IDEA on a number of machines and avoid interrupting other users.

To perform silent install, run the installer with the following switches:

  • : Enable silent install

  • : Specify the path to the

  • : Specify the path to the installation directory

    This parameter must be the last in the command line and it should not contain any quotes even if the path contains blank spaces.

For example:

ideaIU.exe /S /CONFIG=d:\temp\silent.config /D=d:\IDE\IntelliJ IDEA Ultimate

To check for issues during the installation process, add the switch with the log file path and name between the and parameters. The installer will generate the specified log file. For example:

ideaIU.exe /S /CONFIG=d:\temp\silent.config /LOG=d:\JetBrains\IDEA\install.log /D=d:\IDE\IntelliJ IDEA Ultimate

Install as a snap package on Linux

You can install IntelliJ IDEA as a self-contained snap package. Since snaps update automatically, your IntelliJ IDEA installation will always be up to date.

IntelliJ IDEA is distributed via two channels:

  • The stable channel includes only stable versions. To install the latest stable release of IntelliJ IDEA, run the following command:

    sudo snap install intellij-idea-ultimate –classic

    sudo snap install intellij-idea-community –classic

    sudo snap install intellij-idea-educational –classic

    The option is required because the IntelliJ IDEA snap requires full access to the system, like a traditionally packaged application.

  • The edge channel includes EAP builds. To install the latest EAP build of IntelliJ IDEA, run the following command:

    sudo snap install intellij-idea-ultimate –classic –edge

    sudo snap install intellij-idea-community –classic –edge

    sudo snap install intellij-idea-educational –classic –edge

When the snap is installed, you can launch it by running the , , or command.

To list all installed snaps, run . For information about other snap commands, see the Snapcraft documentation.

Список источников

  • www.jetbrains.com

Похожие статьи

Комментировать
0
3 просмотров

Если Вам нравятся статьи, подпишитесь на наш канал в Яндекс Дзене, чтобы не пропустить свежие публикации. Вы с нами?

Adblock
detector