-
-
Posted briefly about this before, but I'd like to walk through it in depth now.
You can install #aur packages on #fedora with #paru and #pacman
Note: NOT RECOMMENDED. Things could go wrong.
But anyway, for setup, install paru with #cargo and pacman with dnf. Then do `sudo pacman-key --init` and `sudo pacman-key --populate archlinux`.
Then (1/4)
-
I wonder if there's a way to get the #aur working on #fedora. It's possible to install #pacman & #paru using #dnf and #cargo respectively, and after doing
pacman-key --init
pacman-key --populate archlinuxit's possible to get it to start installing.
The problem you run into is dependencies. Pacman can't use dnf pkgs as deps & tries to doubly install things, conflicting with the files of dnf pkgs.
I wonder if there's a way around that. Would be cool to play around with.