Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Uninstalling

TheRealOne78 edited this page Aug 5, 2022 · 1 revision

With make

Uninstalling the compiled file can be accomplished by running the following command:

root# make uninstall

Manually

If the user wants to uninstall manually or xawp was installed in another directory the following command will be executed:

root# rm -f /usr/bin/xawp # removes xawp from the system
                          # change /usr/bin/xawp with the xawp path if it differs

Clone this wiki locally