Virtualbox not starting

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite
1












This is a fresh install of Ubuntu 18.04 using default gnome desktop.



When I try and launch virtualbox it does not load. When I run it from the terminal I get the following error message:




VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: libQt5Core.so.5: cannot open shared object file: No such file or directory




when I run:



dpkg -l | grep libqt5


ii libqt5core5a:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 core module
ii libqt5dbus5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 D-Bus module
ii libqt5designer5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 designer module
ii libqt5gui5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 GUI module
ii libqt5help5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 help module
ii libqt5multimedia5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 Multimedia module
ii libqt5network5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 network module
ii libqt5opengl5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 OpenGL module
ii libqt5positioning5:amd64 5.9.5+dfsg-0ubuntu2 amd64 Qt Positioning module
ii libqt5printsupport5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 print support module
ii libqt5qml5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 QML module
ii libqt5quick5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 Quick library
ii libqt5quickcontrols2-5:amd64 5.9.5-0ubuntu2 amd64 Qt 5 Quick Controls 2 library
ii libqt5quicktemplates2-5:amd64 5.9.5-0ubuntu2 amd64 Qt 5 Quick Templates 2 library
ii libqt5quickwidgets5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 Quick Widgets library
ii libqt5script5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 script module
ii libqt5sensors5:amd64 5.9.5-0ubuntu1 amd64 Qt Sensors module
ii libqt5sql5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 SQL module
ii libqt5sql5-sqlite:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 SQLite 3 database driver
ii libqt5svg5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 SVG module
ii libqt5test5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 test module
ii libqt5texttospeech5:amd64 5.9.5-0ubuntu1 amd64 Speech library for Qt - libraries
ii libqt5waylandclient5:amd64 5.9.5-0ubuntu1 amd64 QtWayland client library
ii libqt5waylandcompositor5:amd64 5.9.5-0ubuntu1 amd64 QtWayland compositor library
ii libqt5webchannel5:amd64 5.9.5-0ubuntu1 amd64 Web communication library for Qt
ii libqt5webkit5:amd64 5.212.0~alpha2-7ubuntu1 amd64 Web content engine library for Qt
ii libqt5widgets5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 widgets module
ii libqt5x11extras5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 X11 extras
ii libqt5xml5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 XML module


from the terminal I can see that libqt5 is installed.



Question amended to include output as requested:



terminal prompt: ldd /usr/lib/virtualbox/VirtualBox.so | grep not
libQt5Core.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Widgets.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Core.so.5 => not found
libQt5Widgets.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Core.so.5 => not found
libQt5Widgets.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Core.so.5 => not found


And the second command:



terminal prompt: ldd /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 | grep not
ldd: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: No such file or directory


Virtualbox was installed through the software centre.



terminal prompt: dpkg -S /usr/bin/virtualbox
virtualbox-qt: /usr/bin/virtualbox


And the latest output requested:



terminal prompt: ls -l /usr/lib/x86_64-linux-gnu/libQt5Core*
ls: cannot access '/usr/lib/x86_64-linux-gnu/libQt5Core*': No such file or directory


Any ideas how to resolve?



Thanks







share|improve this question






















  • Please edit your question and add output of the following commands: ldd /usr/lib/virtualbox/VirtualBox.so | grep not and ldd /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 | grep not to show missed libraries. How did you install VirtualBox (add output of dpkg -S /usr/bin/virtualbox to the question)?
    – N0rbert
    May 27 at 17:17











  • Just to be sure, what does ls -l /usr/lib/x86_64-linux-gnu/libQt5Core* say?
    – fkraiem
    May 28 at 8:56















up vote
0
down vote

favorite
1












This is a fresh install of Ubuntu 18.04 using default gnome desktop.



When I try and launch virtualbox it does not load. When I run it from the terminal I get the following error message:




VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: libQt5Core.so.5: cannot open shared object file: No such file or directory




when I run:



dpkg -l | grep libqt5


ii libqt5core5a:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 core module
ii libqt5dbus5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 D-Bus module
ii libqt5designer5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 designer module
ii libqt5gui5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 GUI module
ii libqt5help5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 help module
ii libqt5multimedia5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 Multimedia module
ii libqt5network5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 network module
ii libqt5opengl5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 OpenGL module
ii libqt5positioning5:amd64 5.9.5+dfsg-0ubuntu2 amd64 Qt Positioning module
ii libqt5printsupport5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 print support module
ii libqt5qml5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 QML module
ii libqt5quick5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 Quick library
ii libqt5quickcontrols2-5:amd64 5.9.5-0ubuntu2 amd64 Qt 5 Quick Controls 2 library
ii libqt5quicktemplates2-5:amd64 5.9.5-0ubuntu2 amd64 Qt 5 Quick Templates 2 library
ii libqt5quickwidgets5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 Quick Widgets library
ii libqt5script5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 script module
ii libqt5sensors5:amd64 5.9.5-0ubuntu1 amd64 Qt Sensors module
ii libqt5sql5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 SQL module
ii libqt5sql5-sqlite:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 SQLite 3 database driver
ii libqt5svg5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 SVG module
ii libqt5test5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 test module
ii libqt5texttospeech5:amd64 5.9.5-0ubuntu1 amd64 Speech library for Qt - libraries
ii libqt5waylandclient5:amd64 5.9.5-0ubuntu1 amd64 QtWayland client library
ii libqt5waylandcompositor5:amd64 5.9.5-0ubuntu1 amd64 QtWayland compositor library
ii libqt5webchannel5:amd64 5.9.5-0ubuntu1 amd64 Web communication library for Qt
ii libqt5webkit5:amd64 5.212.0~alpha2-7ubuntu1 amd64 Web content engine library for Qt
ii libqt5widgets5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 widgets module
ii libqt5x11extras5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 X11 extras
ii libqt5xml5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 XML module


from the terminal I can see that libqt5 is installed.



Question amended to include output as requested:



terminal prompt: ldd /usr/lib/virtualbox/VirtualBox.so | grep not
libQt5Core.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Widgets.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Core.so.5 => not found
libQt5Widgets.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Core.so.5 => not found
libQt5Widgets.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Core.so.5 => not found


And the second command:



terminal prompt: ldd /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 | grep not
ldd: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: No such file or directory


Virtualbox was installed through the software centre.



terminal prompt: dpkg -S /usr/bin/virtualbox
virtualbox-qt: /usr/bin/virtualbox


And the latest output requested:



terminal prompt: ls -l /usr/lib/x86_64-linux-gnu/libQt5Core*
ls: cannot access '/usr/lib/x86_64-linux-gnu/libQt5Core*': No such file or directory


Any ideas how to resolve?



Thanks







share|improve this question






















  • Please edit your question and add output of the following commands: ldd /usr/lib/virtualbox/VirtualBox.so | grep not and ldd /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 | grep not to show missed libraries. How did you install VirtualBox (add output of dpkg -S /usr/bin/virtualbox to the question)?
    – N0rbert
    May 27 at 17:17











  • Just to be sure, what does ls -l /usr/lib/x86_64-linux-gnu/libQt5Core* say?
    – fkraiem
    May 28 at 8:56













up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





This is a fresh install of Ubuntu 18.04 using default gnome desktop.



When I try and launch virtualbox it does not load. When I run it from the terminal I get the following error message:




VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: libQt5Core.so.5: cannot open shared object file: No such file or directory




when I run:



dpkg -l | grep libqt5


ii libqt5core5a:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 core module
ii libqt5dbus5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 D-Bus module
ii libqt5designer5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 designer module
ii libqt5gui5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 GUI module
ii libqt5help5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 help module
ii libqt5multimedia5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 Multimedia module
ii libqt5network5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 network module
ii libqt5opengl5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 OpenGL module
ii libqt5positioning5:amd64 5.9.5+dfsg-0ubuntu2 amd64 Qt Positioning module
ii libqt5printsupport5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 print support module
ii libqt5qml5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 QML module
ii libqt5quick5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 Quick library
ii libqt5quickcontrols2-5:amd64 5.9.5-0ubuntu2 amd64 Qt 5 Quick Controls 2 library
ii libqt5quicktemplates2-5:amd64 5.9.5-0ubuntu2 amd64 Qt 5 Quick Templates 2 library
ii libqt5quickwidgets5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 Quick Widgets library
ii libqt5script5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 script module
ii libqt5sensors5:amd64 5.9.5-0ubuntu1 amd64 Qt Sensors module
ii libqt5sql5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 SQL module
ii libqt5sql5-sqlite:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 SQLite 3 database driver
ii libqt5svg5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 SVG module
ii libqt5test5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 test module
ii libqt5texttospeech5:amd64 5.9.5-0ubuntu1 amd64 Speech library for Qt - libraries
ii libqt5waylandclient5:amd64 5.9.5-0ubuntu1 amd64 QtWayland client library
ii libqt5waylandcompositor5:amd64 5.9.5-0ubuntu1 amd64 QtWayland compositor library
ii libqt5webchannel5:amd64 5.9.5-0ubuntu1 amd64 Web communication library for Qt
ii libqt5webkit5:amd64 5.212.0~alpha2-7ubuntu1 amd64 Web content engine library for Qt
ii libqt5widgets5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 widgets module
ii libqt5x11extras5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 X11 extras
ii libqt5xml5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 XML module


from the terminal I can see that libqt5 is installed.



Question amended to include output as requested:



terminal prompt: ldd /usr/lib/virtualbox/VirtualBox.so | grep not
libQt5Core.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Widgets.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Core.so.5 => not found
libQt5Widgets.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Core.so.5 => not found
libQt5Widgets.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Core.so.5 => not found


And the second command:



terminal prompt: ldd /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 | grep not
ldd: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: No such file or directory


Virtualbox was installed through the software centre.



terminal prompt: dpkg -S /usr/bin/virtualbox
virtualbox-qt: /usr/bin/virtualbox


And the latest output requested:



terminal prompt: ls -l /usr/lib/x86_64-linux-gnu/libQt5Core*
ls: cannot access '/usr/lib/x86_64-linux-gnu/libQt5Core*': No such file or directory


Any ideas how to resolve?



Thanks







share|improve this question














This is a fresh install of Ubuntu 18.04 using default gnome desktop.



When I try and launch virtualbox it does not load. When I run it from the terminal I get the following error message:




VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: libQt5Core.so.5: cannot open shared object file: No such file or directory




when I run:



dpkg -l | grep libqt5


ii libqt5core5a:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 core module
ii libqt5dbus5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 D-Bus module
ii libqt5designer5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 designer module
ii libqt5gui5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 GUI module
ii libqt5help5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 help module
ii libqt5multimedia5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 Multimedia module
ii libqt5network5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 network module
ii libqt5opengl5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 OpenGL module
ii libqt5positioning5:amd64 5.9.5+dfsg-0ubuntu2 amd64 Qt Positioning module
ii libqt5printsupport5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 print support module
ii libqt5qml5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 QML module
ii libqt5quick5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 Quick library
ii libqt5quickcontrols2-5:amd64 5.9.5-0ubuntu2 amd64 Qt 5 Quick Controls 2 library
ii libqt5quicktemplates2-5:amd64 5.9.5-0ubuntu2 amd64 Qt 5 Quick Templates 2 library
ii libqt5quickwidgets5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 Quick Widgets library
ii libqt5script5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 script module
ii libqt5sensors5:amd64 5.9.5-0ubuntu1 amd64 Qt Sensors module
ii libqt5sql5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 SQL module
ii libqt5sql5-sqlite:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 SQLite 3 database driver
ii libqt5svg5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 SVG module
ii libqt5test5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 test module
ii libqt5texttospeech5:amd64 5.9.5-0ubuntu1 amd64 Speech library for Qt - libraries
ii libqt5waylandclient5:amd64 5.9.5-0ubuntu1 amd64 QtWayland client library
ii libqt5waylandcompositor5:amd64 5.9.5-0ubuntu1 amd64 QtWayland compositor library
ii libqt5webchannel5:amd64 5.9.5-0ubuntu1 amd64 Web communication library for Qt
ii libqt5webkit5:amd64 5.212.0~alpha2-7ubuntu1 amd64 Web content engine library for Qt
ii libqt5widgets5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 widgets module
ii libqt5x11extras5:amd64 5.9.5-0ubuntu1 amd64 Qt 5 X11 extras
ii libqt5xml5:amd64 5.9.5+dfsg-0ubuntu1 amd64 Qt 5 XML module


from the terminal I can see that libqt5 is installed.



Question amended to include output as requested:



terminal prompt: ldd /usr/lib/virtualbox/VirtualBox.so | grep not
libQt5Core.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Widgets.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Core.so.5 => not found
libQt5Widgets.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Core.so.5 => not found
libQt5Widgets.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Core.so.5 => not found


And the second command:



terminal prompt: ldd /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 | grep not
ldd: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: No such file or directory


Virtualbox was installed through the software centre.



terminal prompt: dpkg -S /usr/bin/virtualbox
virtualbox-qt: /usr/bin/virtualbox


And the latest output requested:



terminal prompt: ls -l /usr/lib/x86_64-linux-gnu/libQt5Core*
ls: cannot access '/usr/lib/x86_64-linux-gnu/libQt5Core*': No such file or directory


Any ideas how to resolve?



Thanks









share|improve this question













share|improve this question




share|improve this question








edited May 28 at 18:25

























asked May 26 at 13:48









Eamonn Doyle

5682917




5682917











  • Please edit your question and add output of the following commands: ldd /usr/lib/virtualbox/VirtualBox.so | grep not and ldd /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 | grep not to show missed libraries. How did you install VirtualBox (add output of dpkg -S /usr/bin/virtualbox to the question)?
    – N0rbert
    May 27 at 17:17











  • Just to be sure, what does ls -l /usr/lib/x86_64-linux-gnu/libQt5Core* say?
    – fkraiem
    May 28 at 8:56

















  • Please edit your question and add output of the following commands: ldd /usr/lib/virtualbox/VirtualBox.so | grep not and ldd /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 | grep not to show missed libraries. How did you install VirtualBox (add output of dpkg -S /usr/bin/virtualbox to the question)?
    – N0rbert
    May 27 at 17:17











  • Just to be sure, what does ls -l /usr/lib/x86_64-linux-gnu/libQt5Core* say?
    – fkraiem
    May 28 at 8:56
















Please edit your question and add output of the following commands: ldd /usr/lib/virtualbox/VirtualBox.so | grep not and ldd /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 | grep not to show missed libraries. How did you install VirtualBox (add output of dpkg -S /usr/bin/virtualbox to the question)?
– N0rbert
May 27 at 17:17





Please edit your question and add output of the following commands: ldd /usr/lib/virtualbox/VirtualBox.so | grep not and ldd /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 | grep not to show missed libraries. How did you install VirtualBox (add output of dpkg -S /usr/bin/virtualbox to the question)?
– N0rbert
May 27 at 17:17













Just to be sure, what does ls -l /usr/lib/x86_64-linux-gnu/libQt5Core* say?
– fkraiem
May 28 at 8:56





Just to be sure, what does ls -l /usr/lib/x86_64-linux-gnu/libQt5Core* say?
– fkraiem
May 28 at 8:56
















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1040604%2fvirtualbox-not-starting%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1040604%2fvirtualbox-not-starting%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

Which professions warranted travel in Medieval times?

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

Trouble downloading packages list due to a “Hash sum mismatch” error