How to delete all frappe and erpnext packages in my specific ubuntu user

I want to delete overall frappe and erpnext packages which is installed in my ubuntu user and going to reinstall it from the begining. is there any commands for delete those packages through terminal. or i can delete it in my folders.

Simply delete the bench folder and create a new one.

If you created any site, etc., you can delete the MariaDB databases, or try bench drop-site sitename before deleting the bench folder.

2 Likes

thank you