为什么 aptitude 给我“没有超级牛的力量”错误?

Jam*_*mes 11 aptitude easter-egg

当我尝试使用当前更新更新 11.10 时,我收到此错误消息,指出没有超级牛的力量。为什么不使用当前的安全包进行更新?

Eli*_*gan 11

当您aptitude使用无法识别的命令或--help标志运行时,您会看到一个屏幕,简要描述aptitude可以执行的所有类型的操作。最后,它说:

This aptitude does not have Super Cow Powers.
Run Code Online (Sandbox Code Playgroud)

由于您收到此文本(整件事,而不仅仅是 Super Cow Powers 的事情),同时大概是在尝试执行一些实际操作,这意味着您输错了命令。我们无法为您提供更具体的信息,除非您准确地向我们展示您在终端中输入的内容以生成此消息。

这不是关于超级牛的力量。这只是当你告诉aptitude做一些它不知道如何做的事情时你得到的长消息的最后一行。

虽然我不能告诉你什么,你应该键入因为我不知道你做什么的类型,我可以提供有关超级牛力,它希望将解决围绕这个(有意傻)长期混乱的更多信息。

超级牛力是一个术语复活节彩蛋apt-get的(见APT)。aptitude 里面有相关的复活节彩蛋。请参阅本文另一篇文章

ek@Apok:~$ apt-get moo
         (__) 
         (oo) 
   /------\/ 
  / |    ||   
 *  /\---/\ 
    ~~   ~~
...."Have you mooed today?"...
ek@Apok:~$ aptitude moo
There are no Easter Eggs in this program.
ek@Apok:~$ aptitude -v moo
There really are no Easter Eggs in this program.
ek@Apok:~$ aptitude -vv moo
Didn't I already tell you that there are no Easter Eggs in this program?
ek@Apok:~$ aptitude -vvv moo
Stop it!
ek@Apok:~$ aptitude -vvvv moo
Okay, okay, if I give you an Easter Egg, will you go away?
ek@Apok:~$ aptitude -vvvvv moo
All right, you win.

                               /----\
                       -------/      \
                      /               \
                     /                |
   -----------------/                  --------\
   ----------------------------------------------
ek@Apok:~$ aptitude -vvvvvv moo
What is it? It's an elephant being eaten by a snake, of course.
Run Code Online (Sandbox Code Playgroud)

这是什么意思说,aptitude没有超级牛力的是,它并没有显示超级牛显示,当您运行的能力apt-get moo。这是存在于极少数的功能之一apt-get,但不是aptitude;-)

来源:https : //answers.launchpad.net/ubuntu/+source/sudo/+question/160087

  • 这是对 Antoine de Saint Exupery 的“小王子”的引用 http://i.stack.imgur.com/iyx1a.jpg (5认同)