install package #227
-
Hello, I have problems installing packages, am I doing something wrong? ~/git/zapret # ./blockcheck.sh
* checking system
Linux detected
firewall type is nftables
* checking privileges
* checking prerequisites
nftables queue support is not available. pls install modules.
press enter to continue
~/git/zapret # ./install_prereq.sh
* checking system
system is not either systemd, openrc or openwrt based
easy installer can set up config settings but can't configure auto start
you have to do it manually. check readme.txt for manual setup info.
system is based on linux
* checking privileges
select firewall type :
1 : iptables
2 : nftables
your choice (default : nftables) : 1
selected : iptables
* checking prerequisites
required utilities exist : curl ip6tables ipset iptables
press enter to continue
~/git/zapret # opkg install curl nft
Package curl (8.6.0-1) installed in root is up to date.
Unknown package 'nft'.
Collected errors:
* opkg_install_cmd: Cannot install package nft.
~/git/zapret # opkg install curl ip6tables ipset iptables
Package curl (8.6.0-1) installed in root is up to date.
Unknown package 'ip6tables'.
Package ipset (7.17-1) installed in root is up to date.
Package iptables (1.4.21-4) installed in root is up to date.
Collected errors:
* opkg_install_cmd: Cannot install package ip6tables.
~/git/zapret # |
Beta Was this translation helpful? Give feedback.
Answered by
kotovasia5120
Aug 6, 2024
Replies: 2 comments 5 replies
-
if you run zapret on an unsupported system |
Beta Was this translation helpful? Give feedback.
2 replies
-
you mix nf and ip tables. choose one. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just tried every option.
After deleting the repository and the uninstall script, the request to install the package disappeared.
Keenetic Giga (KN-1011)