Skip to content

Instantly share code, notes, and snippets.

@njh
Created February 13, 2019 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save njh/d3d2bfbd7a1606f829b0ff2ada0f2120 to your computer and use it in GitHub Desktop.
Save njh/d3d2bfbd7a1606f829b0ff2ada0f2120 to your computer and use it in GitHub Desktop.
Commands to remove Wifi related packages and install PPPoE on Voyage Linux
apt remove --purge wireless-tools wpasupplicant wireless-regdb hostapd hostap-utils iw
apt remove --purge nocatsplash ebtables rpcbind
apt remove --purge libglib1.2ldbl libiw30 libtirpc1 pcmciautils
apt remove --purge libnl-3-200 libnl-genl-3-200 libnl-route-3-200
apt install ppp pppoe iproute
apt install mtr-tiny
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment