Linux Lite Forums
Removing virtual box - how to use the code lines properly? - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20)
+--- Thread: Removing virtual box - how to use the code lines properly? (/showthread.php?tid=6263)



Removing virtual box - how to use the code lines properly? - JanetBiggar - 06-25-2019

So I’m trying out LL 4.0 on a new (to me) old laptop and wanted to remove virtual box so as to speed up getting to the start menu faster. I used the info in the 4.0 release announcement where Jerry has listed the 5 lines.

I wasn’t sure if I was to copy and paste each line separately or do it altogether so did the first three lines all separately. After pasting the first line and hitting enter then entering my password it did “stuff”, but after each of the 2nd and 3rd lines it didn’t seem to do anything it just came back with the usual line it shows when you initially open terminal.

I then copy and pasted the last 2 lines together and pressed enter and it did “stuff” again.

So it seems maybe it gets to the start menu a bit faster, however because of the way I did it above I’m wondering if anything really has changed and what is the correct way to do the steps to remove virtual box? I suspect I will be using more 64 bit laptops and LL 4.0 so would like to know for future.


Re: Removing virtual box - how to use the code lines properly? - TMG1961 - 06-25-2019

You copy and paste each line seperate into terminal followed by hitting enter.
After that you go to Menu, Settings, Session and Startup, Application Autostart and Untick vboxclient.
Restart laptop and you are good to go.


Re: Removing virtual box - how to use the code lines properly? - JanetBiggar - 06-25-2019

(06-25-2019, 06:54 PM)TMG1961 link Wrote: You copy and paste each line seperate into terminal followed by hitting enter.
After that you go to Menu, Settings, Session and Startup, Application Autostart and Untick vboxclient.
Restart laptop and you are good to go.

Thanks.

So since I did not do each separately I am presuming nothing happened and that I should now go and do this all over again (separately)?


Re: Removing virtual box - how to use the code lines properly? - firenice03 - 06-25-2019

(06-25-2019, 07:28 PM)JanetBiggar link Wrote: Thanks.

So since I did not do each separately I am presuming nothing happened and that I should now go and do this all over again (separately)?

The 1st line of each that you pasted probably was successful - so yes, rerunning each as a separate command will fix.. If its already been ran it won't do anything as its already been done Smile ...

You could run back to back commands but would need '&&' in-between...
Code:
command1 && command2



Re: Removing virtual box - how to use the code lines properly? - TMG1961 - 06-25-2019

agree with firenice03


Re: Removing virtual box - how to use the code lines properly? - JanetBiggar - 06-26-2019

Thanks TMG1961 and firenice03 I will do that today or tomorrow.

It will be interesting to see if there is any difference in start-up time as right now it takes about 45 secs from pushing the power button to the first login prompt.