Hello lucasfava,
Jerry has wrote instructions how to solve the error using Lite Tweak here - https://www.linuxliteos.com/forums/other...not-upate/
VirtualBox - did you install and remove it using Menu>System>Lite Software ?
Otherwise you can remove Virtualbox by -
Holding down the Ctrl and Alt keys then pressing t (Ctrl+Alt+t) to open your terminal.
then type into your terminal (or copy/paste it)
then press enter.
type in your password, and press enter.
After it complete then purge configuration and data of VirtualBox by type into your terminal (or copy/paste it)
and press enter
type in your password and press enter.
when it completes type
to close your terminal.
If you wanted to install VirtualBox again at any later times, I used -
to install - Menu>System>Lite Software
and I learned how to set it up with this tutorial, as I hadn't used it before -
https://www.linuxliteos.com/manual/tutorials.html#vbox
Jerry has wrote instructions how to solve the error using Lite Tweak here - https://www.linuxliteos.com/forums/other...not-upate/
VirtualBox - did you install and remove it using Menu>System>Lite Software ?
Otherwise you can remove Virtualbox by -
Holding down the Ctrl and Alt keys then pressing t (Ctrl+Alt+t) to open your terminal.
then type into your terminal (or copy/paste it)
Code:
sudo apt-get remove --auto-remove virtualbox
then press enter.
type in your password, and press enter.
After it complete then purge configuration and data of VirtualBox by type into your terminal (or copy/paste it)
Code:
sudo apt-get purge virtualbox
and press enter
type in your password and press enter.
when it completes type
Code:
exit
to close your terminal.
If you wanted to install VirtualBox again at any later times, I used -
to install - Menu>System>Lite Software
and I learned how to set it up with this tutorial, as I hadn't used it before -
https://www.linuxliteos.com/manual/tutorials.html#vbox