-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to clean uninstall luamake and lua-debug #297
Comments
vim /home/pong/.bashrc |
deleting the line : |
If you want to compile luamake, please use ./compile/install.sh'. |
.... When I run ./luamake after the install.sh it prints me the error |
I removed the line from "/root/.bashrc' using sudo -i but still it'll print (when trying to download dependencies for lua-debug using luamake
Any idea what else do I need to clean / config / install to get luamake and lua-debug installed correctly? |
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
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?
The text was updated successfully, but these errors were encountered: