Xfce Forum

Sub domains
 

You are not logged in.

#1 2015-04-26 09:21:56

lonely
Member
Registered: 2015-04-26
Posts: 1

How to install xfce4.12 on Debian 8?

I have no a fast Internet,how can I install it to the debian with a tarball?

Offline

#2 2015-05-05 02:22:42

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,990

Re: How to install xfce4.12 on Debian 8?

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

#3 2015-09-07 05:45:48

kurtmeln
Member
Registered: 2015-09-07
Posts: 4

Re: How to install xfce4.12 on Debian 8?

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

#4 2015-09-07 17:14:07

sixsixfive
Member
From: behind you
Registered: 2012-04-08
Posts: 579
Website

Re: How to install xfce4.12 on Debian 8?

*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

Board footer

Powered by FluxBB