Update curl and Dependencies
Ensure your curl is up-to-date, as an outdated version can sometimes cause issues. Update curl using your system’s package manager:
For Ubuntu/Debian: sudo apt update && sudo apt install curl -y
For Fedora:sudo dnf update && sudo dnf install curl -y