i want to install virtul box i already download but i did not installimg that in terminal i am using like root@ghawtham-A68I-350-DELUXE-R2-0:/home/ghawtham# dpkg -ivirtualbox-4.3_4.3.20-96996~Ubuntu~precise_i386 dpkg: error: unknown option -v Type d

Asked by NARESH

i want to install virtul box i already download but i did not installimg that in terminal i am using like root@ghawtham-A68I-350-DELUXE-R2-0:/home/ghawtham# dpkg -ivirtualbox-4.3_4.3.20-96996~Ubuntu~precise_i386 dpkg: error: unknown option -v Type dType dpkg --help for help about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through `less' or `more' ! .

please help me iam new user but i like linux very much
Linux ghawtham-A68I-350-DELUXE-R2-0 3.2.0-29-generic-pae #46-Ubuntu SMP Fri Jul 27 17:25:43 UTC 2012 i686 athlon i386 GNU/Linux
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.1 LTS"

 i hope u will be help me bye

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu software-center Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

There is a typo in your command.

But first, please send us the output of this command:

uname -a ; cat /etc/lsb-release

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Why dont you use the version in the repos, you can install it with software centre....

Revision history for this message
NARESH (nareshgoud69v) said :
#3

Linux ghawtham-A68I-350-DELUXE-R2-0 3.2.0-29-generic-pae #46-Ubuntu SMP Fri Jul 27 17:25:43 UTC 2012 i686 athlon i386 GNU/Linux
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.1 LTS"

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#4

All you need to run is:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get clean
sudo apt-get install virtualbox

And it will install. Neary everything you can need is in the repos. This isn't Windows where users are expected to look around the web for functionality they need. It's nonsense to expect users to do this but they have been doing it for years.

In Linux there is a central storage of applications which you can search and install easily.

Revision history for this message
NARESH (nareshgoud69v) said :
#5

Thanks actionparsnip, that solved my question.

Revision history for this message
NARESH (nareshgoud69v) said :
#6

thanks a lot to all linux