-
-
Notifications
You must be signed in to change notification settings - Fork 5k
wget: use wcurl instead #19833
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
base: main
Are you sure you want to change the base?
wget: use wcurl instead #19833
Conversation
wget Removed from Ubuntu Server 25.10 Default Install, see https://www.omgubuntu.co.uk/2025/08/ubuntu-server-25-10-replaces-wget-with-wcurl wget is still alive, but let's suggest modern best practices And also `wget {{[-q|--quote` contained typo...
|
Can you summarize the reasons to prefer wcurl over wget? |
My commit contains 4 files changes:
|
|
I don't really care if ubuntu developers removed it. I want to know why. |
Because we already have curl which have the same functionality. And we also have wcurl which eliminates the need to remember arguments of curl |
|
Is the library for wcurl more extensive that wget? |
Situation is more complex. wcurl (wrapper around curl) is more simple tool that wget. But when power of wcurl not enough user switched to curl. curl needs no introduction. curl and wget have duplicate functionality, to avoid chaos it is better to use something one...
From Ubuntu 25 server... |
wget Removed from Ubuntu Server 25.10 Default Install, see https://www.omgubuntu.co.uk/2025/08/ubuntu-server-25-10-replaces-wget-with-wcurl wget is still alive, but let's suggest modern best practices
And also
wget {{[-q|--quotecontained typo...Checklist
common,linux,osx,windows,sunos,android, etc.