Package Details: intellij-idea-ultimate-edition 2024.3.2.2-3

Git Clone URL: https://aur.archlinux.org/intellij-idea-ultimate-edition.git (read-only, click to copy)
Package Base: intellij-idea-ultimate-edition
Description: An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity.
Upstream URL: https://www.jetbrains.com/idea/
Licenses: custom:commercial
Conflicts: intellij-idea-ultimate-edition-jre
Provides: intellij-idea-ultimate-edition-jre
Submitter: uwolfer
Maintainer: uwolfer (dcelasun)
Last Packager: dcelasun
Votes: 425
Popularity: 4.19
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2025-02-03 07:48 (UTC)

Dependencies (6)

Required by (5)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 42 Next › Last »

duartea commented on 2021-12-30 19:55 (UTC)

Thank you for the maintenance work!

vnt-83 commented on 2021-12-10 10:59 (UTC)

Thanks very much for yay!!!

madFerret commented on 2021-12-09 07:26 (UTC) (edited on 2021-12-09 07:27 (UTC) by madFerret)

Can confirm, upgrading with yay worked.No idea what changed, previously upgrading with pamac had no issues ¯\(ツ)

r_nguyen54 commented on 2021-12-09 00:36 (UTC)

If anyone is experiencing extreme lag, try using version 2021.2 or lower

davidhaller commented on 2021-12-08 19:14 (UTC)

Again: Fetch the repository using git clone. Build and install the package using makepkg. DO NOT USE PAMAC.

If it works, it's a pamac related bug, which you can report on their bugtracker.

Also, always post your error messages or screenshots in English (export LANG=C) as many people here won't be able to read cyrillic letters.

vnt-83 commented on 2021-12-07 18:07 (UTC) (edited on 2021-12-07 18:12 (UTC) by vnt-83)

Screenshots:

Update ready: https://i.imgur.com/tGZ6Keh.png

Update error: https://i.imgur.com/hCHbJsF.png

vnt-83 commented on 2021-12-07 18:00 (UTC)

I have installed and have always updated this package using AUR. But then this error appeared and I updated it once using pamac. Just made sure I get the same error.

davidhaller commented on 2021-12-07 17:20 (UTC)

pamac does not properly support split packages. Use a better AUR helper or install the package using git clone + makepkg.

vnt-83 commented on 2021-12-07 17:16 (UTC) (edited on 2021-12-07 17:18 (UTC) by vnt-83)

Marcel_K, what do you mean by saying that the repository is correct?

I also have same error by update on Manjaro: Failed to generate information for intellij-idea-ultimate-edition-jre (translated to english).

By update on cli & pamac I get identical error: PKGBUILD does not exist.

Marcel_K commented on 2021-12-07 16:34 (UTC)

I just cloned the repository, again, and running git status shows that the repository is correct:

$ git clone https://aur.archlinux.org/intellij-idea-ultimate-edition.git
Cloning into 'intellij-idea-ultimate-edition'...
remote: Enumerating objects: 458, done.
remote: Counting objects: 100% (458/458), done.
remote: Compressing objects: 100% (289/289), done.
remote: Total 458 (delta 170), reused 457 (delta 169), pack-reused 0
Receiving objects: 100% (458/458), 96.16 KiB | 1.32 MiB/s, done.
Resolving deltas: 100% (170/170), done.
$ cd intellij-idea-ultimate-edition/
$ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean