Here is a superficial analysis of differences in packages between Trisquel 7 and Trisquel 7 Mini: $ apt-cache depends trisquel trisquel-recommended | grep -e '^ Depends:' -e '^ Recommends:' | cut -d ' ' -f 4 | sort -u > Trisquel $ apt-cache depends trisquel-mini trisquel-mini-recommended | grep -e '^ Depends:' -e '^ Recommends:' | cut -d ' ' -f 4 | sort -u > Trisquel-Mini
$ comm -3 Trisquel Trisquel-Mini
        abiword
abrowser
aisleriot
alacarte
at-spi2-core
baobab
bluez
bluez-alsa
bluez-cups
bluez-gstreamer
bogofilter
brasero
brasero-cdrkit
cheese
colord
compton
deja-dup
electrum
espeak
espeak-data
evolution
evolution-indicator
evolution-plugins
file-roller
gedit
        gigolo
gimp
gir1.2-soup-2.4
glchess
gnome-accessibility-themes
gnome-applets
gnome-bluetooth
gnome-control-center
gnome-dictionary
gnome-disk-utility
gnome-mahjongg
gnome-media
gnome-menus
        gnome-mplayer
gnome-nettool
gnome-orca
gnome-panel
gnome-raw-thumbnailer
gnome-screensaver
gnome-screenshot
gnome-search-tool
gnome-session-canberra
gnome-settings-daemon
gnome-sudoku
gnome-system-log
gnome-system-monitor
gnome-system-tools
gnome-terminal
gnome-themes-standard
gnome-tweak-tool
gnome-user-guide
gnome-user-share
gnome-xcf-thumbnailer
gnomine
gstreamer0.10-alsa
gstreamer0.10-plugins-base-apps
gstreamer0.10-pulseaudio
        gstreamer0.10-x
gthumb
gucharmap
ibus-gtk
ibus-m17n
ibus-table
icc-profiles-free
indicator-applet
indicator-applet-complete
indicator-bluetooth
indicator-printers
inputattach
libasound2-plugins
libatk-adaptor
libcanberra-pulse
libgail-3-0
libgail-common
libgl1-mesa-dri
libgl1-mesa-glx
libglib2.0-bin
libgnome2-perl
libgnomevfs2-extra
        libgtk2-perl
libpam-ck-connector
libreoffice
libreoffice-calc
libreoffice-gnome
libreoffice-impress
libreoffice-style-galaxy
libreoffice-style-tango
libreoffice-writer
libsasl2-modules
libxp6
light-themes
        lxde
metacity
        midori
mousetweaks
        mtpaint
nautilus
nautilus-open-terminal
nautilus-sendto
nautilus-share
oggconvert
onboard
ooo-thumbnailer
pitivi
policykit-desktop-privileges
pulseaudio-esound-compat
pulseaudio-module-bluetooth
pulseaudio-module-gconf
pulseaudio-module-x11
python-indicate
python-libproxy
python-mako
rarian-compat
rhythmbox-mozilla
rhythmbox-plugin-cdrecorder
rhythmbox-plugins
screen-resolution-extra
seahorse
speech-dispatcher
ssh-askpass-gnome
        sylpheed
        sylpheed-i18n
        system-config-printer-gnome
        system-config-printer-udev
totem
totem-mozilla
totem-plugins
        trisquel-mini-data
trisquel-session
trisquel-sounds
ubuntu-mono
vim
vinagre
vino
        xfburn
yelp
The first column lists dependencies or recommendations of the "trisquel" or "trisquel-recommended" meta-packages (defining the default edition of Trisquel 7). The second columns lists dependencies or recommendations of the "trisquel-mini" or "trisquel-mini-recommended" meta-packages (defining Trisquel 7 Mini). Again, the analysis is superficial: it may be that one of the listed packages is actually installed in both systems (but is a dependence of a dependence in one of the two systems), I am not certain all recommendations are part of the default systems (although I believe so), etc.

Reply via email to