I am following this thread: How to install Eclipse?
I downloaded eclipse-jee-mars-1-linux-gtk-x86_64.tar.gz
into ~/Documents
and ran the tar
command that extracted the package into an eclipse
folder inside ~/Documents
-- ~/Documents/eclipse
now exists.
I don't have permission to copy this folder to /opt, so I log-in as root with su -
command and password. As root, I try to execute the sudo mv eclipse /opt
command but it's throwing the error: mv: cannot stat 'eclipse': No such file or directory
.
It seems no one has had this problem. What's the issue here?