How to remove GNOME from a headless virtual Sid

2023-09-11 Thread Thomas Schmitt
Hi,

how to get rid of voluminous desktop stuff without colateral damage ?
Does somebody here have experience to share about de-GNOME-ing a
virtual Sid system ?

Reason why i ask:

A dist-upgrade of my virtual Sid lasted nearly 2 hours and used up 4.5 GiB
of its virtual disk. (About half of this was in /var/cache/apt/archives
and could be deleted afterwards.)
I begin to fear that the future growth of Debian will make dist-upgrades
impossible on the 32 GiB virtual disk.

Package names matching "gir*" and "*gnome*" support my feeble memories
that the system began its life as Debian 8 installation with GNOME
desktop.
It is only used for preparing and testing Debian packages of upstream
software. I log in via SSH, work the way down my cheat sheet, and commit
the new preparations to g...@salsa.debian.org. No desktop jobs at all.


Have a nice day :)

Thomas



Re: How to remove GNOME from a headless virtual Sid

2023-09-11 Thread john doe

On 9/11/23 09:28, Thomas Schmitt wrote:

Hi,

how to get rid of voluminous desktop stuff without colateral damage ?
Does somebody here have experience to share about de-GNOME-ing a
virtual Sid system ?

Reason why i ask:

A dist-upgrade of my virtual Sid lasted nearly 2 hours and used up 4.5 GiB
of its virtual disk. (About half of this was in /var/cache/apt/archives
and could be deleted afterwards.)
I begin to fear that the future growth of Debian will make dist-upgrades
impossible on the 32 GiB virtual disk.

Package names matching "gir*" and "*gnome*" support my feeble memories
that the system began its life as Debian 8 installation with GNOME
desktop.
It is only used for preparing and testing Debian packages of upstream
software. I log in via SSH, work the way down my cheat sheet, and commit
the new preparations to g...@salsa.debian.org. No desktop jobs at all.




Reinstall it from scratch without a DE! ;^)

You could use 'tasksel' and/or 'apt-get --autoremove purge '.

HTH.

--
John Doe



Re: How to remove GNOME from a headless virtual Sid

2023-09-11 Thread Reco
Hi.

On Mon, Sep 11, 2023 at 09:28:15AM +0200, Thomas Schmitt wrote:
> how to get rid of voluminous desktop stuff without colateral damage ?

I'd start with:

apt purge libgtk-3-0 libqt*

Possibly followed by:

apt autoremove --purge

It's assumed that you read through the list of packages to be removed
before you actually do it :)

Reco