Hi,
*Disclaimer - I'm very new to TC so I may well have missed something "obvious" here *
I'm building a CLI-only system, and have installed VIM via tce-load -iw vim
However vim has Xorg listed as a dependency for some reason, so it's pulled down and installed about 50 packages I don't want or need.
I've tried removing Xorg-7.7-lib.tcz from the vim.tcz.dep file and then use tce-audit to delete Xorg-7.7-lib.tcz but it fails with:
tc@box:/mnt/sa2/tce/optional$ tce-audit delete Xorg-7.7-lib.tcz
vim.tcz
Xorg-7.7-lib.tcz cannot be deleted.
If I run tce-audit updatedeps then it seems to re-download all the dep files so I end up back at square one.
How can I forcibly remove Xorg-7.7-lib.tcz and all its dependencies, while leaving vim and ncurses installed?
Many thanks!
Dash