4

setfacl/getfacl commands not running on my server, it says:

The program 'setfacl' is currently not installed. You can install it by typing:
sudo apt-get install acl

when i tried to install it, it says:

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

1 Answers1

2

I added the following source line to apt configuration source list:

deb http://cz.archive.ubuntu.com/ubuntu trusty main

then i can install acl normally.