Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uninstalling Breaks Many Things #99

Open
lukastom opened this issue Apr 25, 2023 · 1 comment
Open

Uninstalling Breaks Many Things #99

lukastom opened this issue Apr 25, 2023 · 1 comment

Comments

@lukastom
Copy link

lukastom commented Apr 25, 2023

Exactly like here:
cpriego/valet-linux#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).

@uttamrabadiya
Copy link
Collaborator

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants