Wednesday, 18 June 2014 23:34

Removing Applications from Raspberry Pi

Written by
You might want to remove some applications to free up some space on SD card. Use the following syntax to uninstall a program
sudo apt-get –purge remove APPNAME #replace APPNAME with the name of the app you want to remove
An example to remove Scratch program 
sudo apt-get remove scratch
Read 39362 times Last modified on Thursday, 04 June 2015 20:07
Back to Top