OPERATING SYSTEMSOS Linux

download google chrome on Arch linux in easy way with proper commonds with help of AUR (yay)

#way1
git clone https://aur.archlinux.org/google-chrome.git
cd google-chrome
makepkg -si

today we will see how to install google chrome in arch linux
1) update packages in our system
2) search google chrome on pacman arch linux repository
3) search google chrome on yay AUR helper
4) downlaod package of google chrome from AUR yay repository
5) extract file ..
6) change directory
7) basic essential tools for build package
8) make package
9) them finally use it..
thank you…

#way2
sudo pacman -Syu
sudo pacman -Ss google chrome
yay -Ss google chrome
-Download tar.gz file from AUR
tar -xvf google-chrome.tar.gz
cd google-chrome
sudo pacman -S base-devel
makepkg -s
sudo pacman -U google-chrome-114.0.5735.198-1-x86_64.pkg.tar.zst

source

by Cosmic Arch

linux download