You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at distrobox-init it seems that man (the Gnu one with groff) is a mandatory part of any distrobox container? Is it true? What if I want to replace it with mandoc?
distrobox enter --root on this container (of course, without the mandoc line commented out) now fails with:
Resolving package dependencies...
Problem: 1: the installed mandoc-1.14.6-6.1.x86_64 conflicts with 'man' provided by the to be installed man-2.12.1-1.1.x86_64
Solution 1: deinstallation of mandoc-1.14.6-6.1.x86_64
Solution 2: do not install man-2.12.1-1.1.x86_64
Choose from above solutions by number or cancel [1/2/c/d/?] (c): c
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Looking at distrobox-init it seems that man (the Gnu one with
groff
) is a mandatory part of anydistrobox
container? Is it true? What if I want to replace it with mandoc?distrobox enter --root
on this container (of course, without themandoc
line commented out) now fails with:Beta Was this translation helpful? Give feedback.
All reactions