This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
products:sbc:edge2:troubleshooting:remove-gpu-package [2024/10/21 21:49] nick |
products:sbc:edge2:troubleshooting:remove-gpu-package [2024/11/30 04:20] (current) nick |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ```shell | ```shell | ||
| - | sudo apt remove linux-gpu-mali-wayland | + | sudo apt -y remove linux-gpu-mali-wayland |
| - | sudo apt install --reinstall libegl1-mesa | + | sudo apt -y install --reinstall libegl1-mesa |
| sync | sync | ||
| sudo reboot | sudo reboot | ||
| Line 18: | Line 18: | ||
| ```shell | ```shell | ||
| - | sudo apt remove linux-gpu-mali-wayland | + | sudo apt -y remove linux-gpu-mali-wayland |
| - | sudo apt reinstall | + | sudo apt -y reinstall |
| sync | sync | ||
| sudo reboot | sudo reboot | ||