M BUZZ CRAZE NEWS
// general

How can Scala IDE be uninstalled totally

By Daniel Rodriguez

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??

3

1 Answer

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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy