Skip to content

Uninstallation

D3Ext edited this page Aug 21, 2024 · 6 revisions

If you want to uninstall WEF from your system, all you have to do is executing one command

sudo rm -rf /usr/share/wef \
    /usr/bin/wef

This will remove the main script from path and will also remove all files and directories the script uses (under /usr/share/wef/).

Clone this wiki locally