📌  相关文章
📜  如何在 manjaro 上安装 intellij - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:51.209000             🧑  作者: Mango

代码示例1
#Codes-
cd Downloads/
git clone https://aur.archlinux.org/intellij-idea-community-edition-jre.git
cd intellij-idea-community-edition-jre
makepkg -si

#Interaction
Give password
And you are done.
sout("You have successfully installed intellij IDE");