2015-03-07 19:45:47 +01:00
|
|
|
# intellij-idea-community
|
|
|
|
.deb Packages of IntelliJ IDEA Community Edition for Ubuntu
|
2015-03-07 23:03:26 +01:00
|
|
|
|
2015-12-08 13:03:40 +01:00
|
|
|
The latest upstream version is 15.0.1 which is included in the package version 15.0.1
|
2015-03-30 11:23:57 +02:00
|
|
|
|
2015-03-07 23:03:26 +01:00
|
|
|
## Adding the ppa to Ubuntu
|
|
|
|
|
2015-03-07 23:12:15 +01:00
|
|
|
`sudo apt-add-repository ppa:mmk2410/intellij-idea-community`
|
2015-03-07 23:07:22 +01:00
|
|
|
|
2015-03-07 23:12:15 +01:00
|
|
|
`sudo apt-get update`
|
2015-03-07 23:07:22 +01:00
|
|
|
|
2015-03-07 23:12:15 +01:00
|
|
|
`sudo apt-get install intellij-idea-community`
|
2015-05-17 12:33:13 +02:00
|
|
|
|
|
|
|
## FAQ
|
|
|
|
|
|
|
|
**Q:** How do I enable HiDPI support?
|
|
|
|
|
|
|
|
**A:** You have to add
|
|
|
|
|
|
|
|
`-Dhidpi=true`
|
|
|
|
|
|
|
|
to these files:
|
|
|
|
|
|
|
|
`/opt/intellij-idea-community/bin/idea.vmoptions`
|
|
|
|
|
|
|
|
`/opt/intellij-idea-community/bin/idea64.vmoptions`
|