fairyglade / ly

display manager with console UI
Do What The F*ck You Want To Public License
5.33k stars 306 forks source link

How to complete remove (purge) on ubuntu ? #582

Closed 3xploiton3 closed 4 months ago

3xploiton3 commented 7 months ago

OS: OS: Ubuntu 22.04.4 LTS x86_64

how to complete remove ly from my system?

similiar function like sudo apt purge ly

AnErrupTion commented 4 months ago

@3xploiton3 You should be able to remove /usr/bin/ly and the /etc/ly directory to remove all traces of Ly on your system. However, I do think an uninstall command should be available to ease that process up.

AnErrupTion commented 4 months ago

In the Zig rewrite, there's now an uninstallall command that can be called like so: # zig build uninstallall. The build might seem counter-intuitive, but this is required in order for Zig to execute the command we want.