I was installing some programs, and every program has a XXX-doc
package. I suppose it's for documentation, maybe even for man pages? Because I get a documentation online, thus in that case may I remove all -doc
packages? I only need basic man pages, not the whole documentation, so what they really should consist of?
E.g: vim-doc
consist only from .html files (checked using dpkg
), so man page isn't there I think, so what's the use of doc package?
Is it safe to: sudo apt-get purge (or remove) .*-doc
?