Add fakeroot to your install *.iso

Think of yay -Sy google-chrome-stable

That fails because fakeroot is missing!

1 Like

Nope, that package not exist in repos. Even don’t exist in AUR, in AUR you have only:

google-chrome
google-chrome-beta
google-chrome-dev

If you need packages from repos just refresh mirrors and download database:

sudo pacman-mirrors -f 5
sudo pacman -Sy

And you can install anything :wink:

2 Likes

You are right the package is called google-chrome … that was an example to show where fakeroot is missing!

And missing fakeroot is the issue!

1 Like

That’s not big problem, I say again:

1 Like

fakeroot is part of the base-devel group which is required for using the AUR (Arch User Repository). That’s your own responsibility.

6 Likes