How do you completely remove ubuntu-desktop along with all installed packages with it?

SemanticUI

How do you completely remove ubuntu-desktop along with all installed packages with it? I'm using Ubuntu 14.04 server on vps and used sudo apt-get install ubuntu-desktop to install.

Will

Even better than just doing remove, you can use purge and then autoremove.

sudo apt-get purge ubuntu-desktop
sudo apt-get autoremove

Purge option according to the man page for apt-get:

**purge**
purge is identical to remove except that packages are
removed and purged (any configuration files are deleted too).

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How do you remove MacPorts and all the packages it has installed?

From Dev

Remove completely all packages I installed?

From Dev

How to remove all packages installed because of KDE on Ubuntu 19.10

From Dev

How do you track which packages were installed on Ubuntu (Linux)?

From Dev

How do you completely remove Ionic and Cordova installation from Ubuntu?

From Dev

Completely remove Android Studio, Eclipse and all the libs/packages installed with them

From Dev

How do I completely remove Github for Mac along with its Git installation and all?

From Dev

How do I know if Ubuntu installed completely?

From Java

How to get list of all installed packages along with version in composer?

From Dev

How to completely remove desktop?

From Dev

Scan and get the packages installed on Ubuntu along with the version

From Dev

How to remove installed packages

From Dev

How to remove installed packages

From Dev

Ubuntu, how do you remove all Python 3 but not 2

From Dev

How do I completely remove Parallels Desktop from my Mac?

From Dev

How to completely remove ALL flavours of Ubuntu from Ubuntu Studio

From Dev

How to completely remove ALL flavours of Ubuntu from Ubuntu Studio

From Dev

Which packages are installed on Ubuntu desktop by default?

From Dev

How to Remove all packages which is installed by dpkg from debs

From Dev

How to Remove all packages which is installed by dpkg from debs

From Dev

purge all packages manually installed via apt-get from the moment you installed the Ubuntu OS

From Dev

How can I remove the packages that came with ubuntu-desktop? (13.10)

From Dev

How can I remove the packages that came with ubuntu-desktop? (13.10)

From Dev

How do you remove a stubborn Lubuntu-desktop environment after changing ubuntu's default login screen?

From Dev

How do you list installed meta packages on Arch Linux?

From Dev

How do you completely remove Ionic and Cordova installation from mac?

From Dev

How to Find All Defaultly Installed Packages on Ubuntu 16.04.3

From Dev

How to view all the packages installed in Ubuntu in the order of installation

From Dev

How do I detect and remove Python packages installed via pip?

Related Related

  1. 1

    How do you remove MacPorts and all the packages it has installed?

  2. 2

    Remove completely all packages I installed?

  3. 3

    How to remove all packages installed because of KDE on Ubuntu 19.10

  4. 4

    How do you track which packages were installed on Ubuntu (Linux)?

  5. 5

    How do you completely remove Ionic and Cordova installation from Ubuntu?

  6. 6

    Completely remove Android Studio, Eclipse and all the libs/packages installed with them

  7. 7

    How do I completely remove Github for Mac along with its Git installation and all?

  8. 8

    How do I know if Ubuntu installed completely?

  9. 9

    How to get list of all installed packages along with version in composer?

  10. 10

    How to completely remove desktop?

  11. 11

    Scan and get the packages installed on Ubuntu along with the version

  12. 12

    How to remove installed packages

  13. 13

    How to remove installed packages

  14. 14

    Ubuntu, how do you remove all Python 3 but not 2

  15. 15

    How do I completely remove Parallels Desktop from my Mac?

  16. 16

    How to completely remove ALL flavours of Ubuntu from Ubuntu Studio

  17. 17

    How to completely remove ALL flavours of Ubuntu from Ubuntu Studio

  18. 18

    Which packages are installed on Ubuntu desktop by default?

  19. 19

    How to Remove all packages which is installed by dpkg from debs

  20. 20

    How to Remove all packages which is installed by dpkg from debs

  21. 21

    purge all packages manually installed via apt-get from the moment you installed the Ubuntu OS

  22. 22

    How can I remove the packages that came with ubuntu-desktop? (13.10)

  23. 23

    How can I remove the packages that came with ubuntu-desktop? (13.10)

  24. 24

    How do you remove a stubborn Lubuntu-desktop environment after changing ubuntu's default login screen?

  25. 25

    How do you list installed meta packages on Arch Linux?

  26. 26

    How do you completely remove Ionic and Cordova installation from mac?

  27. 27

    How to Find All Defaultly Installed Packages on Ubuntu 16.04.3

  28. 28

    How to view all the packages installed in Ubuntu in the order of installation

  29. 29

    How do I detect and remove Python packages installed via pip?

HotTag

Archive