lua-debug icon indicating copy to clipboard operation
lua-debug copied to clipboard

How to clean uninstall luamake and lua-debug

Open MikeLemo1 opened this issue 8 months ago • 5 comments

I accidently installed and remove luamake and lua-debug (maybe in wront directories because I didn't make to complete the installation and I initially installed the repos at ~/Downloads/ and then tried '/usr/share/' and then deleted it becuase of error) and now the symbolic links and configs of luamake are messed up on the machine and it't not something the luamake/compile/install.sh fixes, only saying

ninja: no work to do.
luamake alias already defined in /home/pong/.bashrc
Done.

sudo ./compile/build.sh -t clean doesn't do much either (trying to install it in '~/.local/share/') How do you clean it and what is the general legacy/default install location on linux ubuntu for nvim lua dap useage?

MikeLemo1 avatar Jun 11 '24 09:06 MikeLemo1