I used to use windows as a desktop OS but in my work I use redhat enterprise linux a lot. Now that i have switched to ubuntu as a desktop OS one of the things that is bugging me a lot is the documentation, it seems very small to me (more like a few how-to articles than a full documentation) especially that I am used to redhat documentation.
I understand there is a good community support but having a complete documentation is essential in my opinion. I am asking this question here in the hope that I have missed the link for a better documentation or source of information.
apt
system. To add it to the menus, you have to add it yourself (easier on some menu systems & DEsktops than others). Also when you release-upgrade to a later version, it may not run as it'll likely need recompiling (ie.make; make install
to use the later libraries in the later system etc) – guiverc May 10 '18 at 09:32man
provides manual-reference page for the subject/command used as an option and is thus very specific.info
is more general & gives information about a topic (providing its in the help database).apropos
for for searching manual page names and descriptions for keywords when you don't know exactly what you want... – guiverc May 10 '18 at 09:35