# Download package and its checksum curl -fsSLO https://example.com/example-1.0.0.tar.gz curl -fsSLO https://example.com/example-1.0.0.tar.gz.sha256 # Verify the checksum sha256sum -c example-1.0.0.tar.gz.sha256