Unofficial .deb packages of IntelliJ IDEA Ultimate Edition.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Marcel Kapfer 00670fd337
Upstream version 2023.1.2
3 weeks ago
intellij-idea-ultimate_2023.1.2 Upstream version 2023.1.2 3 weeks ago
.gitignore extended gitignore 6 years ago
.gitlab-ci.yml ⬆ Set lunar as default build release 1 month ago
CONTRIBUTORS.txt V2020.1.2 3 years ago
LICENSE Initial Commit; Upstream Version 2016.3.4 6 years ago
README.md 📝 Update README, especially regarding update process 3 months ago
intellij-idea-ultimate_2023.1.2-1_all.deb Upstream version 2023.1.2 3 weeks ago
intellij-idea-ultimate_2023.1.2.orig.tar.gz Upstream version 2023.1.2 3 weeks ago
update-new-version.sh ⬆ Set lunar as default build release 1 month ago

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].