Friday, August 4, 2017

Uninstall ant on linux

Uninstall just ant
sudo apt-get remove ant

Uninstall ant and its dependencies
sudo apt-get remove --auto-remove ant

Purging config.data
sudo apt-get purge ant ATAU sudo apt-get purge --auto-remove ant

sumber rujukan:

Connect a GPS module to a Raspberry Pi 4

  To connect a GPS module with four wires (RST, TX, VCC, and GND) to a Raspberry Pi 4, follow these steps:  Materials Needed: 1. GPS module ...