Adicionei a seguinte linha de origem à lista de fontes de configuração do apt:
deb http://cz.archive.ubuntu.com/ubuntu trusty main
então eu posso instalar o acl normalmente.
setfacl / getfacl que não estão em execução no meu servidor, diz:
The program 'setfacl' is currently not installed. You can install it by typing:
sudo apt-get install acl
quando eu tentei instalá-lo, ele diz:
sudo apt-get install acl
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package acl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'acl' has no installation candidate
Adicionei a seguinte linha de origem à lista de fontes de configuração do apt:
deb http://cz.archive.ubuntu.com/ubuntu trusty main
então eu posso instalar o acl normalmente.