Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 1212  / 2 Years ago, tue, february 8, 2022, 7:56:19
$ man ifconfig
No manual entry for ifconfig
See 'man 7 undocumented' for help when manual pages are not available.

$ dpkg -l | grep -i manpages
ii manpages 3.54-1ubuntu1 all Manual pages about using a GNU/Linux system
ii manpages-dev 3.54-1ubuntu1 all Manual pages about using GNU/Linux for development
ii manpages-posix 2.16-1 all Manual pages about using POSIX system
ii manpages-posix-dev 2.16-1 all Manual pages about using a POSIX system for development


How do I get the ifconfig manpage installed on Ubuntu 13.10?


More From » ifconfig

 Answers
0

The problem has been resolved by re-installing the "net-tools" package. The possible cause of such issue might be a skewed previous installation.



$ sudo apt-get install --reinstall net-tools


P.S.: At the time during my research for solutions on this issue, I found that I need to know which package the command belongs to. Here is how you do it:



$ dpkg -S `which ifconfig`

[#25989] Wednesday, February 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ardingiba

Total Points: 497
Total Questions: 95
Total Answers: 109

Location: Gabon
Member since Sat, Jan 15, 2022
2 Years ago
;