On Sat, 21 Jan 2017 13:21:37 -0000
dinesh.gupt...@gmail.com wrote:

> Hi All,
> 
>  I downloaded & unpacked Neon Eclipse on my new installed Fedora 25
> KDE desktop.I unzipped in my /opt directory. I did all operation

I don't use eclipse, but I think the version in the Fedora repositories
is the version you installed (4.6).  So, why not avoid all the hassle
and just install what you need with dnf?

To see what is available, just run the command
dnf -C list available | grep -i eclipse | less

Then, choose the packages you want from that list, and install them
with dnf.  And, as a plus, you will get updates of eclipse
automatically when you run dnf update; that's one of the reasons there
are packaging systems.

You'll end up with problems mixing tar ball extracts and packages on
the main file system, as well.  If you are going to install from tar
balls, better to install into /usr/local heirarchy, and change your
$PATH to include /usr/local.  Disregard this warning if you are an
expert user, as you will be able to manage the complications with your
knowledge.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to