So, I was given a link to install a program. That link could be pasted directly to terminal and it'd do everything by itself.
The message displayed after I pressed enter was that the <Program Name> was successfully installed.
Now I am trying to uninstall it, but I cannot find it anywhere. I regret to blindly install it like this, without knowing what it is or what's its purpose and now I want to make sure that it is removed but I can't do anything about it. Any help would be appreciated!
The command used to install the program was the following:
bash <(curl -fsSL https://******/install/JpQRby)
I'm not sure if there's a command to inverse this
The message displayed after I pressed enter was that the <Program Name> was successfully installed.
Now I am trying to uninstall it, but I cannot find it anywhere. I regret to blindly install it like this, without knowing what it is or what's its purpose and now I want to make sure that it is removed but I can't do anything about it. Any help would be appreciated!
The command used to install the program was the following:
bash <(curl -fsSL https://******/install/JpQRby)
I'm not sure if there's a command to inverse this