Tuesday, June 11, 2019

Tuesday, June 4, 2019

Install ppp package in Raspberry Pi

This is an extract from StackExchange that shows how to install ppp package in Raspberry Pi.

This package is missing dependencies. You need to make sure you update your packages and preferably use a package manager that handles dependencies better. Try this:

pi@raspberrypi:~$ sudo su -
root@raspberrypi:~# apt-get update && apt-get install aptitude
root@raspberrypi:~# aptitude upgrade && dpkg --configure -a && aptitude install ppp