While using another Internet connected Linux system, execute the following 3 wget commands in a terminal window to download the needed packages to upgrade ppp:
- Code: Select all
wget -c http://ftp.debian.org/debian/pool/main/n/network-manager-pptp/network-manager-pptp-gnome_0.8.1-1_i386.deb
wget -c http://ftp.debian.org/debian/pool/main/n/network-manager-pptp/network-manager-pptp_0.8.1-1_i386.deb
wget -c http://ftp.debian.org/debian/pool/main/p/ppp/ppp_2.4.5-4_i386.deb
Copy the downloaded packages to a place where you can access them once you are back using LMDE (i.e. an USB stick).
Once you are back in LMDE, using sudo, copy the 3 packages (from the USB stick) to /var/cache/apt/archives.
example:
- Code: Select all
sudo cp /media/disk-1/*.deb /var/cache/apt/archives/.
Now do the following command in a terminal window:
- Code: Select all
sudo apt-get install ppp
You should at this point now be able to use Network Manager to make an Internet connection.






