How to delete Komodo Edit 6 in Ubuntu

H

How Can We Help?

How to delete Komodo Edit 6 in Ubuntu

  • Delete the Komodo directory that the Komodo Edit installer created. If you do not know where that directory is use the locate command on the command line to locate the Komodo folder. eg.
    locate komodo
  • Once found delete the Komodo Edit 6 folder
    sudo rm -rf /home/USERNAME/Komodo-Edit-6/{/bash} Replace USERNAME with your name or user name that you use to loginTo delete all your Komodo Edit preferences/settings delete the ~/.komodo directory eg. {code bash}sudo rm -rf /home/USERNAME/.komodoedit/

    Replace USERNAME with your name or user name that you use to login

  • Also delete all other komodo files and folders, locate them by using the locatecommand as stated above
    sudo rm /usr/local/bin/komodo
    sudo rm /home/USERNAME/.local/share/applications/userapp-komodo-*
    

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me