Unofficial .deb packages of IntelliJ IDEA Ultimate Edition.
Go to file
Marcel Kapfer 40fa4eec12
Upstream version 2023.1.1
2023-05-02 18:54:35 +02:00
intellij-idea-ultimate_2023.1.1 Upstream version 2023.1.1 2023-05-02 18:54:35 +02:00
.gitignore extended gitignore 2017-09-18 18:43:43 +02:00
.gitlab-ci.yml ⬆ Set lunar as default build release 2023-05-02 18:48:33 +02:00
CONTRIBUTORS.txt V2020.1.2 2020-06-16 01:22:15 -03:00
LICENSE Initial Commit; Upstream Version 2016.3.4 2017-02-10 17:14:33 +01:00
README.md 📝 Update README, especially regarding update process 2023-03-13 23:00:06 +01:00
intellij-idea-ultimate_2023.1.1-1_all.deb Upstream version 2023.1.1 2023-05-02 18:54:35 +02:00
intellij-idea-ultimate_2023.1.1.orig.tar.gz Upstream version 2023.1.1 2023-05-02 18:54:35 +02:00
update-new-version.sh ⬆ Set lunar as default build release 2023-05-02 18:48:33 +02:00

README.md

intellij-idea-ultimate

Debian packages of IntelliJ IDEA Ultimate Edition for Ubuntu / Debian.

I also provide a package for the Community Edition.

Adding the PPA (on Ubuntu)

sudo apt-add-repository ppa:mmk2410/intellij-idea
sudo apt-get update
sudo apt-get install intellij-idea-ultimate

Report issues

You can report issues, questions or feedback concerning the package on GitLab. If relevant, please include which version your using.

Updating the package

Since I automated the updating process quite a bit using the update-new-version.sh as well as preparations on my local system I no longer accept merge requests for updating the package to a new version. Processing them would take me much more time than doing the update myself.

In case I'm late for an update (over 1-2 weeks), feel free to create an issue on GitLab. I'm also working on a fully automated system for updating the packages but this will still take a while.

Setting up the build environment

Run sudo apt install build-dep debhelper.

It is also necessary to setup Git with your username and email address as explained in numerous tutorials.

Updating the package

Run ./update-new-version.sh "$new-version"

Where $new-version is in the format [year].[major].[minor].