Using the jetbrains IDE on Linux

There is no download option for linux in the Jetbrains download page . I googled for the "Jetbrains app ID IDE on Linux". some people say "it's cross-platform."
Is it possible to run the IDE program for Jetbrains applications for Linux?
I can not run it on linux (Ubuntu / Debian)

Edit:
I mentioned that C ++ IDEc functions of Appcode are needed. If the iOS features do not work, there is no problem.

+8
linux ubuntu debian jetbrains appcode
source share
1 answer

AppCode requires Xcode, which requires the X OS.

Any workaround for Xcode installed and running on Linux violates Apple’s terms of use, and getting AppCode to install on Linux is likely to violate the JetBrains license agreement.

AppCode supports C ++, but there is also a JetBrains C ++ environment called CLion .

+16
source share

All Articles