Reelbox Deb Installierende

  1. Reelbox Deb Installieren

How do I install a.deb file in Ubuntu Stack Exchange Network Stack Exchange network consists of 175 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Active4 years, 8 months ago

I have downloaded virtualbox.deb package. But I don't know how to install this application. Please anyone let me know how to install it..

Bruno Pereira
62k27 gold badges182 silver badges209 bronze badges
omjaijagdishomjaijagdish

3 Answers

Reelbox Deb Installieren

Double clicking it should open it in the Software Centre. That should give you the option to install.

OliOli
229k94 gold badges585 silver badges780 bronze badges
Mostafa ShahverdyMostafa Shahverdy
3,7932 gold badges12 silver badges30 bronze badges

You can also use gdebi, a tool similar to dpkg that also resolves any dependencies needed for the package to work.

You just need to install gdebi (sudo apt-get install gdebi), and then run:

WilfReelbox Deb InstallierendeWilf
22.7k11 gold badges74 silver badges137 bronze badges

Not the answer you're looking for? Browse other questions tagged package-managementvirtualbox or ask your own question.

Active8 years, 5 months ago
flybywireflybywire
1,9879 gold badges35 silver badges53 bronze badges

5 Answers

Double click will show the debian package manager and click on install button will install it

ukanthukanth
6,80210 gold badges37 silver badges59 bronze badges
Dan WalkerDan Walker
Alvin RowAlvin Row

dpkg -i [name of file].deb

You might need to add a sudo command in the front to elevate the command to superuser level.

calibancalibanReelbox deb installierenReelbox Deb Installierende
18.6k5 gold badges43 silver badges60 bronze badges

In ubuntu, simply double clicking the file should be enough, if not right click the item and open it with the installer.

Or.

You could use the command line way, like stated above.

GondeeGondee

Not the answer you're looking for? Browse other questions tagged linuxubuntuinstallationdebianinstaller or ask your own question.