Curl commands?
Can you use curl commands on bazzite when i run one it just shows an error so can you and if so how?
2 Replies
bazzite ships with curl 8.6.0
You can confirm in your terminal by opening ptyxis and using
which curl
and curl --version
If you getting an error with a curl it's likely due to something in the command you're runningProbably the command is trying to execute programs that you don't have (like dnf) or is trying to write to /usr (which is read only)