Siduction Forum

Siduction Forum => Software - Support => Topic started by: hinto on 2012/10/30, 17:09:11

Title: XFCE 4.10... still stuck at 4.8
Post by: hinto on 2012/10/30, 17:09:11
Hi guys,

I've added:
http://news.siduction.org/2012/10/xfce-4-10-for-siduction/
and have done an apt-get update && apt-get distupgrade
but XFCE still show 4.8.  What did I miss?

Thanks for any info.

-Hinto
Title: XFCE 4.10... still stuck at 4.8
Post by: Geier0815 on 2012/10/30, 18:24:32
apt-cache policy xfce4 show you which version? If you have installed the 4.8 but the kandidate is 4.10 try apt-get install xfce4 and have a look at the messages.
Title: RE: XFCE 4.10... still stuck at 4.8
Post by: hinto on 2012/10/30, 18:40:08
apt-cache policy xfce4
xfce4:
 Installed: 4.8.0.3
 Candidate: 4.8.0.3
 Package pin: 4.8.0.3
 Version table:
    4.10.0 990
       990 http://ftp.spline.de/pub/siduction/xfcenext/ unstable/main amd64 Packages
*** 4.8.0.3 990
       990 http://http.debian.net/debian/ unstable/main amd64 Packages
       100 /var/lib/dpkg/status

sudo apt-get install xfce4
Reading package lists... Done
Building dependency tree      
Reading state information... Done
xfce4 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Title: RE: XFCE 4.10... still stuck at 4.8
Post by: Geier0815 on 2012/10/30, 18:50:00
debian-repo is pinned by preferences. Have a look at /etc/apt/preferences or /etc/apt/preferences.d/preferences and edit it so that debian unstable will be under 900. Then try apt-get update and apt-get install xfce4 again.
Title: RE: XFCE 4.10... still stuck at 4.8
Post by: hinto on 2012/10/30, 18:58:55
bingo!!
That did it...
Thanks.

-Hinto