vboxmanage missing from 1.6.2 (Ubuntu host)

Discussions related to using VirtualBox on Linux hosts.
Post Reply
maraja
Posts: 10
Joined: 1. Jul 2008, 08:17
Primary OS: Mac OS X Leopard
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu, Windows

vboxmanage missing from 1.6.2 (Ubuntu host)

Post by maraja »

Hallo,

I upgraded to VirtualBox 1.6.2 and was trying to clone a guest system. Unfortunately when I try to run vboxmanage I get the following:

Code: Select all

The program 'vboxmanage' is currently not installed.  You can install it by typing:
sudo apt-get install virtualbox-ose
bash: vboxmanage: command not found 
Now, to install the ose version I need to uninstall version 1.6.2 loosing the USB support :(

Is there any way to get a vboxmanage installer that can be used to clone 1.6.2 (and possibly future) guests?

thank you so much,
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

Linux is case sensitive, try 'VBoxManage' instead. You can see if you have the command by typing first (few) letter(s) and hit tab once or twice.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
maraja
Posts: 10
Joined: 1. Jul 2008, 08:17
Primary OS: Mac OS X Leopard
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu, Windows

Post by maraja »

ouch!

you got me!!
and the funny thing is that I am a developer....
sorry to bother,
Post Reply