valet-linux-plus icon indicating copy to clipboard operation
valet-linux-plus copied to clipboard

Uninstalling Breaks Many Things

Open lukastom opened this issue 2 years ago • 1 comments

Exactly like here: https://github.com/cpriego/valet-linux/issues/115

for example, after uninstallation, you are left without internet connection. The steps from the mentioned bug work also for Valet Linux Plus.

Also, some things are simply not uninstalled, for example valet composer packages (can be done by composer global remove genesisweb/valet-linux-plus).

lukastom avatar Apr 25 '23 11:04 lukastom

@lukastom Sure, we will verify this uninstall scenario and we will let you know further. Meanwhile you can try below commands to get back your internet:

## Disable dnsmasq 
sudo systemctl stop dnsmasq
sudo systemctl disable dnsmasq

## Fix systemd-resolved config
sudo rm -rf /etc/systemd/resolved.conf.d/valet.conf

## Enable Systemd-Resolved
sudo systemctl start systemd-resolved
sudo systemctl enable systemd-resolved

uttamrabadiya avatar Apr 30 '23 07:04 uttamrabadiya