The installer fails because port 53 is in use by an existing process (most likely, in this case, dnsmasq).
Until next version is released (where this issue is addressed) you can edit /etc/NetworkManager/NetworkManager.conf and remove dns=dnsmasq entry from there.
You'll need to restart NetworkManager after that with sudo systemctl restart NetworkManager.
Make sure dnsmasq is not running after that with ps ax | grep dnsmasq (should return nothing).
sudo systemctl status dnsmasq
● dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server
Loaded: loaded (/lib/systemd/system/dnsmasq.service; enabled; vendor preset:
Active: failed (Result: exit-code) since Tue 2018-06-19 09:56:48 EDT; 3h 55mi
Process: 17893 ExecStart=/etc/init.d/dnsmasq systemd-exec (code=exited, status
Process: 17892 ExecStartPre=/usr/sbin/dnsmasq --test (code=exited, status=0/SU
Jun 19 09:56:48 media systemd[1]: Starting dnsmasq - A lightweight DHCP and cach
Jun 19 09:56:48 media dnsmasq[17892]: dnsmasq: syntax check OK.
Jun 19 09:56:48 media dnsmasq[17893]: dnsmasq: failed to create listening socket
Jun 19 09:56:48 media dnsmasq[17893]: failed to create listening socket for port
Jun 19 09:56:48 media dnsmasq[17893]: FAILED to start up
Jun 19 09:56:48 media systemd[1]: dnsmasq.service: Control process exited, code=
Jun 19 09:56:48 media systemd[1]: dnsmasq.service: Failed with result 'exit-code
Jun 19 09:56:48 media systemd[1]: Failed to start dnsmasq - A lightweight DHCP a
ps ax | grep dnsmasq
31297 pts/0 T 0:00 sudo systemctl status dnsmasq
31298 pts/0 T 0:00 systemctl status dnsmasq
31347 pts/0 S+ 0:00 grep --color=auto dnsmasq