Linux Troubleshooting and scripts
this is a community for sharing your scripts that help when working with Linux as well a general troubleshooting.
Rules
-
Absolutely NO NSFW posts. break this rule and you will be removed from this community. NO EXCEPTIONS!
-
Only post scripts that help yourself and others. All scripts will be tested on my machine personally, any malicious scripts will be removed immediately.
-
This community is for the benefit of other Linux users. no bigotry, hate, nudes, malicious scripts or politics allowed.
Feel free to ask any kind of support questions, as we grow more succinct answers will be available. Let's make this community grow.
We are important to one another, not only in the linux world but also in the fediverse as a whole. Feel free to reach out to me with questions or concerns, as we grow bigger I will look into adding mods. (This section will be updated as needed.)
view the rest of the comments
for a complete unisntall you should just be able to run sudo pacman -Rns <package_name> or yay -Rns <package_name> depending on how it is installed.
since you're doing a complete unsinstall and reinstall, you should be able to just run sudo pacman -Syu <package_name> or yay -Syu <package_name> and it will completely reinstall. If you are worried you have a corrupted download of the file, clear your package cache completely and run those commands, it should download a clean program install file and reinstall.
I'm not familiar with Mangohud and Goverlay, so unfortunately can not help our further, but maybe one of our other community members can.
Appreciate the advice. I have tried to do sudo pacman -Rns for mangohud, however, the configuration files seem to be stuck somewhere. I can't seem to figure it out. Even after removing the specific config files I have found, the issues persist. I stopped using goverlay, and managed to manually trigger configs I wanted to use. And that worked alright.
Thank you!