cd Downloads
There are two way of
unzip the file first manually by right click on the folder and unzip and
other is throw command. I am going to show you with command here.
tar xvzf
<pakage_name>.tar.gz -C /tmp/
Note: - It's not necessary to keep that file in tmp location but it is a recommended way.
4. Now go to your Super
user. Actually I am login through my super user .i.e. root. It’s easy just type
su and then enter your password. Then
you are directed to your super user.
5. Now change the file
owner and group and move the folder to opt directory.
chown -R root:root
/tmp/eclipse && mv /tmp/eclipse /opt/
6. Now make Symlink so
that you don't need to run long command to open your Eclipse.
ln -s /opt/eclipse/eclipse
/usr/local/bin/eclipse
Now we are done. Just
Type
No comments:
Post a comment