Download - Raspberry Pi Remove Application

Transcript

Raspberry PI removing applicationsHow to remove applications from your Raspberry PI?Remove applications you installed with apt-get with:sudo apt-get -purge remove APPNAME(replace APPNAME with the name of the app you want to remove)To remove possible application orphans:sudo apt-get autoremove -purge