Where can i get a complete list of pakages in ubuntu desktop live cd
I want to purge unnecessary packages from .iso file of ubuntu, so i am looking for a complete list of programs included in default installation.
I tried
dpkg-query -W --showformat='${Installed-Size}\t${Package}\n' | sort -nr | tee output.txt in chroot environment without any success.
Thanks
I want to purge unnecessary packages from .iso file of ubuntu, so i am looking for a complete list of programs included in default installation.
I tried
dpkg-query -W --showformat='${Installed-Size}\t${Package}\n' | sort -nr | tee output.txt in chroot environment without any success.
Thanks
No comments:
Post a Comment