Hi net_hw,
update your package list via
Code:
apt-get update
After that start downloading every package you need via
Code:
apt-get -d install PACKAGENAME
If you need a special version of a package you can write the version number right after the package name, see for syntax details
Code:
man apt-get
I would suggest, that you download every package you need via this method, delete your custom copies of kppp... and than make a clean install of the downloaded packages via
Code:
apt-get install PACKAGENAME
Regards, TheOne |