If I run apt-cache show nonexistent
, I get this error:
N: Unable to locate package nonexistent
E: No packages found
I know the E stands for "Error", and a W would stand for "Warning", but what does the N stand for? "Information"?
Are there other letters that may show up?
I couldn't find anything in man apt-cache
, man apt
, or man apt-get
.
P.s. This came up because of this question: Bash file redirection bug?