I installed local from flywheel. It's not what I want, my little laptop is begging for mercy. How do I remove it? They have instructions for apple and windows, but not for ubuntu.
I installed local from flywheel. It's not what I want, my little laptop is begging for mercy. How do I remove it? They have instructions for apple and windows, but not for ubuntu.
If you are using a debian / apt-get based OS the following command will remove software from you system. The first part uninstall the software and the second part removes any extra software that was installed but is no longer needed.
In the command above you need to replace '[package name]' with the name of the package you want to remove. In the case of local by flywheel, the name is localwp. So it becomes:
You can also take it one step further and remove the configuration along with the software by using purge. This can only be done when the software is still installed.