No. Unfortunately it is the same 
Hi asc,
the answer "No. Unfortunately it is the same" is not very helpful. If you do not provide detailed answers to the proposed individual steps or commands then no one can help you because no one will be in the position to understand the reasons of your issue.
Please follow the steps below exactly in the sequence they are listed. If you get an error message for any of these steps then do not proceed to the next step but post the last step and its error message here:
Step 1:
restart your computer, login into your user account and open a root konsole: PCmenu -> System -> Terminals -> Terminal - Super User Mode
you will be asked for your root password, provide it and you should then see a red root prompt in the konsole, you should get something looking like this:
[root@localhost ~]#just in red color.
Step 2:
copy/paste the entire set of the following commands in this terminal and press the enter key:
a) if you use KDE4:
/bin/mv /etc/apt/sources.list /etc/apt/sources.list_old
echo "rpm http://gnustep.ethz.ch/mirror/pclinuxos/apt/ pclinuxos/2007 main extra nonfree kde4" > /etc/apt/sources.list
apt-get update |tee /tmp/step1.logb) if you any other window manager
but not KDE4:
/bin/mv /etc/apt/sources.list /etc/apt/sources.list_old
echo "rpm http://gnustep.ethz.ch/mirror/pclinuxos/apt/ pclinuxos/2007 main extra nonfree kde" > /etc/apt/sources.list
apt-get update |tee /tmp/step1.logStep 3:
copy/paste the following command in this terminal and press the enter key:
apt-get install dupecleanPlease let me know if this command succeeded or if you got any error messages here.
Step 4:
copy/paste the following command in this terminal and press the enter key:
apt-get dist-upgrade --fix-broken |tee /tmp/step4.logPlease let me know if this command succeeded or if you got any error messages here.
Step 5:
copy/paste the following command in this terminal and press the enter key:
dupecleanPlease let me know if this command succeeded or if you got any error messages here.
Step 6:
only if all previous 5 steps were successful then copy/paste the following command in this terminal and press the enter key:
bin/mv -f /etc/apt/sources.list_old /etc/apt/sources.listregards,
-pinoc