I am also having all kinds of errors. When extracting the files there is an ignoring syntax for some selinx issue then when I ran the installer the is an unexpected ")" and then is stops. Please respond.... Bruce
To extract the distribution archive for Linux you should run this command:
tar -xzf PI-linux-x86_64-01.08.04.1171-20150804-c.tar.gzAre you using this command?
On a Linux distribution without SELinux support, this is the exact warning message that you should get:
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.security.selinux'These messages are shown because we generate all installation packages on workstations running Redhat Linux, where SELinux is always enabled for security. SELinux extended file attributes are stored in .tar archives. Since Ubuntu does not use SELinux, its tar program does not understand these extended file attributes, and hence the warning messages.
These messages are harmless and can be safely ignored on platforms without SELinux support, such as Ubuntu. They should never prevent correct package extraction. For example, the distribution package is extracted without problems on Ubuntu 15.04, despite the warnings.