Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flathub/com.jetbrains.intellij-idea-ultimate
https://github.com/flathub/com.jetbrains.intellij-idea-ultimate
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flathub/com.jetbrains.intellij-idea-ultimate
- Owner: flathub
- Created: 2018-12-10T11:57:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T14:59:56.000Z (2 months ago)
- Last Synced: 2024-10-23T18:38:11.519Z (2 months ago)
- Homepage: https://flathub.org/apps/details/com.jetbrains.IntelliJ-IDEA-Ultimate
- Size: 148 KB
- Stars: 15
- Watchers: 5
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.asciidoc
Awesome Lists containing this project
README
= JetBrains IntelliJ IDEA Ultimate
:uri-idea-iu-home: https://www.jetbrains.com/idea/{uri-idea-iu-home}[IntelliJ IDEA Ultimate^] 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:
[source,shell]
----
$ git clone --recurse-submodules https://github.com/flathub/com.jetbrains.IntelliJ-IDEA-Ultimate.git
$ cd com.jetbrains.IntelliJ-IDEA-Ultimate/
$ 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-Ultimate.yaml# ...to uninstall the artifact
$ flatpak uninstall --delete-data --user com.jetbrains.IntelliJ-IDEA-Ultimate# ...and to clean-up everything
$ rm --force --recursive .flatpak-builder/ build/
$ flatpak uninstall --unused --user
$ flatpak remote-delete --user flathub
----// git submodule update --init --recursive
// git submodule foreach git pull origin master