
Originally Posted by
kraftman
You're mistake is you're comparing crap to even worse crap.
But you're not attacking the other "crap" for being bloated, you're attacking Mono. The numbers show you're full of shit.
Plus, let's try some other numbers. I had hoped to avoid embarrassing you with this, but you did kinda ask for it.
Code:
root@dream:/# aptitude install libqt4-core
The following NEW packages will be installed:
dbus{a} libcap2{a} libdbus-1-3{a} libexpat1{a} libffi5{a} libglib2.0-0{a}
libglib2.0-data{a} libpcre3{a} libqt4-core libqt4-dbus{a}
libqt4-network{a} libqt4-script{a} libqt4-test{a} libqt4-xml{a}
libqtcore4{a} libsystemd-login0{a} libxml2{a} qdbus{a} sgml-base{a}
shared-mime-info{a} xml-core{a}
0 packages upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
Need to get 13.4 MB of archives. After unpacking 35.8 MB will be used.
Do you want to continue? [Y/n/?] ^C
Tell me more about your incredibly well-researched views on bloat.
edit: in the interest of total transparency, the above package is not the smallest Qt install on Debian. It was in older versions of Qt, but was further minimized in Qt 4.4. Here is the new smallest Qt install possible, with no GUI support at all, just support for the core Qt object model stuff in command line apps:
Code:
root@dream:/# aptitude install libqtcore4
The following NEW packages will be installed:
libffi5{a} libglib2.0-0{a} libglib2.0-data{a} libpcre3{a} libqtcore4
libxml2{a} sgml-base{a} shared-mime-info{a} xml-core{a}
0 packages upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
Need to get 10.2 MB of archives. After unpacking 27.6 MB will be used.
Do you want to continue? [Y/n/?] ^C