Install Brother MFC-L2820DW Printer Driver

No, it is not.

As you have successfully installed AUR packages this is not an issue. However, if you care to benefit from a ‘teaching moment’ this is how you could check that the prerequisites are installed, and install them if needed:

1. Check that both base-devel and git are installed:

pacman -Qi base-devel git

2. Read the output. :eyes:

3. If these are not installed, install them:

sudo pacman -Syu base-devel git

…and reboot


Notice here that base-devel was already installed and up to date. :eyes:

Reinstalling was unnecessary.


Try again to update or build something using pamac.

If this still fails then you might have deeper issues specific to your system. I suggest ‘specific to your system’ because the commands complete without issue here;

If problems persist, please open a new support thread.

Edit:-

Please take a look here;

pamac upgrade --aur --force-refresh

and here for the related issue reported:


Good luck.