Skip to content
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 cleanly uninstall curl-impersonate? #59

Closed
KirianCaumes opened this issue May 12, 2022 · 4 comments
Closed

How to cleanly uninstall curl-impersonate? #59

KirianCaumes opened this issue May 12, 2022 · 4 comments

Comments

@KirianCaumes
Copy link

Hi,

I'm not gonna lie, I don't know much about how this project works, and some of it's concept are way beyond me, but I wanted to give it an eye for scraping something.

The thing is, now I want to uninstall this project.

So I deleted the folder where I cloned the repo and remove some stuff installed with apt, but I still have acces to the command curl_chrome99.

Is there a procedure to how to cleanly uninstall curl-impersonate?

Thanks by advance 😀

@lwthiker
Copy link
Owner

lwthiker commented May 13, 2022

Hi,

make firefox-uninstall or make chrome-uninstall will do the trick. Make sure to run configure the same way as before.

Alternatively remove everything manually

rm -f /usr/local/bin/curl-impersonate-*
rm -f /usr/local/bin/curl_*
rm -f /usr/local/lib/libcurl-impersonate-*

(ls these files before to make sure you are not removing something else)

@KirianCaumes
Copy link
Author

Hey, thanks for your answer!

I've executed the 3 rm -f, so those folders no longer exist.

But I still have access to to the command curl_chrome99 https://www.wikipedia.org, and it works.

Is there a way to delete the command?

@lwthiker
Copy link
Owner

Sorry I had a mistake in my comment. I edited it, please try again.

@KirianCaumes
Copy link
Author

That's perfect, thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants