Arch Linux - How to Install and Enable NetworkManager

Arch Linux - How to Install and Enable NetworkManager
sudo pacman -S networkmanager

-S : sync

sudo systemctl enable NetworkManager.service
sudo systemctl disable dhcpcd.service
Disable the DHCP service to avoid conflict with NetworkManager.