LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to execute a .run file ? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-execute-a-run-file-833530/)

Aquarius_Girl 09-21-2010 06:40 AM

How to execute a .run file ?
 
Downloading Virtual box, I saw a link with title All distributions on its home page:

VirtualBox-3.2.8-64453-Linux_x86.run

I have not downloaded it yet, I wanted to know how to execute it ? I've never seen a .run file before !

Does this mean this file is supposed to run on all distributions ?

prayag_pjs 09-21-2010 06:45 AM

Code:

chmod 755 VirtualBox-3.2.8-64453-Linux_x86.run
Code:

./VirtualBox-3.2.8-64453-Linux_x86.run
confirm the same by opening the file(to confirm its bash script)

Code:

vim VirtualBox-3.2.8-64453-Linux_x86.run

EricTRA 09-21-2010 06:45 AM

Quote:

Originally Posted by anishakaul (Post 4104390)
Downloading Virtual box, I saw a link with title All distributions on its home page:

VirtualBox-3.2.8-64453-Linux_x86.run

I have not downloaded it yet, I wanted to know how to execute it ? I've never seen a .run file before !

Does this mean this file is supposed to run on all distributions ?

Hi Anisha,

I just installed the same version/package on my Slackware last week and it works like clockwork. You make the file executable if it is not and the just like any normal script:
Code:

./VirtualBox-3.2.8-64453-Linux_x86.run
Kind regards,

Eric

Aquarius_Girl 09-21-2010 06:47 AM

Thanks to Prayag and Eric.

Does this mean I don't need to download a separate RPM and DEB ?

EricTRA 09-21-2010 06:50 AM

Quote:

Originally Posted by anishakaul (Post 4104396)
Thanks to Prayag and Eric.

Does this mean I don't need to download a separate RPM and DEB ?

Hi,

You're welcome and you're correct, this is the only file you need.

Kind regards,

Eric

prayag_pjs 09-21-2010 06:50 AM

Ya it will install it

Aquarius_Girl 09-21-2010 06:52 AM

Thanks again, then I wonder why on earth anyone would want to install a deb or some other thing rather than this "Generalized" one !

Thanks anyway to both of you.

MTK358 09-21-2010 07:03 AM

Quote:

Originally Posted by anishakaul (Post 4104402)
Thanks again, then I wonder why on earth anyone would want to install a deb or some other thing rather than this "Generalized" one !

There is a HUGE reason not to: it won't be tracked by your package manager.

BTW ".run" just meant that they want you to execute it, it's not some special file format!

Aquarius_Girl 09-21-2010 07:33 AM

Quote:

Originally Posted by MTK358 (Post 4104412)
There is a HUGE reason not to: it won't be tracked by your package manager.

BTW ".run" just meant that they want you to execute it, it's not some special file format!

Thanks,

I guess you say so because if package manager doesn't detect it, the package will not get automatic updates ?

Is that the only reason, so there is something else too ?

MTK358 09-21-2010 07:37 AM

Quote:

Originally Posted by anishakaul (Post 4104429)
Thanks,

I guess you say so because if package manager doesn't detect it, the package will not get automatic updates ?

Is that the only reason, so there is something else too ?

Not just that, but you will have problems when you have dependency trees involving VirtualBox.

Also, you won't be guaranteed to have VirtualBox's dependencies, and if you decide to remove VirtualBox, you might have useless packages hanging you installed as dependencies for it.

Aquarius_Girl 09-21-2010 07:44 AM

Quote:

Originally Posted by MTK358 (Post 4104434)
Not just that, but you will have problems when you have dependency trees involving VirtualBox.

Also, you won't be guaranteed to have VirtualBox's dependencies, and if you decide to remove VirtualBox, you might have useless packages hanging you installed as dependencies for it.

Many thanks again, {can't give the Rep points due to the spread system :(}

But in this case, I will just be running the Virtual Box, not installing it. So will I be still haunted by the dependency trees ? Or I am getting it wrong ?

MTK358 09-21-2010 09:26 AM

Running the .run file will INSTALL it.

Anyway, It's probably not such a big deal for something like VirtualBox, but it's probably not the best way either.

But if you install an essential library that many apps use without the package manager, you will have problems.

TobiSGD 09-21-2010 10:02 AM

Problem with Virtualbox is that it needs kernel-modules to run properly. So every time your kernel is updated you have to recompile the kernel modules for your new kernel. If you use the packages from your distro this will be done automatically on updates, at least on my Debian machines, I don't know how this is handled on RPM-based distros.

Aquarius_Girl 09-21-2010 10:36 AM

Thanks again to MTK and TobiSGD for the enlightenment !


All times are GMT -5. The time now is 05:21 AM.