Which package should I install to get the xman command?
Which package should I install to get the xman command?
TIA Roberto
Which package should I install to get the xman command?
TIA Roberto
Puh, Xman is pretty old, not sure it still exists. It used to be part of xorg-x11-apps
or x11-apps
but looking at the content of that package it does not seem to be anymore.
There are other solutions as well, not sure if you are aware of them and if any of those suits your needs:
Online Manuals:
can be found online on sites like https://linux.die.net/man/, http://man7.org/linux/man-pages/index..., and https://readthedocs.org/
Help Browser yelp
: Syntax would be yelp man:<command>
, Example: yelp man:ls
Open man pages as HTML in your
browser: open any man page in a browser using the following: man --html=firefox <command>
, Example: man --html=firefox dnf
@villykruse: You are right, the correct (and documented) command) is dnf provides
. Maybe it used to be whatprovides
, I don't actually know why I had that in my mind.
(It is a document special option for dnf repoquery as well, --whatprovides
)
whatprovides
is more descriptive of what it does, though. Also, dnf --repoquery --provides
does something totally different:
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2018-08-22 17:43:26 -0600
Seen: 53 times
Last updated: Aug 22 '18