Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

man #3

Open
CVandiedonck opened this issue Nov 28, 2020 · 2 comments
Open

man #3

CVandiedonck opened this issue Nov 28, 2020 · 2 comments

Comments

@CVandiedonck
Copy link

Is it not possible to install man on the environments?

@pierrepo
Copy link
Contributor

As for now, we cannot install man pages within an environment.
I tried many solutions, but all failed so far.
However, we could try this one:

sed -i 's:^path-exclude=/usr/share/man:#path-exclude=/usr/share/man:' \
        /etc/dpkg/dpkg.cfg.d/excludes
apt update
apt install -y man manpages-posix

https://stackoverflow.com/questions/54152906/how-to-install-man-pages-on-an-ubuntu-docker-image

@CVandiedonck
Copy link
Author

not straightforward then but worth trying one day when you are less busy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants