-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
help wantedYou can help make tldr-pages better!You can help make tldr-pages better!page editChanges to an existing page(s).Changes to an existing page(s).
Description
Command description
Please check tldr curl output, I see problem:
'curl' does not exist in 'linux' and 'common'.
Found 1 page with the same name under the platform: common.
Full output
$ tldr curl
curl
In PowerShell, this command may be an alias of `Invoke-WebRequest` when the original `curl` program (https://curl.se) is not properly installed.
More information: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest.
- View documentation for the original curl command:
tldr curl --platform common
- View documentation for PowerShell's Invoke-WebRequest command:
tldr invoke-webrequest
- Check whether curl is properly installed by printing its version number. If this command evaluates into an error, PowerShell may have substituted this command with Invoke-WebRequest:
curl --version
warning: showing page from platform 'windows', because 'curl' does not exist in 'linux' and 'common'.
Found 1 page with the same name under the platform: common.
$ tldr --version
tldr 3.4.2 (Client Specification 2.3)
Command details
No response
Documentation
No response
Platform
Linux
Ubuntu 25.10
VCS repository link (e.g. GitHub, GitLab)
No response
Additional information
No response
Metadata
Metadata
Assignees
Labels
help wantedYou can help make tldr-pages better!You can help make tldr-pages better!page editChanges to an existing page(s).Changes to an existing page(s).