How to Install Google Chrome using the Linux Terminal
Open the Terminal Window. You can do this by either using the GUI or pressing CTRL + ALT + T.
Update and upgrade your system. To do this, run the following command in your terminal:
sudo apt update && sudo apt upgrade -y
The -y flag, alternativel...
iano10x.hashnode.dev2 min read