Raspberry Pi Remove Application

You might also like

Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 1

Raspberry PI removing

applications
How 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

You might also like