Hello dear Garuda Community!
I really REALLY enjoy Garuda, this is the future of clean arch!
I have a problem installing blackarch packages
I chose the blackarch image from the Garuda download page.
Now I want to install all the packages because they are not installed by default.
sudo pacman -Syyu --needed blackarch --overwrite='*'
:: Synchronizing package databases...
core 134,1 KiB 26,7 KiB/s 00:05 [---------------------------------------] 100%
extra 1565,8 KiB 247 KiB/s 00:06 [---------------------------------------] 100%
community 5,6 MiB 387 KiB/s 00:15 [---------------------------------------] 100%
multilib 149,8 KiB 29,8 KiB/s 00:05 [---------------------------------------] 100%
chaotic-aur 1107,1 KiB 92,9 KiB/s 00:12 [---------------------------------------] 100%
blackarch 3,4 MiB 350 KiB/s 00:10 [---------------------------------------] 100%
ALL PACKAGES LISTED
Enter a selection (default=all):
:: Starting full system upgrade...
resolving dependencies...
:: There are 2 providers available for mysql:
:: Repository extra
1) mariadb
:: Repository community
2) percona-server
Enter a number (default=1): 1
:: There are 2 providers available for glfw:
:: Repository community
1) glfw-wayland 2) glfw-x11
Enter a number (default=1): 2
looking for conflicting packages...
:: nodejs-lts-fermium and nodejs are in conflict. Remove nodejs? [y/N] y
:: create_ap and linux-wifi-hotspot are in conflict. Remove linux-wifi-hotspot? [y/N]
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: create_ap and linux-wifi-hotspot are in conflict
//when I choose Y:
:: nodejs-lts-fermium and nodejs are in conflict. Remove nodejs? [y/N] Y
:: create_ap and linux-wifi-hotspot are in conflict. Remove linux-wifi-hotspot? [y/N] Y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing linux-wifi-hotspot breaks dependency 'linux-wifi-hotspot' required by garuda-network-assistant
Here is the problem, if I run this given cmd or just pacman -S blackarch, it always fails because of that linux-wifi-hotspot dependency...
Please help