The deprecated Tizen Studio app has a dependency on webkitgtk package that
doesn't exist anymore on modern fedora distributions/repos
Here is a small "script" to trick the tizen studio installer into thinking it's
installed by creating a wrapper for the rpm command. Just paste this to your terminal:
MOCK_BIN=$(mktemp -d)
cat << 'EOF' > "$MOCK_BIN/rpm"
#!/bin/bash