PDA

View Full Version : Funny "error" dialogs in Ubuntu



verevi
September 16th, 2007, 12:27 PM
I got this error while trying to print something. Not sure what went wrong, but I found the error message a bit baffling.

Anyone have other interesting/funny ones?

lisati
September 17th, 2007, 03:18 AM
I got this error while trying to print something. Not sure what went wrong, but I found the error message a bit baffling.

Anyone have other interesting/funny ones?

I like.....

Depressed Man
September 17th, 2007, 03:22 AM
Never happened to me. But there was this one thread where you solved a missing apt-get by installing apt-get with the apt-get command.

sudo apt-get install apt-get

blithen
September 17th, 2007, 04:03 AM
Never happened to me. But there was this one thread where you solved a missing apt-get by installing apt-get with the apt-get command.

sudo apt-get install apt-get


blithen@Sparky:~$ sudo apt-get install apt-get
Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package apt-get
blithen@Sparky:~$

picpak
September 17th, 2007, 04:22 AM
That should be sudo apt-get install apt.

Or, since I have apt as a bash alias, apt apt.

verevi
September 17th, 2007, 04:27 AM
The mind boggles...


That should be sudo apt-get install apt.

Or, since I have apt as a bash alias, apt apt.