Sorry, that is a common shorthand way of representing a not necessarily fixed path. It was not meant to be entered literally. If Soundloom has been copied to the main Applications folder, the path would be simply:
xattr -rc /Applications/soundloomE.app
or if it has been copied to the main cdpr8/_cdp folder in your home directory:
xattr -rc ~/cdpr8/_cdp/soundloomE.app
(the tilde character ~ is a standard shell shorthand for your home directory. It is very useful in this sort of situation so that we don't have to guess what your account name might be, and add to the general confusion. But to complete the picture by typing the path in full, lets say my account name is Carnamagos:
xattr -rc /Users/Carnamagos/cdpr8/_cdp/soundloomE.app
the other way to complete such a command, especially if the target app is several levels down, is to type the command (plus the space):
xattr -rc
and drag the icon of the app to the open Terminal window: the Mac will then add the full path to the command line. This works for any file or folder. Windows does much the same on a PC.
xattr -rc /Applications/soundloomE.app
or if it has been copied to the main cdpr8/_cdp folder in your home directory:
xattr -rc ~/cdpr8/_cdp/soundloomE.app
(the tilde character ~ is a standard shell shorthand for your home directory. It is very useful in this sort of situation so that we don't have to guess what your account name might be, and add to the general confusion. But to complete the picture by typing the path in full, lets say my account name is Carnamagos:
xattr -rc /Users/Carnamagos/cdpr8/_cdp/soundloomE.app
the other way to complete such a command, especially if the target app is several levels down, is to type the command (plus the space):
xattr -rc
and drag the icon of the app to the open Terminal window: the Mac will then add the full path to the command line. This works for any file or folder. Windows does much the same on a PC.