I have installed an eclipse IDE with scala nature. And it is called the Scala-IDE from scala-ide.org.
How can I uninstall Scala IDE on ubuntu?
I know that If it is a package we can by sudo apt-get remove "package"
But since it is downloaded as tar file. And there is no such uninstall option as that of windows... So, what should I do??
The Scala IDE is not installed nor removed. It is just a package of files that you copy to a directory that you create.
Delete the directory that you created for the Scala IDE files. The IDE is now gone.