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
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.
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.
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.
bingo!!
That did it...
Thanks.
-Hinto