NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
remove all GUI-related packages from existing installation.How do I remove all GUI-related packages from existing installation. Thanks |
Re: remove all GUI-related packages from existing installation.
dpkg -l '*xserver*'|grep ^ii
That gives you a huge list of packages you can remove. All other GUI related items will also be removed due to dependencies. If you take a little time poking around with the list, you will see there are really maybe only 5 packages which you need to remove and everything else will also be removed. Since my guess is that it will take at least 30 minutes to work out what those key packages are, I leave that job to you.
Another option is to back up all data and customized configuration files, then reinstall Debian, but only install a 'base' system. The only problem of course is that if you run services like Apache, ftp, etc, you need to reinstall and reconfigure all of them.