Trouble installing PIA / Solved

Ive tried googling and can't figure it out

5 points · 10 comments · view on lemmy.world

10 Comments

nixx@lemmy.ca · 4 pts · 223d (2 replies)

You have 2 system firewall packages installed, iptables and iptables-nft, they are in conflict

Uninstall one of them

n3m37h@sh.itjust.works · 1 pts · 223d (1 reply)

how?

nixx@lemmy.ca · 4 pts · 223d

sudo pacman -R package_name

chaotic_disorganizer@lemmy.world · 3 pts · 223d (5 replies)

says right there in the error message: the packages iptables and iptables-nft are in conflict, meaning they cannot be installed at the same time. just pressing y when ghe prompt comes up should remove the conflicting package.

n3m37h@sh.itjust.works · 1 pts · 223d (4 replies)

it passes that, thats why I am asking

sin_free_for_00_days@sopuli.xyz · 1 pts · 223d (3 replies)

The default is not to remove. Are you just hitting , or are you typing in Y?

n3m37h@sh.itjust.works · 1 pts · 223d (2 replies)

if I could type Y I would, all 3 ways to install a .run file automatically skips me being able to type y

sin_free_for_00_days@sopuli.xyz · 1 pts · 223d (1 reply)

Weird. Looks like you aren't running it via sudo. If that's not working, then manually uninstall one of the firewalls. However CatchyOS does that, I'm not familiar with it. Debian would be apt remove iptables-nft Seems like an arch derived would be pacman -something. You should know the command if you're running that distro.

n3m37h@sh.itjust.works · 3 pts · 223d

no, you cant run it sudo I had to uninstall iptables via pacman sudo pacman -R iptables

n3m37h@sh.itjust.works · 3 pts · 223d

Solution sudo pacman -R iptables