I’m on Ubuntu 24.04 and I am right now installing whonix using the whonix installer for Ubuntu. And I noticed this message during the installation in terminal
Caution: You are using the Snap version of curl.
Due to Snap's sandbox nature, this version has some limitations.
For example, it may not be able to access hidden folders in your home directory
or other restricted areas of the os.
Which means you may encounter errors when using snap curl to download and execute some script.
For those cases, you might want to use the native curl package.
For details, see: https://github.com/boukendesho/curl-snap/issues/1
To stop seeing this message, run the following command:
$ curl.snap-acked
So listen I’m the one who created this Whonix tutorial for Ubuntu https://askubuntu.com/questions/1550871/how-do-i-install-whonix-on-ubuntu-24-04-lts
And in that tutorial I say to install curl you simply enter command
sudo apt install curl
Isn’t that correct? I mean if you’re on Ubuntu 24.04 isn’t that the right way to do it?