tis-intellij-idea-community icon

IntelliJ IDEA Community

Silent install package for IntelliJ IDEA Community

2025.1.1.1-2
Development
Development

  • package: tis-intellij-idea-community
  • name: IntelliJ IDEA Community
  • version: 2025.1.1.1-2
  • categories: Development
  • maintainer: WAPT Team,Tranquil IT,Flavien SCHELFAUT
  • editor: JetBrains
  • licence: Freemium
  • locale: all
  • target_os: windows
  • impacted_process: idea64,idea,jetbrains_client64,jetbrains_client
  • architecture: x64
  • signature_date:
  • size: 9.13 Ko
  • installed_size: 3.37 Go
  • homepage : https://www.jetbrains.com/webstorm/
  • depends:

package           : tis-intellij-idea-community
version           : 2025.1.1.1-2
architecture      : x64
section           : base
priority          : optional
name              : IntelliJ IDEA Community
categories        : Development
maintainer        : WAPT Team,Tranquil IT,Flavien SCHELFAUT
description       : IntelliJ IDEA Community is an integrated development environment (IDE) written in Java for developing computer software written in Java, Kotlin, Groovy, and other JVM-based languages
depends           : tis-intellij-idea
conflicts         : 
maturity          : PROD
locale            : all
target_os         : windows
min_wapt_version  : 2.4
sources           : 
installed_size    : 3366191772
impacted_process  : idea64,idea,jetbrains_client64,jetbrains_client
description_fr    : IntelliJ IDEA Community est un environnement de développement intégré (IDE) écrit en Java pour développer des logiciels écrits en Java, Kotlin, Groovy et autres langages basés sur la JVM
description_pl    : IntelliJ IDEA Community to zintegrowane środowisko programistyczne (IDE) napisane w języku Java do tworzenia oprogramowania komputerowego napisanego w językach Java, Kotlin, Groovy i innych językach opartych na JVM
description_de    : IntelliJ IDEA Community ist eine in Java geschriebene integrierte Entwicklungsumgebung (IDE) für die Entwicklung von Computersoftware, die in Java, Kotlin, Groovy und anderen JVM-basierten Sprachen geschrieben wurde
description_es    : IntelliJ IDEA Community es un entorno de desarrollo integrado (IDE) escrito en Java para desarrollar software informático escrito en Java, Kotlin, Groovy y otros lenguajes basados en JVM
description_pt    : O IntelliJ IDEA Community é um ambiente de desenvolvimento integrado (IDE) escrito em Java para desenvolver software de computador escrito em Java, Kotlin, Groovy e outras linguagens baseadas em JVM
description_it    : IntelliJ IDEA Community è un ambiente di sviluppo integrato (IDE) scritto in Java per lo sviluppo di software informatico scritto in Java, Kotlin, Groovy e altri linguaggi basati su JVM
description_nl    : IntelliJ IDEA Community is een geïntegreerde ontwikkelomgeving (IDE) geschreven in Java voor het ontwikkelen van computersoftware geschreven in Java, Kotlin, Groovy en andere JVM-gebaseerde talen
description_ru    : IntelliJ IDEA Community - это интегрированная среда разработки (IDE), написанная на Java и предназначенная для разработки программного обеспечения на Java, Kotlin, Groovy и других языках, основанных на JVM
audit_schedule    : 
editor            : JetBrains
keywords          : intellij,idea,ide,integrated,development,environment
licence           : Freemium
homepage          : https://www.jetbrains.com/webstorm/
package_uuid      : da068639-2f5f-4407-b49c-cecee3182e3d
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 10
max_os_version    : 
icon_sha256sum    : 9f31eb1ae0060823265242b972a22055f243876f8a1740fbe88dcce3afc70a73
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date    : 2026-05-24T09:00:31.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature         : ml5dUjFzsDG0iJXfAgBtc5X3dx6o+0lJd32Fo96Eo/Gk0J4ii2QXN8Er7Tp4IHI6JAqpRRHvJ/X6pmP5oDFuY4zdBWyZr+4hdbJ0zQ5zAxcFsv4iyUNImte1WH0DR/u20zsE7M3SISkoY5m+o5syHGwiyzXWXRAUiobazMaUC4EXALfG5oybMgyoN7+ZQrW+jnHWSvbBJ4cTI4gaSfgMvLILqAto5JkXykH/4X1Qu7tQTUu16nUtQkkH96zjVot+UBxi8kim5MW0RFAT0g76jkajt20JG1i/+aagAm7c3XL7dtLD6hpNeqbIbyxth2mXw83V+VxQv/oLA6Ezzitbsw==

# -*- coding: utf-8 -*-
from setuphelpers import *

#
# Silent Conf: https://www.jetbrains.com/help/idea/installation-guide.html#silent-config
#

def install():

    print('Intellij Community and Professional is now one unified product !')

    # Uninstalling older versions of the software
    for to_uninstall in installed_softwares("IntelliJ IDEA Community Edition"):
        print("Removing: %s (%s)" % (to_uninstall["name"], to_uninstall["version"]))
        killalltasks(ensure_list(control.impacted_process))
        run(uninstall_cmd(to_uninstall["key"]))
        wait_uninstallkey_absent(to_uninstall["key"])

    if WAPT.is_installed(control.package, include_errors=True):
	    WAPT.forget_packages(control.package)

# -*- coding: utf-8 -*-
from setuphelpers import *



def update_package():
    pass

38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
04ac6de70ac3e303fc270c72b0d9eeb2e576a6f3c917f70e84d5d8117e0ce206 : WAPT/control
9f31eb1ae0060823265242b972a22055f243876f8a1740fbe88dcce3afc70a73 : WAPT/icon.png
a81b0ecdef055c25048c62a8240c7db62add0ece6b48bae97366bafa4938697b : luti.json
77adeb80111e9f8a68ef7acf1f48ab2602ebb700f62a704c0a29be0df7e930c9 : setup.py
532b16a6dbae61b78273adbe74e8ccd8b0cc89081d58b2cc146a22ce19cc88cb : silent.conf
0006eac35086626c8ef0833f8df93679a0b6cb83af3786dcc0af5d888188c22a : update_package.py