Changes between Initial Version and Version 1 of Ticket #17094
- Timestamp:
- Sep 18, 2017 2:20:44 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17094 – Description
initial v1 1 1 I downloaded the package for Ubuntu 16.04 from http://download.virtualbox.org/virtualbox/5.1.28/virtualbox-5.1_5.1.28-117968~Ubuntu~xenial_amd64.deb 2 2 3 By double-clicking on it it opens with Ubuntu Software Whatever, an "install" button shows up. That doesn't work, it just shows a progress bar for a fraction of a second and then the button appears again, it does nothing, gives no error message. But that probably is a bug in Ubuntu.3 By double-clicking on it it opens with Ubuntu Software Whatever, an "install" button shows up. That doesn't work, https://forums.virtualbox.org/viewtopic.php?f=1&t=84623&sid=255ddb223689adba4a433f51a9e7500d&p=401997#p401997it just shows a progress bar for a fraction of a second and then the button appears again, it does nothing, gives no error message. But that probably is a bug in Ubuntu. 4 4 5 5 So in a terminal I did: 6 6 {{{ 7 7 $ sudo apt install ./virtualbox-5.1_5.1.28-117968-Ubuntu-xenial_amd64.deb 8 8 }}} 9 9 And this is the output: 10 10 11 11 {{{ 12 12 Reading package lists... Done 13 13 Building dependency tree … … 68 68 depmod: FATAL: could not search modules: No such file or directory 69 69 Processing triggers for libc-bin (2.23-0ubuntu9) ... 70 }}}