If you're seeing the "tar: Cannot create symlink to XXX: Operation not permitted" error message, it means you're trying to extract a tar archive and create symlinks on a filesystem that doesn't support them such as exFat, NTFS, FAT32, FAT16, etc.

On the Linux OS or Mac OS, to dtermine what filesystem type a directory exists on, use df command.

df -T

The solution to fix the issue is, if you are using Linux OS or Mac OS, move the tar archive to the directory which its filesystem supports symlink and then extract the tar archive.

If you are using Windows OS, you can use 7-Zip software. To extract the tar archive, you must run the terminal as administrator or the 7-Zip GUI as administrator.