How can I uninstall NordVPN from EndeavorOS?

0
6
Asked By CuriousCat93 On

I installed NordVPN on my EndeavorOS by using a command that fetched the installation script from the web. Now I'm stuck trying to figure out how to remove it. Why does uninstalling applications have to be so complicated?

3 Answers

Answered By ScriptSleuth On

If you take a look at the install.sh file using a text editor, you can find the specific commands for your system. Usually, for EndeavorOS, you would use yum to uninstall it. First, list the installed packages with `sudo yum list installed nordvpn*`, then remove it with `sudo yum remove nordvpnXXXXXXXX`, replacing the X's with the actual package name.

Answered By DistroDude42 On

Try looking for it in your package manager. The installation script usually just adds a repo, and then it should be manageable through your distro's package manager.

NewbieNerd99 -

EndeavorOS doesn't have a package manager, though – everything seems to be done through the terminal.

Answered By TechieTurtle88 On

Have you checked their official uninstall steps? They have detailed instructions on their support page that should assist you in removing it. Just follow the link for guidance!

HelpfulHannah45 -

I tried those steps, but unfortunately, the commands didn't work for me.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.