Вы находитесь на странице: 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

Вам также может понравиться