Setup Google Chrome on Manjaro 20 (Arch Linux)

1. The base-devel and git packages are needed to installed google chrome on Manjaro 20 Xfce. Enter the following command to install base-devel package.sudo pacman -Syu base-devel –needed

2. Get AUR chrome package and install it by the following commands.git clone https://aur.archlinux.org/google-chrome.git
cd google-chrome
makepkg -s
ls
sudo pacman -U google-chrome-83.0.4103.61-1-x86_64.pkg.tar.xz

3. Open Google Chrome from the Start Menu.

Similar Posts