Ga naar de inhoud
Home » Raspberry Pi update, upgrade and install

Raspberry Pi update, upgrade and install

Raspberry Pi Blog Header

Welke Pi heb je?

$ cat /sys/firmware/devicetree/base/model
Raspberry Pi 4 Model B Rev 1.4
$

Of iets wat er op lijkt LOL

Update en upgrade Pi OS:

sudo apt update
sudo apt upgrade
sudo systemctl reboot

Install en uninstall

sudo apt install <package>
sudo apt uninstall <package>

Clean up once and a while

sudo apt autoremove