Quantcast
Channel: Ubuntu Forums - Installation & Upgrades
Viewing all articles
Browse latest Browse all 26379

[xubuntu] Strange apt-get behavior

$
0
0
Hi all,

I'm trying to do a relatively lightweight 12.04 install. I downloaded mini.iso and did a command line install. One my first login, I execute a custom script for app setup

#!/bin/bash

apt-get update

apt-get install -y xfce4 xubuntu-artwork xubuntu-default-settings cups wicd gvfs-backends gvfs-bin gvfs-fuse ubuntu-restricted-extras xfce4-power-manager mousepad chromium-browser xfburn xarchiver vlc evince ristretto gmusicbrowser gimp transmission libreoffice-writer libreoffice-calc libreoffice-impress sound-juicer filezilla xfce4-taskmanager alacarte

apt-get upgrade
apt-get clean
reboot

When I reboot into XFCE, something has pulled in a bunch of gnome stuff. I think gnome-shell, brasero, network-manager-gnome, ubuntu one, etc....

So I tried to investigate. I did a clean install, then installed only:

apt-get install -y xfce4 xubuntu-artwork xubuntu-default-settings

Rebooted into XFCE4. Then I installed the remainder of the packages one by one to try and see which was pulling in the gnome dependencies. However, when installing one by one, none of them do! The install was clean!

Any help would be really appreciated!

Viewing all articles
Browse latest Browse all 26379

Trending Articles