Reelbox Deb Installierende
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.
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 Pereira3 Answers
Reelbox Deb Installieren
Double clicking it should open it in the Software Centre. That should give you the option to install.
Oli♦OliYou 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:
Not the answer you're looking for? Browse other questions tagged package-managementvirtualbox or ask your own question.
5 Answers
Double click will show the debian package manager and click on install button will install it
ukanthukanthdpkg -i [name of file].deb
You might need to add a sudo command in the front to elevate the command to superuser level.
calibancalibanIn 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.