acl não pode ser instalado no servidor ubuntu

2
Comandos

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
    
por MohammedSimba 19.05.2015 / 15:28

1 resposta

1

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.

    
por MohammedSimba 20.05.2015 / 14:44