When I try to update 11.10 with current updates, I receive this error message stating Does Not Have Super Cow Powers. Why is it not updating with the current security packages?
When I try to update 11.10 with current updates, I receive this error message stating Does Not Have Super Cow Powers. Why is it not updating with the current security packages?
When you run
aptitude
with an unrecognized command or with the--help
flag, you get a screen briefly describing all the kinds of operationsaptitude
can perform. At the end, it says:Since you're getting this text (the whole thing, not just the Super Cow Powers thing) while presumably trying to perform some real operation, this means you've mistyped your command. We can't give you more specific information unless you show us exactly what you're entering into the Terminal to produce this message.
This is not about the Super Cow Powers. That's just the final line of the long message you get when you tell
aptitude
to do something it doesn't know how to do.While I cannot tell you exactly what you should have typed because I don't know what you did type, I can provide more information about Super Cow Powers, which hopefully will address the confusion surrounding this (intentionally silly) term.
Super Cow Powers is a term for an easter egg in apt-get (see also APT). There are related easter eggs in aptitude. See this article and this other article.
What it means to say that
aptitude
does not have Super Cow Powers is that it does not have the ability to display the Super Cow displayed when you runapt-get moo
. This is one of the very few capabilities present inapt-get
but not inaptitude
. ;-)