Raspberry Pi Remove Application

download Raspberry Pi Remove Application

If you can't read please download the document

description

Raspberry Pi Remove Application

Transcript of Raspberry Pi Remove Application

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