Egads, Farkinid, you are making that poor guy compile a whole DE?

Considering it's Debian, XFCE should already be available in the repositories...
You can configure Synaptic (should already be in a stock Debian installation I think, else use the apt-get method) to generate a list of files you can download. Here's a quick run-down on how:
QUOTE(Synaptic method)
1. Open Synaptic.
2. Search for the "xfce" package.
3. Right click on it and select "Mark for Installation."
4. Go to File > Generate Download Script. You can save it as anything in anywhere (best saved as a .txt in a pendrive).
5. What will be generated is a text file containing the lines "wget -c (there will be an URL here)". You can ignore the "wget -c" in the text file if you wish, and load up all the URLs in your download manager or something (IDM does the job nicely if your CC allows installing it).
6. You can just straight up use Synaptic to add the downloaded packages (File > Add Downloaded Packages) and proceed to installation.
As for the apt-get method:
QUOTE(apt-get method)
1. Open up the terminal.
2. Do this:
CODE
`apt-get install xfce --yes --print-uris | grep -i http` > [any file name as long as you remember].txt
in the terminal and copy it into your pendrive. This file will contain links to download the necessary files. You can try loading it up in IDM if your CC allows it, or just do it one-by-one if you can't - considering you're trying to install Xfce, having a download manager will really be helpful.
3. After you've downloaded the files (on a pendrive), open it in your Debian PC, copy all the files off into "/var/cache/apt/archives/" (as root). Then in the terminal, proceed with "apt-get install xfce" (as root).
There. Quite tedious, but should be a bit more comfortable than having to download the source tarballs elsewhere, and compile it from scratch.
This post has been edited by FlameReaper: Sep 18 2012, 09:09 PM