V
V
vitya_brodov2021-05-17 20:47:26
IntelliJ IDEA
vitya_brodov, 2021-05-17 20:47:26

How to install intellij idea back?

I deleted idea, then I try to install it back, but it just opens it and that's it!
how to be?

ps OC - linux mint
pss Installing through the package manager is not an option, as it downloaded the cracked ultimate version, it needs to be installed.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Valdemar Smorman, 2021-05-18
@vitya_brodov

As already mentioned above, in the Home directory, you still need to delete its system folders of the User and, in general, how was it previously installed?
I always install from the binary with one command in the Terminal, but not the paid one, but Community.
You need to know what you downloaded - the name of the binary, the name of the folder inside and ...
The crack is already embedded in the binary or it needs to be activated additionally. manipulation?
Based on these data, you can make one command for the Terminal, which will remove and install everything.
And the current IntelliJ IDEA installation command (if it has never been installed before!) is as follows:
- for Community

echo -e '[Desktop Entry]\nEncoding=UTF-8\nName=IntelliJ IDEA\nComment=IntelliJ IDEA\nExec=/opt/IdeaIC/bin/idea.sh\nIcon=/opt/IdeaIC/bin/idea.png\nTerminal=false\nStartupNotify=true\nType=Application' | tee .local/share/applications/ideaic.desktop  > /dev/null; sudo cp .local/share/applications/ideaic.desktop /usr/share/applications/; cd /tmp; wget https://download.jetbrains.com/idea/ideaIC-2021.1.1.tar.gz -O ideaIC.tar.gz; sudo tar -zxf ideaIC.tar.gz -C /opt; cd /opt; sudo mv idea-IC-211.7142.45 IdeaIC; sudo chown -R $USER:$USER IdeaIC; cd

- for Ultimate
echo -e '[Desktop Entry]\nEncoding=UTF-8\nName=IntelliJ IDEA\nComment=IntelliJ IDEA\nExec=/opt/IdeaIU/bin/idea.sh\nIcon=/opt/IdeaIU/bin/idea.png\nTerminal=false\nStartupNotify=true\nType=Application' | tee .local/share/applications/ideaiu.desktop  > /dev/null; sudo cp .local/share/applications/ideaiu.desktop /usr/share/applications/; cd /tmp; wget https://download.jetbrains.com/idea/ideaIU-2021.1.1.tar.gz -O ideaIU.tar.gz; sudo tar -zxf ideaIU.tar.gz -C /opt; cd /opt; sudo mv idea-IU-211.7142.45 IdeaIU; sudo chown -R $USER:$USER IdeaIU; cd

Overload and shortcuts to the program will appear in the Applications ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question