From a quick look, it appears to be so that python-mutagen can coexist with python2-mutagen. Plain 'mutagen' would be the python 3 version, while 'mutagen2' would be the same program but run with python2. If you want a plain 'mutagen' command, then simply install python-mutagen
Thank you, that did it. Frederick