Удаление Gnome
Тут в исику спрашивают, как удалить Gnome после установки Solaris'а 10. Мол, он мне не нужен.
Очень легко.
Смотрим на пакеты, которые будем удалять:
osiris:/% pkginfo | grep SUNWgnome
GNOME2 SUNWgnome-a11y-base-devel Accessibility Implementation for the GNOME base libraries - developer files, platform dependent, /usr GNOME2 SUNWgnome-a11y-base-devel-share Accessibility Implementation for the GNOME base libraries - developer files - platform independent, /usr/share GNOME2 SUNWgnome-a11y-base-libs Accessibility Implementation for the GNOME base libraries - platform dependent files, /usr filesystem GNOME2 SUNWgnome-a11y-gok GNOME On-screen Keyboard GNOME2 SUNWgnome-a11y-gok-root GNOME On-screen Keyboard - architecture dependent, / filesystem GNOME2 SUNWgnome-a11y-gok-share GNOME On-screen Keyboard - architecture independent, /usr/share GNOME2 SUNWgnome-a11y-libs Accessibility Implementation for GNOME GNOME2 SUNWgnome-a11y-libs-devel Accessibility Implementation for GNOME - developer files, platform dependent, /usr GNOME2 SUNWgnome-a11y-libs-devel-share Accessibility Implementation for GNOME - developer files, platform independent, /usr/share GNOME2 SUNWgnome-a11y-libs-share Accessibility Implementation for GNOME - platform dependent, /usr GNOME2 SUNWgnome-a11y-poke Accessibility support tool GNOME2 SUNWgnome-a11y-poke-share Accessibility support tool - architecture independent, /usr/share GNOME2 SUNWgnome-a11y-reader GNOME screen reader and magnifier GNOME2 SUNWgnome-a11y-reader-devel GNOME screen reader and magnifier - developer files ...
|
Ну, и сам процесс удаления:
osiris:/% yes | pkgrm -Y GNOME2
|
Где "-Y" в данном случае "GNOME2".
-Y category
Remove packages based on the value of the CATEGORY parameter stored in the installed or spooled package's pkginfo(4) file.Стоит отметить, что пакет с пометкой "system" (например, SUNWcakr :-) не может быть удален с этой опцией.