When calling eclipse
in terminal I am told to do one of
sudo snap install eclipse
sudo apt install eclipse-platform
However snap search eclipse
gives only
Name Version Developer Notes Summary
eclipse 4.7.3a snapcrafters classic Extensible Tool Platform and Java IDE
mosquitto 1.5 ralight - Eclipse Mosquitto MQTT broker
whereas apt search eclipse
gives a huge list of eclipse related packages. Does this mean that if I want to have e.g. "Python IDE for Eclipse" I have to go for the apt variant?
eclipse-pydev
3.9.2 from APT-repository. I have never used Eclipse for Python development. I tried Spyder3, it works great. – N0rbert May 25 '18 at 18:19classic
confinement means it acts like usual.deb
package, which has access to system? – Aryo Adhi May 25 '18 at 18:20--classic
nature it works as expected. Thank you! – N0rbert Jun 06 '18 at 19:41