alpine-linuxmanpagealpine-package-keeper

alpinelinux 3.12 missing man package?


I'm trying to get manpages working on alpinelinux 3.12, used latest 3.12 version and:

# apk add man
ERROR: unsatisfiable constraints:
  man (missing):
    required by: world[man]

Weird? apk add man-pages works perfectly. I've enabled all repos (community, edge, etc) apk update and still can't find man?


Solution

  • Found the problem they changed package name from man to mandoc. apk add man doesn't work anymore, it's: # apk add mandoc in 3.12