PDA

View Full Version : [ubuntu] .bundle - how do I install



banditti
June 26th, 2008, 04:37 PM
I am trying to install a program that gives me .rpm option and a .bundle option. I tried alien on the .rpm, no luck.

what the heck is a .bundle and what do I do with it?

banditti
June 26th, 2008, 08:44 PM
did a chmod +x and did a ./ and it worked.

smnirven
November 20th, 2008, 03:42 AM
Let me guess, you were trying to install vmware?

darco
November 20th, 2008, 04:38 AM
did a chmod +x and did a ./ and it worked.

Dont forget to send yourself a "thanks"!

darco

arunodhaya80
January 25th, 2009, 04:43 PM
Thanks a lot. You people saved my day. And yes. I am trying to install vmware player.

punong_bisyonaryo
January 28th, 2009, 02:26 PM
I was googling what the hell a .bundle is, and incidentally, I too am installing vmware player.:D Thanks!

mjp216
March 26th, 2009, 06:32 AM
did a chmod +x and did a ./ and it worked.

What is a "./"?

punong_bisyonaryo
March 26th, 2009, 06:35 AM
What is a "./"?

It specifies that the file you want to run is in the current directory. Otherwise, it'll look for it in the path such as /usr/bin, etc.

odoketa
April 11th, 2009, 06:44 AM
did a chmod +x and did a ./ and it worked.

Awesome! Thanks!

j3llyguy
April 20th, 2009, 04:44 PM
Talk to me like i'm 5 years old.
I want to install .bundle too, but i just installed ubuntu for the first time so i don't know much can u tell what exactly i have to fill in.

Trying one of those:
VMware-Workstation-6.5.1-126130.x86_64.bundle
VMware-Player-2.5.2-156735.i386.bundle

I already tried the first one with alien out of .rpm what i got out of the .rpm is a .bundle

NEVERMIND figured out here's how:


sudo sh '/home/(username like /jacky)/Desktop/VMware-Player-2.5.2-156735.i386.bundle'



sudo sh '/home/(username like /jacky)/Desktop/VMware-Workstation-6.5.1-126130.x86_64.bundle

It's easier to just insert sudo sh and grab ur file and drag into the terminal and enter it.

It's maybe easy for some u guys but some poeple like me didn't knew this

And that's what i spend my whole free day on

punong_bisyonaryo
April 21st, 2009, 04:41 PM
Congratulations! You're on your way.:D

Naikei
October 13th, 2009, 07:44 PM
NEVERMIND figured out here's how:


sudo sh '/home/(username like /jacky)/Desktop/VMware-Player-2.5.2-156735.i386.bundle'


It's easier to just insert sudo sh and grab ur file and drag into the terminal and enter it.



Thanks, did the trick!

GolemdX
October 25th, 2009, 03:57 PM
Let this be a lesson for people.
When in doubt for what to do with a file...
execute it in terminal.

Works with almost any file I'm unfamiliar with.

rocky9191
February 11th, 2010, 06:44 AM
You guys are great! I just signed up to say thanks!

luigimangili
March 1st, 2010, 05:04 PM
:p perfect !! :D

Talk to me like i'm 5 years old.
I want to install .bundle too, but i just installed ubuntu for the first time so i don't know much can u tell what exactly i have to fill in.

Trying one of those:
VMware-Workstation-6.5.1-126130.x86_64.bundle
VMware-Player-2.5.2-156735.i386.bundle

I already tried the first one with alien out of .rpm what i got out of the .rpm is a .bundle

NEVERMIND figured out here's how:


sudo sh '/home/(username like /jacky)/Desktop/VMware-Player-2.5.2-156735.i386.bundle'

sudo sh '/home/(username like /jacky)/Desktop/VMware-Workstation-6.5.1-126130.x86_64.bundleIt's easier to just insert sudo sh and grab ur file and drag into the terminal and enter it.

It's maybe easy for some u guys but some poeple like me didn't knew this

And that's what i spend my whole free day on

mcgr75
August 10th, 2010, 01:39 AM
Just wanted to add my thanks to this as well, very useful, especially finding out i can drag a file into terminal, i wasn't aware of that :)

tanoloco
November 18th, 2010, 06:57 PM
Just adding my thanks too!

According to your suggestions I did:


sudo chmod +x
sudo sh
both times dragging the .bundle file directly into terminal
and it worked perfectly!

Great trick!

spezticle
September 7th, 2011, 02:30 AM
Thanks for this thread!


cd /"path to downloaded .bundle file"
sh ./file.bundle


worked perfectly :)

Joshhua5
January 31st, 2012, 07:40 AM
Mine just loads in Gedit... help?