You are not logged in.
Pages: 1
I have no a fast Internet,how can I install it to the debian with a tarball?
Offline
Not a Debian user, but here is a reddit link that talks about enabling the experimental repositories to install 4.12.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Try "Compiling Xfce": Compile Xfce v 4.12.0 in the following order:
xfce4-dev-tools (only required if you build from GIT)
libxfce4util
xfconf
libxfce4ui, garcon
exo
xfce4-panel
thunar
xfce4-settings, xfce4-session, xfdesktop, xfwm4, xfce4-appfinder
For each of them, run "./configure; make; make install" as listed in "INSTALL" file. see also "http://linoxide.com/linux-how-to/instal … -features/".
It's ok for my debian jessie
Last edited by kurtmeln (2015-09-07 05:46:40)
Offline
*note i still prefer aptitude over apt-get
easiest way switch to testing:
sed -i 's#jessie#testing#g' /etc/apt/sources.list
aptitude update
aptitude dist-upgrade
or just install the xfce packages from testing(should work but havent tried that since i want testing security updates):
printf "deb http://ftp.us.debian.org/debian/ testing main" >> /etc/apt/sources.list
aptitude update
aptitude install -R xfce4/testing
the -R will also not install package recommends(see man aptitude)
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 525.74 KiB (Peak: 531.1 KiB) ]