Page 1 of 1

Issues with Ubuntu on virtual box

Posted: 22. Sep 2008, 07:42
by venkat_k
I am running virtual box on windows vista.
I have installed Ubuntu as my guest os. Everything went fine and i was able to boot Ubuntu properly.
But when i tried to install the packages on Ubuntu (sudo apt-get install essential), i am getting the following error.
"E: package not found....."

Please help me.

Re: Issues with Ubuntu on virtual box

Posted: 22. Sep 2008, 12:37
by bodegem
venkat_k wrote:I am running virtual box on windows vista.
But when i tried to install the packages on Ubuntu (sudo apt-get install essential), i am getting the following error.
"E: package not found....."
You might want to try the following:

Code: Select all

  sudo apt-get install build-essential
Cheers,

Peter

Posted: 22. Sep 2008, 12:44
by venkat_k
Hi Peter,
Thanks for the reply.
I tried " sudo apt-get install build-essential" also.
I am suspecting issues with some settings in virtual box. It should check for the package in the cd drive (i.e D: in my system). why it is checking for E: and saying package not found?

-venkat

Posted: 22. Sep 2008, 17:57
by TerryE
Linux doesn't "think" in terms C,D,E. That's windows-speak. If you get a message "E: Couldn't find package essential", then I think E=Error in this case. There is no package "essential" but there is a build-essential which is what you need. What is the exact error that you get when you request this, and have you done an sudo apt-get update recently?

Posted: 22. Sep 2008, 22:35
by Sasquatch
Venkat_k, you did enable networking in your Guest, right? Set it to NAT and try to install it from the internet.

Posted: 23. Sep 2008, 20:21
by venkat_k
Thank u all for the replies.
I was able to install the required packages by keeping the vm in NAT mode and connecting to internet.