Skip to main content

Questions tagged [manpage]

A manpage is a piece of documentation (not just a single page) that comes with most programs installed on Ubuntu.This is invoked with the name of a program to call up a help manual with various sections detailing the operation of the program.

3 votes
1 answer
387 views

I am testing with Ubuntu 25.10 and tried the date command. The man pages don't contain the explanation of %M and so on anymore. Is that the intention? In version 24.04 it is still there. Kind regards, ...
Van Walle Frédéric's user avatar
0 votes
3 answers
51 views

Reading the manpage for the fish shell with man, I see a reference to a fuller fish-doc manpage. However, man cannot locate it: $ man fish-doc No manual entry for fish-doc This manpage indeed exists, ...
ivan_pozdeev's user avatar
0 votes
0 answers
100 views

The man command has become silent for normal users on Ubuntu 25.04. Every man command entered gives no output, for example. $ man ls $ $ man -V $ This problem could be a regression, the saem ...
will's user avatar
  • 357
0 votes
1 answer
216 views

When I try to open the man page of any program I get the following message: $ man ls man: error while loading shared libraries: libmandb-2.10.2.so: cannot open shared object file: Permission denied I ...
Sâu's user avatar
  • 157
1 vote
1 answer
317 views

I have the following lines in my .bashrc to support colors in man pages: # Colored man pages export LESS_TERMCAP_mb=$'\e[1;32m' export LESS_TERMCAP_md=$'\e[1;32m' export LESS_TERMCAP_me=$'\e[0m' ...
Al Bundy's user avatar
  • 921
0 votes
1 answer
67 views

I remember having installed a graphical manpage viewer that asks me for the first letter of a manpage, the section of the manpage, and the specific manpage in question. I do not, however, remember the ...
Andrew Kay novaTopFlex's user avatar
1 vote
1 answer
483 views

I looked it up in the man page of find, but I'm having trouble understanding the definition of -newer. An example would be find . -newer ~/start-date I have no idea what the expression -newer is. ...
Djinnoffire's user avatar
0 votes
2 answers
154 views

When away from my Linux system I sometimes want to read up on a Linux command. Today it is xrandr. The online web sources do not seem to have it. Any ideas?
Rogo's user avatar
  • 113
3 votes
1 answer
923 views

I would like to use batcat to colorize the output of the --help and -h options of commands, similar to the use of batcat colorization of the man pages. I would like this to work on different shells, ...
Vasil's user avatar
  • 149
4 votes
1 answer
2k views

When I leave the explanation of the "man man" command on Ubuntu 24.04 ("q"), I see "man: can't resolve man7/groff_man.7". This is not happening with other comands like &...
JotaR's user avatar
  • 57
0 votes
0 answers
262 views

It's hard to find the documentaion for --sport and --dport by using "iptables --help" or "man iptables". iptables --help | grep port man iptables | grep port But I can find it ...
stackbiz's user avatar
  • 517
0 votes
1 answer
133 views

As we know, there are multiple pagers available like less, more, etc. So, I was wondering which pager opens when we view the manual of any command using: man command I do believe that it’s less, but ...
Akash's user avatar
  • 19
4 votes
1 answer
2k views

I would like to use batcat (or bat for short) to view man pages, because batcat will implement syntax highlighting with different colours. I've installed batcat like this: sudo apt install bat I ...
Flimm's user avatar
  • 44.4k
4 votes
1 answer
388 views

Whenever I try to open a man page, I receive an error: $ man man man: command exited with status 1: (cd /usr/share/man && /usr/libexec/man-db/zsoelim) | (cd /usr/share/man && /usr/...
Alsbaldur's user avatar
2 votes
1 answer
351 views

Where does one find the manpage of a flatpak application? For example, I know that Thunderbird usually has a manpage. However, I have tried the following two commands to no avail. [user ~]$ man ...
abrac's user avatar
  • 220

15 30 50 per page
1
2 3 4 5
20