Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.31 KB

README.asciidoc

File metadata and controls

30 lines (22 loc) · 1.31 KB

JetBrains IntelliJ IDEA Community

IntelliJ IDEA Community is a fully-fledged commercial IDE for the JVM platform.

IntelliJ IDEA provides all the tools you need for productive enterprise, Web, and mobile development. The IDE supports Java, Groovy, Kotlin, Scala, Android, JavaScript, SQL and lots of other languages and frameworks. It offers instant and clever code completion, on-the-fly code analysis and reliable refactoring tools.

Build, Install and Run Flatpak (locally)

Assuming flatpak, flatpak-builder, and git are installed, then execute the following commands:

$ git clone https://github.com/flathub/com.jetbrains.IntelliJ-IDEA-Community.git
$ cd com.jetbrains.IntelliJ-IDEA-Community/
$ flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
$ flatpak-builder build --force-clean --install-deps-from=flathub --install --user com.jetbrains.IntelliJ-IDEA-Community.yml

# ...to uninstall the artifact
$ flatpak uninstall --delete-data --user com.jetbrains.IntelliJ-IDEA-Community

# ...and to clean-up everything
$ rm --force --recursive .flatpak-builder/ build/
$ flatpak uninstall --unused --user
$ flatpak remote-delete --user flathub