hallo und guten Tag,

ich versuche auf einem frisch installierten System - google -chrome einzurichten.

Code:
pamac build google-chrome
und dann nehm ich noch fogendes.
Code:
sudo pacman -S trizen
und das dritte
Code:
trizen -S google-chrome
iese Befehle sollen mir hlefen chrome auf einem frisch installierten System einzurichten - unter & mit der Hilfe der Konsole:

hier die Anleitung die ich vorher probiert habe

Build an AUR package. First navigate to a newly created google-chrome directory. Then execute the makepkg command to build a Google Chrome AUR package:

$ cd google-chrome/ $ makepkg -s

When finished the result should be a newly built Google Chrome package ready for the installation:

$ ls *.xz google-chrome-70.0.3538.77-1-x86_64.pkg.tar.xz

Using the pacman command install Google Chrome package. Replace the package name suffix with the Google Chrome version you have compiled previously:

$ sudo pacman -U --noconfirm google-chrome-70.0.3538.77-1-x86_64.pkg.tar.xz