dpkg: error processing /var/cache/apt/archives/ppp_2.4.5-4_i386.deb (--unpack): trying to overwrite '/etc/chatscripts/gprs', which is also in package ppp-scripts-knoppix 0.6-2 configured to not write apport reports
I would suggest to make a backup copy of /etc/chatscripts/gprs and to issue
Code:
dpkg -i --force-overwrite /var/cache/apt/archives/ppp_2.4.5-4_i386.deb
Afterwards you can compare /etc/chatscripts/gprs with the old one and make changes if they are necessary.
dpkg: dependency problems prevent configuration of wvdial: wvdial depends on libuniconf4.6; however: Package libuniconf4.6 is not installed.
I would search for a package /var/cache/apt/archives/libuniconf4.6*.deb and try to install it by issuing
Code:
dpkg -i /var/cache/apt/archives/libuniconf4.6*.deb
if you can find it.