Properly Install BlackArch Tools

Hello,

I've one question about the new Garuda without the blackarch Edition.

How to properly install all blackarch tools ?

In the assistant i've checked the box "Install repo for blackarch", but when i try to install all blackarch tools with :

pacman -S blackarch

I've 2 dependencies problems with :

  • linux-wifi-hostpot with create_ap
  • openbsd-netcat with gnu-netcat

The problems is with Create_ap & linux-wifi-hostpot wich is required for "garuda-network-assistant"

How to resolve it ?

I've not found a way to install all tools on the wiki, or i missed it

To resolve the conflict, you will have to remove the Garuda Network Assistant package. Whether or not that is a worthwhile sacrifice is something you will have to decide for yourself.

The alternative is to remove the conflicting packages with pacman -Rdd to skip dependency checks. This method is not recommended because messing around with dependencies is risky from a package management perspective (and can lead to headache and anguish), but perhaps you may wish to consider it anyway.

A third option would be to not install all the tools, just install the ones you need. To list all of the available tools:

pacman -Sgg | grep blackarch | cut -d' ' -f2 | sort -u

To see the tool categories:

pacman -Sg | grep blackarch

To install a category of tools:

pacman -S blackarch -<category >
4 Likes

A post was split to a new topic: Issue with libmariadb.so=3-64

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.