To remove applications from a Raspberry PI, use the command "sudo apt-get --purge remove APPNAME" where APPNAME is replaced with the name of the application to remove. Any orphaned application files can be cleaned up with "sudo apt-get autoremove --purge".
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
79 views1 page
Raspberry Pi Remove Application
To remove applications from a Raspberry PI, use the command "sudo apt-get --purge remove APPNAME" where APPNAME is replaced with the name of the application to remove. Any orphaned application files can be cleaned up with "sudo apt-get autoremove --purge".
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 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