PyCharm Community
Paquet d’installation silencieuse pour PyCharm Community
2024.2.2-3
Development
Development
Les paquets PREPROD sont des paquets construits via LUTI.
Ils restent généralement 5 jours en PREPROD, après quoi un scan VirusTotal est effectué.
Si le paquet réussit ce dernier contrôle, il est promu en PROD et publié sur le store.
- package: tis-pycharm-community
- name: PyCharm Community
- version: 2024.2.2-3
- categories: Development
- maintainer: WAPT Team,Jimmy PELÉ,Jordan ARNAUD
- editor: JetBrains
- licence: Freemium
- locale: all
- target_os: debian_based
- impacted_process: pycharm64.exe,pycharm.exe
- architecture: x64
- signature_date:
- size: 8.04 Ko
- installed_size: 697.25 Mo
- homepage : https://www.jetbrains.com/pycharm/
- depends:
package : tis-pycharm-community
version : 2024.2.2-3
architecture : x64
section : base
priority : optional
name : PyCharm Community
categories : Development
maintainer : WAPT Team,Jimmy PELÉ,Jordan ARNAUD
description : PyCharm is an integrated development environment (IDE) used in computer programming, specifically for the Python language
depends : tis-pycharm
conflicts :
maturity : PREPROD
locale : all
target_os : debian_based
min_wapt_version : 2.3
sources : https://download.jetbrains.com/python/pycharm-community-2022.2.exe
installed_size : 697249792
impacted_process : pycharm64.exe,pycharm.exe
description_fr : PyCharm est un environnement de développement intégré utilisé pour programmer en Python
description_pl : PyCharm jest zintegrowanym środowiskiem programistycznym (IDE) używanym w programowaniu komputerowym, w szczególności dla języka Python
description_de : PyCharm ist eine integrierte Entwicklungsumgebung (IDE) für die Computerprogrammierung, insbesondere für die Sprache Python
description_es : PyCharm es un entorno de desarrollo integrado (IDE) utilizado en la programación informática, específicamente para el lenguaje Python
description_pt : PyCharm é um ambiente de desenvolvimento integrado (IDE) utilizado na programação de computadores, especificamente para a linguagem Python
description_it : PyCharm è un ambiente di sviluppo integrato (IDE) utilizzato nella programmazione informatica, in particolare per il linguaggio Python
description_nl : PyCharm is een geïntegreerde ontwikkelingsomgeving (IDE) die wordt gebruikt bij computerprogrammering, specifiek voor de taal Python
description_ru : PyCharm - это интегрированная среда разработки (IDE), используемая в компьютерном программировании, в частности, для языка Python
audit_schedule :
editor : JetBrains
keywords : pycharm,ide,integrated,development,environment
licence : Freemium
homepage : https://www.jetbrains.com/pycharm/
package_uuid : b551c424-b3ef-4d8d-87de-5513e9dd4bae
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : d8e61e0d3d8c4e15ebb79b689f55a3239d4e1d6fde9f867acb9c0b3d2ccee678
signer : test
signer_fingerprint: b82fc8ef4a4475c0f69ac168176c2bfc58f572eb716c4eadd65e4785c155dd8e
signature_date : 2025-11-24T13:40:46.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 : Ppe+HpDG2FkTGHZe/MswTAEa/pCgwoTPgPdKK7amZLHXdjmWBcKVLtAUTm42DYh0xNy31i9A1UltbcQlt01PsQdPPVLqN/6k6Gn9PcgKyBhpMdM3vdYq1/gyd1aBDbjD5P99iEzoE7L3DqV06/gSm4fdG2GmKmlkmC8osu79OdzKS2SUGAbaz66V0TBWvZSbjK4QSxdJlDTuwWhIVxp7b6jIYgkENBTe+q9urIls7xZQIAqrWPnuRiWBs174TyTruMQPJ5gjGoZxyBQdooOhFUqd7maARmymqWi1EUCpSx734e5eUubSNgKW869sADVWCLwDOgmQldRihuDAPYDHNA==
# -*- coding: utf-8 -*-
from setuphelpers import *
bin_path = makepath("/", "usr", "local", "bin")
app_path = "/opt/pycharm_community"
def install():
print('PyCharm Community and Professional is now one unified product !')
# Removing of symlink
if isfile(f"{bin_path}/pycharm_community"):
remove_file(f"{bin_path}/pycharm_community")
# Removing of the software
if isdir(app_path):
remove_tree(app_path)
if WAPT.is_installed(control.package, include_errors=True):
WAPT.forget_packages(control.package)
# -*- coding: utf-8 -*-
from setuphelpers import *
def update_package():
pass
01ca7fe94636e5a08fcb73849d3b5df25d51e2c82f4dd1a08f01798b25899819 : WAPT/certificate.crt
25f48260b1e93343e2a8e2aead794fe3f714dfc38e1c21c9e99c9c9829310fe2 : WAPT/control
d8e61e0d3d8c4e15ebb79b689f55a3239d4e1d6fde9f867acb9c0b3d2ccee678 : WAPT/icon.png
37c9ba3388f57b92886ac9ff6977e81b7826904cf6d83d91a0ed2a632808a3ac : luti.json
c5882c6fe24ba1c0e6bc02500ecfe89212d8634f05aa4aa1210136e4b8a229da : setup.py
c4f31592dae660b71309f53ac1397a1e7b4abd622c575e41428779c8020730a3 : update_package.py