-
1. Re: Tableau Server on Debian: after-installation-common setcap:command not found
patrick.byrne.0Jul 5, 2018 8:54 PM (in response to Lukas Kulhanek)
Hello Lukas,
When you close the terminal and reopen it, is Tableau Server available as expected?
Also currently the supported flavors of Linux for Tableau Server can be found in the following snippet of the Tableau Online Help:
Make sure you have the right Linux distro
The following distributions of Linux are supported:
- Red Hat Enterprise Linux (RHEL) 7, CentOS 7, and Oracle Linux 7.These are collectively referred to in this documentation as RHEL-like.
- Ubuntu 16.04 LTS only.Version 17.04 is not supported.
Previous versions of CentOS and Ubuntu are not supported because Tableau Server requires systemd for process management
Please add an Idea to the Tableau Ideas Forum for support for Tableau Server for Linux on Debian: Ideas
Hope this helps!
Cheers,
Byrne, Patrick
-
2. Re: Tableau Server on Debian: after-installation-common setcap:command not found
Lukas Kulhanek Jul 6, 2018 1:55 AM (in response to patrick.byrne.0)1 of 1 people found this helpfulI just found out myself, that the package "libcap2-bin" needs to be installed on Debian 9 (Stretch) for the installation to work. Simply install it via
apt-get install libcap2-bin
and start your Tableau installation. Done.
-
3. Re: Tableau Server on Debian: after-installation-common setcap:command not found
patrick.byrne.0Jul 9, 2018 8:45 AM (in response to Lukas Kulhanek)
Thanks for sharing your findings!
Cheers,Byrne, Patrick