I was going to remove the GStreamer app from my Ubuntu environment with these commands:
sudo apt-get remove gstreamer sudo apt-get purge gstreamer
When I entered the first line I noticed it said it was going to install something:
Terminal output:
The following NEW packages will be installed: policykit-1-gnome 0 upgraded, 1 newly installed, 112 to remove and 0 not upgraded. Need to get 25.0 kB of archives. After this operation, 240 MB disk space will be freed. Do you want to continue? [Y/n] n
What is this policykit-1-gnome and is it safe to proceed?
thanks...
sudo apt update
and thensudo apt upgrade
. DON'T agree to any removal; abort the upgrade instead if necessary. Copy theupgrade
output and read it line by line. Review the proposed removals and look for patterns. – user535733 Oct 14 '23 at 03:230 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
– Ed Delauter Oct 14 '23 at 13:17