Snap curl vs Native curl

Hi
Trying to install an alternate browser. It means using curl.
Curl is a snap… and I get an error message since snap
On the web I find that i should do this:
sudo snap remove curl
sudo apt install curl
exec bash
…and try install again
Just checking here with you guys if it is OK… for the not so familiar with CLi that I am.
Thanks
W

3 Likes

Hi, @Warford

I’m not sure if this is the solution, but I found this.

1 Like

Wow! This find seriously undermined my trust in snap ecosystem!

2 Likes

Yes John it works

  1. uninstall the snap
  2. install the native one
  3. then proceed with relevant install

Useful for others to know that too :+1:

W

2 Likes