Wednesday, March 3, 2021

Install intellij-idea on Fedora 33 via COPR Repository

 Procedure below works quite smoothly and eliminates any issues during similar manual setup which is available as well via `sudo dnf install openjfs`. First enable COPR Repository and perform install

$ sudo dnf copr enable lkiesow/intellij-idea-community $ sudo dnf install intellij-idea-community

During the very first run you will be given an option to install the most recent Oracle's JDK ( second snapshot )

See for details https://copr.fedorainfracloud.org/coprs/lkiesow/intellij-idea-community/









































Tuesday, March 2, 2021

Install intellij-idea on Debian Bullseye/sid via snapd

 Follow same guidelines as on Ubuntu 20.04 previously installed snapd

 $ sudo apt install snapd

 $ sudo reboot

 $ sudo snap install intellij-idea-community --classic

 $ intellij-idea-community

 The most recent Oracle's JDK would installed automatically