acl can't be installed on ubuntu server

16,390

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.

Share:
16,390

Related videos on Youtube

MohammedSimba
Author by

MohammedSimba

Updated on September 18, 2022

Comments

  • MohammedSimba
    MohammedSimba over 1 year

    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
    
    • heemayl
      heemayl almost 9 years
      Whats the output of lsb_release -r ?
    • MohammedSimba
      MohammedSimba almost 9 years
      Release: 14.04
    • A.B.
      A.B. almost 9 years
      It's interesting packages.ubuntu.com/…
    • MohammedSimba
      MohammedSimba almost 9 years
      @A.B. acl2 is same as acl package?,
    • MohammedSimba
      MohammedSimba almost 9 years
      @heemayl, i tried that but didn't work
    • A.B.
      A.B. almost 9 years
      Put the output of apt-cache policy acland apt-cache showpkg acl if there is an output.
    • MohammedSimba
      MohammedSimba almost 9 years
      I added ubunut source for the apt configuration file, deb http://cz.archive.ubuntu.com/ubuntu trusty main and it worked now.
    • Jovan Perovic
      Jovan Perovic almost 6 years
      @heemayl That helped in my case :) Thanks!
  • A.B.
    A.B. almost 9 years
    Interesting, this should be provided as standard.
  • MohammedSimba
    MohammedSimba almost 9 years
    exactly, that was very weird as this line wasn't existed.