
#HOW TO INSTALL ECLIPSE NEON ON UBUNTU 14.04 FREE#
Now I can easily start eclipse from command line, and based on the name, it choose right binary in /opt/Eclipes/*/eclipse to run./dev/shm (1) absolute and relative path (1) alien (1) Apache (3) apport (1) apt-cache (1) apt-get (3) arch (1) archiving (1) at (1) awk (2) aws (1) aws cli (1) backup (1) basename (1) bashpid (1) btmp (1) bzip (1) cd (1) chage (1) chattr (1) chmod (1) chown (1) chsh (1) commands (3) configuration files (1) core (1) cores (1) cpu frequency (2) crontab (1) csh (1) curl (2) cut (1) date (3) dd (1) deb (1) deluser (1) df ( disk free ) (1) dhcp (1) Difference between ext2 (1) dig (1) disable ssh root login (1) django (1) dmesg (1) dmidecode (1) dpkg (1) du (3) echo (2) eclipse (1) empty (1) epel (1) epoch (1) ethtool (2) ext3 (1) ext4 (1) file permissions (1) file structure (1) find command (1) fstab (1) FTP (3) gdb (1) gid (1) groupadd (2) groupdel (1) groupmod (1) groups.


rwxrwxr-x 1 root root 191 sep 23 12:41 eclipse-base Lrwxrwxrwx 1 root root 12 sep 23 12:44 eclipse-2020-09 -> eclipse-base Lrwxrwxrwx 1 root root 12 sep 23 12:42 eclipse-2019-12 -> eclipse-base Lrwxrwxrwx 1 root root 12 sep 23 12:43 eclipse-2019-09 -> eclipse-base Lrwxrwxrwx 1 root root 12 sep 23 13:39 eclipse -> eclipse-base Then I only make a soft or hard link from the version number to this base, like this: # If it doesn't exists, it just will fail.Įxec /opt/Eclipse/`basename $0`/eclipse $* # to start an eclipse in the same directory # Make a link to this script, and it will try The script in /usr/local/bin/eclipse-base looks like this.

Then it is easy to have old and new installed at the same time. I usually also make a symbolic link `ln -s eclipse eclipse-2020-12' so I also reach it as the current one. So I rename the /opt/Eclipse/eclipse to the version number so I do remember which I have installed. * I usually add a short script in /usr/local/bin that launches the right version from /opt/Eclipse/eclipse-*/eclipse. * One could also install with `desktop-file-install sktop' if one doesn't want to look up where they should be stored. * Check the desktop file with `desktop-file-verify sktop' before installation. eclipse -initialize to make it start faster. * You can also add locale to comment field, which is more useful then the name.
