I have a problem with Adguard

Please list the entire dependents that are not dependents of other packages?

Because that was my first thought too

1 Like

OpenWRT should remove all dependencies of Adguard that aren't used by other packages by default when you uninstall it. If you want to remove the Adguard settings you'll need to SSH into your router and remove the adguard folders and contents manually via the command line.

3 Likes

Hello my friend, how can you get the deletion order? I hope you can help me :kissing_heart:

remove AGH, check the "Automatically remove unused dependencies" check box ?

2 Likes

How am I new to this system? Can you explain how to delete
:pleading_face:

Continuing the discussion from Delete installed file:

1 Like

You could re-install the adguard again, and delete it again.

When you delete the sw, donot forget:

check the "Automatically remove unused dependencies" check box
3 Likes

When uninstalling Adguard on OpenWRT, the system should automatically remove all dependencies that are not used by other packages. If you wish to eliminate the Adguard settings, you'll need to access your router via SSH and manually delete the adguard folders and their contents using the command line.

1 Like

Yeah, they do not understand how to navigate that; it has been suggested before.

Do you know the folder locations? I don't use it.

From there I'll force goggle translate and supply them with something they understand.

Or, just reset the device.

That is my favorite advice, but I'd presume if they cannot get Adguard working that is the headache solution.

Hopefully they do not use ext4, have a backup from before they tried playing around and firstboot will work. And they are, clearly, LucI dependent.

But notice how badly Google Translate is not working for them. It is going to take patience to ensure instructions are not misunderstood.

:spiral_notepad: To put this in perspective: The Adblock support thread has >188k views, >2.6k replies and one question on how to delete Adblock and I never found a reply.

Did you make a restore point before you started installing Adguard?

Oh crap. You installed Adguard and I've been reading it as AdBlock..

Can you do this? Do you know how to do this:
Please connect to your OpenWrt device using ssh

#!/bin/sh
opkg update
service adguardhome stop
service adguardhome disable
opkg remove adguardhome

1. Reverts AdGuard Home configuration and resets settings to default.

2. Enable rebind protection.

3. Remove DHCP options for IPv4 and IPv6

uci -q delete dhcp.@dnsmasq[0].noresolv
uci -q delete dhcp.@dnsmasq[0].cachesize
uci set dhcp.@dnsmasq[0].rebind_protection='1'
uci -q delete dhcp.@dnsmasq[0].server
uci -q delete dhcp.@dnsmasq[0].port
uci -q delete dhcp.lan.dhcp_option
uci -q delete dhcp.lan.dns

Network Configuration

Disable peer/ISP DNS

uci set network.wan.peerdns="0"
uci set network.wan6.peerdns="0"

Configure DNS provider to Google DNS

uci -q delete network.wan.dns
uci add_list network.wan.dns="8.8.8.8"
uci add_list network.wan.dns="8.8.4.4"

Configure IPv6 DNS provider to Google DNS

uci -q delete network.wan6.dns
uci add_list network.wan6.dns="2001:4860:4860::8888"
uci add_list network.wan6.dns="2001:4860:4860::8844"

Save and apply

uci commit dhcp
uci commit network
/etc/init.d/network restart
/etc/init.d/dnsmasq restart
/etc/init.d/odhcpd restart

1 Like

Hello my friend, can you log into AnyDesk my PC and access its router to do the steps?
:kissing_heart: :kissing_heart:

Probably. What computer do you use most with what OS?

Do you have orders or know how to solve this thing?

I am grateful to you :kissing_heart:

Yeah, go back to where we were and return to entering the lines to erase the files.

I hope you agree and we solve the problem as quickly as possible so that I could write and take a long time yesterday to solve my problem

you'd have been done two days ago, if you had reset your device.

1 Like

My friend, I reset the device several times and it did not solve the problem

:face_with_spiral_eyes: