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

CentOS template does not include 'man' command #3922

Closed
misterzed88 opened this Issue May 23, 2018 · 0 comments

Comments

Projects
None yet
3 participants
@misterzed88

Qubes OS version:

R4.0

Affected component(s):

qubes-builder-rpm


Steps to reproduce the behavior:

  1. Use qubes-builder to build and install the centos-7 template.
  2. From a terminal in the template, attempt to run man.
  3. There is an error message due to missing command.

General notes:

The 'man' command is missing due to the man-db package not being included in the template. A workaround is to add 'man-db' to builder-rpm/template_scripts/packages_centos7.list.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment