from wiki
This commit is contained in:
parent
b3f1c89320
commit
65ade6953d
1 changed files with 21 additions and 0 deletions
21
pages/DesktopDeinstall.md
Normal file
21
pages/DesktopDeinstall.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Deinstall Debian Desktop, X, etc.
|
||||
|
||||
List all the gorp that is running
|
||||
|
||||
```
|
||||
tasksel --list-tasks
|
||||
```
|
||||
|
||||
Now remove the gorp
|
||||
|
||||
```
|
||||
apt-get purge $(tasksel --task-packages desktop)
|
||||
apt-get purge $(tasksel --task-packages gnome-desktop)
|
||||
```
|
||||
|
||||
And remove the gorp's dependencies
|
||||
|
||||
```
|
||||
apt-get autoremove
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue